Sfc-ui - data templates, improved clone button 48/13648/1
authorAndrej Kincel <[email protected]>
Mon, 15 Dec 2014 10:39:29 +0000 (11:39 +0100)
committerAndrej Kincel <[email protected]>
Mon, 15 Dec 2014 10:39:29 +0000 (11:39 +0100)
commitccaba653632a2188a20ca8505232a3e9754cf198
tree24acb7b95c8c577992d545768f8495f5cf1f9081
parent869f49cd99ab6d679267f1738d5e377812db44f9
Sfc-ui - data templates, improved clone button

+ for each create dialog 'default' template is predefined
+ user can create own templates which are stored in browser storage forever

+ clone button now opens edit dialog to allow changes to cloned entity

Change-Id: Ie19f5425763c2106a4f4dc9b9af53e7f26c838d8
Signed-off-by: Andrej Kincel <[email protected]>
17 files changed:
sfc-ui/src/main/resources/pages/assets/data/locale-en_US.json
sfc-ui/src/main/resources/pages/src/app/sfc/acl/acl.classifier.create.tpl.html
sfc-ui/src/main/resources/pages/src/app/sfc/acl/acl.create.tpl.html
sfc-ui/src/main/resources/pages/src/app/sfc/metadata/metadata.context.create.tpl.html
sfc-ui/src/main/resources/pages/src/app/sfc/metadata/metadata.variable.create.tpl.html
sfc-ui/src/main/resources/pages/src/app/sfc/root.tpl.html
sfc-ui/src/main/resources/pages/src/app/sfc/serviceforwarder/serviceforwarder.controller.js
sfc-ui/src/main/resources/pages/src/app/sfc/serviceforwarder/serviceforwarder.create.tpl.html
sfc-ui/src/main/resources/pages/src/app/sfc/servicefunction/servicefunction.controller.js
sfc-ui/src/main/resources/pages/src/app/sfc/servicefunction/servicefunction.create.tpl.html
sfc-ui/src/main/resources/pages/src/app/sfc/sfc.controller.js
sfc-ui/src/main/resources/pages/src/app/sfc/sfc.directives.js
sfc-ui/src/main/resources/pages/src/app/sfc/sfc.module.js
sfc-ui/src/main/resources/pages/src/app/sfc/sfc.services.js
sfc-ui/src/main/resources/pages/src/app/sfc/utils/datatemplate.directives.js [new file with mode: 0644]
sfc-ui/src/main/resources/pages/src/app/sfc/utils/datatemplate.services.js [new file with mode: 0644]
sfc-ui/src/main/resources/pages/src/app/sfc/utils/datatemplate.tpl.html [new file with mode: 0755]