Add Instance enable/disable toggle to list

This commit is contained in:
Marliana Lara
2018-01-30 15:25:36 -05:00
committed by Matthew Jones
parent 70786c53a7
commit e07f441e32
34 changed files with 328 additions and 342 deletions

View File

@@ -60,6 +60,8 @@ function BaseStringService (namespace) {
this.CANCEL = t.s('CANCEL');
this.SAVE = t.s('SAVE');
this.OK = t.s('OK');
this.ON = t.s('ON');
this.OFF = t.s('OFF');
this.deleteResource = {
HEADER: t.s('Delete'),
USED_BY: resourceType => t.s('The {{ resourceType }} is currently being used by other resources.', { resourceType }),