Implement target type CRUD UI operations (#1184)
* implement target type CRUD UI operations Signed-off-by: Virginijus Kandrotas <Virginijus.Kandrotas@bosch.io> * fix licenses Signed-off-by: Virginijus Kandrotas <Virginijus.Kandrotas@bosch.io> * code clean up Signed-off-by: Virginijus Kandrotas <Virginijus.Kandrotas@bosch.io> * code clean up Signed-off-by: Virginijus Kandrotas <Virginijus.Kandrotas@bosch.io> * refactor proxy target type Signed-off-by: Virginijus Kandrotas <Virginijus.Kandrotas@bosch.io> * refactor proxy target type Signed-off-by: Virginijus Kandrotas <Virginijus.Kandrotas@bosch.io> * fix review comments Signed-off-by: Virginijus Kandrotas <Virginijus.Kandrotas@bosch.io> * fix review comments Signed-off-by: Virginijus Kandrotas <Virginijus.Kandrotas@bosch.io> * fix review comments Signed-off-by: Virginijus Kandrotas <Virginijus.Kandrotas@bosch.io> * update class description Signed-off-by: Virginijus Kandrotas <Virginijus.Kandrotas@bosch.io> * fix review comments Signed-off-by: Virginijus Kandrotas <Virginijus.Kandrotas@bosch.io> * fix review comments Signed-off-by: Virginijus Kandrotas <Virginijus.Kandrotas@bosch.io> * fix review comments Signed-off-by: Virginijus Kandrotas <Virginijus.Kandrotas@bosch.io> * fix sonar issue Signed-off-by: Virginijus Kandrotas <Virginijus.Kandrotas@bosch.io> * fix sonar issue Signed-off-by: Virginijus Kandrotas <Virginijus.Kandrotas@bosch.io> * fix sonar issue Signed-off-by: Virginijus Kandrotas <Virginijus.Kandrotas@bosch.io> * fix showing assigned ds types Signed-off-by: Virginijus Kandrotas <Virginijus.Kandrotas@bosch.io> * remove unused import Signed-off-by: Virginijus Kandrotas <Virginijus.Kandrotas@bosch.io>
This commit is contained in:
committed by
GitHub
parent
d5661d2fe2
commit
d80d0d6349
@@ -70,6 +70,8 @@ header.first.delete.swmodule.type.table = Software Module Type
|
||||
header.second.delete.swmodule.type.table = Discard
|
||||
header.dist.twintable.selected=Selected
|
||||
header.dist.twintable.available=Available
|
||||
header.dt.twintable.available=Distribution set types
|
||||
header.dt.twintable.selected=Compatible distribution set types
|
||||
header.target.installed = Installed
|
||||
header.target.assigned = Assigned
|
||||
header.type=Type
|
||||
@@ -112,6 +114,7 @@ caption.entity.missing.error = Entity is missing
|
||||
caption.new.softwaremodule.application = Configure New Application
|
||||
caption.new.softwaremodule.os = Configure New OS
|
||||
caption.filter.simple = Simple Filter
|
||||
caption.filter.type = Type Filter
|
||||
caption.filter.custom = Custom Filter
|
||||
caption.metadata = Metadata
|
||||
caption.rollout.name = Rollout name
|
||||
@@ -177,6 +180,7 @@ label.menu = Menu
|
||||
label.active = Active
|
||||
label.action.id = Action Id
|
||||
label.no.tag = NO TAG
|
||||
label.no.target.type = NO TARGET TYPE
|
||||
label.action.forced = Forced
|
||||
label.action.type = Type
|
||||
label.action.soft = Soft
|
||||
@@ -408,6 +412,7 @@ message.cannot.delete = Cannot be deleted
|
||||
message.check.softwaremodule = Please provide both name and version!
|
||||
message.duplicate.softwaremodule = {0} : {1} already exists!
|
||||
message.tag.delete = Please deselect the tag {0} before deleting
|
||||
message.targettype.delete = Please deselect the target type {0} before deleting
|
||||
message.dist.type.check.delete = Please deselect the distribution type {0} before deleting
|
||||
message.cannot.delete.default.dstype = Default distribution set type cannot be deleted
|
||||
message.swmodule.type.check.delete = Please deselect the Software Module type {0} before deleting
|
||||
@@ -480,6 +485,7 @@ message.error.missing.filtername = Please select target filter name
|
||||
message.error.missing.controllerId = Missing Controller Id
|
||||
message.error.missing.nameorversion = Missing Name or Version
|
||||
message.error.missing.nameorversionortype = Missing Name or Version or Type
|
||||
message.error.missing.typename = Please select target type name
|
||||
message.error.distributionset.invalid = Action not allowed for invalid distribution set {0}
|
||||
message.type.delete = Please unclick the type {0}, then try to delete
|
||||
message.error.dist.set.type.update= Distribution set type is already assigned to set(s) and cannot be changed
|
||||
@@ -806,6 +812,8 @@ color.not.exists=There is no mapping for the provided colour {0}
|
||||
|
||||
caption.entity.target.tag = Target Tag
|
||||
caption.entity.target.tags = Target Tags
|
||||
caption.entity.target.type = Target Type
|
||||
caption.entity.target.types = Target Types
|
||||
caption.entity.distribution.tag = Distribution Tag
|
||||
caption.entity.distribution.tags = Distribution Tags
|
||||
caption.entity.distribution.type = Distribution set Type
|
||||
|
||||
Reference in New Issue
Block a user