add new pages title
This commit is contained in:
parent
9645f93406
commit
ab5defb617
@ -44,6 +44,20 @@ function getInstanceTitle(path: string, id: string): string {
|
|||||||
return `${id}: Transfers`;
|
return `${id}: Transfers`;
|
||||||
case InstancePaths.transfers_new:
|
case InstancePaths.transfers_new:
|
||||||
return `${id}: New transfer`;
|
return `${id}: New transfer`;
|
||||||
|
case InstancePaths.webhooks_list:
|
||||||
|
return `${id}: Webhooks`;
|
||||||
|
case InstancePaths.webhooks_new:
|
||||||
|
return `${id}: New webhook`;
|
||||||
|
case InstancePaths.webhooks_update:
|
||||||
|
return `${id}: Update webhook`;
|
||||||
|
case InstancePaths.templates_new:
|
||||||
|
return `${id}: New template`;
|
||||||
|
case InstancePaths.templates_update:
|
||||||
|
return `${id}: Update template`;
|
||||||
|
case InstancePaths.templates_list:
|
||||||
|
return `${id}: Templates`;
|
||||||
|
case InstancePaths.templates_use:
|
||||||
|
return `${id}: Use template`;
|
||||||
default:
|
default:
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user