72 lines
2.2 KiB
JSON
72 lines
2.2 KiB
JSON
{
|
|
"masterTEntityTemplate": {
|
|
"tlist": { "tplugin": { "angular": {
|
|
"tslug": "list",
|
|
"thtml": "crud/list",
|
|
"tcontroller": {
|
|
"prefix": "tcrudAuto",
|
|
"postfix": "ListCntr",
|
|
"argu": "$scope, $http, $location, $routeParams, navigationService"
|
|
},
|
|
"tlinks": {
|
|
"DataTODO":"/ui/XNodeData/list/XNode/{{row.net_id}}/{{row.net_id}}"
|
|
}
|
|
}}},
|
|
"tcreate": { "tplugin": { "angular": {
|
|
"tslug": "create",
|
|
"thtml": "crud/create",
|
|
"tcontroller": {
|
|
"prefix": "tcrudAuto",
|
|
"postfix": "CreateCntr",
|
|
"argu": "$scope, $http, $location, $routeParams, navigationService"
|
|
}
|
|
}}},
|
|
"tedit": { "tplugin": { "angular": {
|
|
"tslug": "edit",
|
|
"thtml": "crud/edit",
|
|
"tcontroller": {
|
|
"prefix": "tcrudAuto",
|
|
"postfix": "EditCntr",
|
|
"argu": "$scope, $http, $location, $routeParams, navigationService"
|
|
}
|
|
}}},
|
|
"tread": { "tplugin": { "angular": {
|
|
"tslug": "read",
|
|
"thtml": "crud/read",
|
|
"troute": {
|
|
|
|
},
|
|
"tcontroller": {
|
|
"prefix": "tcrudAuto",
|
|
"postfix": "ReadCntr",
|
|
"argu": "$scope, $http, $location, $routeParams, navigationService"
|
|
}
|
|
}}},
|
|
"tdelete": { "tplugin": { "angular": {
|
|
"tslug": "delete",
|
|
"thtml": "crud/delete",
|
|
"tcontroller": {
|
|
"prefix": "tcrudAuto",
|
|
"postfix": "DeleteCntr",
|
|
"argu": "$scope, $http, $location, $routeParams, navigationService"
|
|
}
|
|
}}},
|
|
"tcount": { "tplugin": { "angular": { "tslug": "list-count" }}},
|
|
"tverify": { "tplugin": { "angular": { "tslug": "verify" }}},
|
|
"tmeta": { "tplugin": { "angular": {
|
|
"tslug": "angular",
|
|
"tbase": "/ui",
|
|
"thtml": "thtml"
|
|
}}}
|
|
},
|
|
"masterTEntityTHelp": {
|
|
"tlist": { "tplugin": { "angular": { "tslug": "slug of api url" }}},
|
|
"tcreate": { "tplugin": { "angular": { "tslug": "slug of api url" }}},
|
|
"tedit": { "tplugin": { "angular": { "tslug": "slug of api url" }}},
|
|
"tread": { "tplugin": { "angular": { "tslug": "slug of api url" }}},
|
|
"tdelete": { "tplugin": { "angular": { "tslug": "slug of api url" }}},
|
|
"tcount": { "tplugin": { "angular": { "tslug": "slug of api url" }}},
|
|
"tverify": { "tplugin": { "angular": { "tslug": "slug of api url" }}},
|
|
"tmeta": { "tplugin": { "angular": { "tslug": "slug of api url" }}}
|
|
}
|
|
} |