diff --git a/example/generator/bundle.json b/example/generator/bundle.json index 6c019593c1..fdfad67dc1 100644 --- a/example/generator/bundle.json +++ b/example/generator/bundle.json @@ -29,6 +29,7 @@ { "name": "Period", "control": "textfield", + "cssclass": "l-small l-numeric", "key": "period", "required": true, "property": [ "telemetry", "period" ], diff --git a/platform/commonUI/browse/res/templates/browse.html b/platform/commonUI/browse/res/templates/browse.html index 89fdc122b2..54ccbae8a7 100644 --- a/platform/commonUI/browse/res/templates/browse.html +++ b/platform/commonUI/browse/res/templates/browse.html @@ -19,7 +19,7 @@ mct-drag-down="splitter.startMove()" mct-drag="splitter.move(delta[0])">
+ ng-style="{ left: (splitter.state()+4) + 'px', right: '0px' }">
diff --git a/platform/commonUI/edit/bundle.json b/platform/commonUI/edit/bundle.json index fca0e2cf72..eccaeaf787 100644 --- a/platform/commonUI/edit/bundle.json +++ b/platform/commonUI/edit/bundle.json @@ -56,7 +56,8 @@ "implementation": "actions/SaveAction.js", "name": "Save", "description": "Save changes made to these objects.", - "depends": [ "$location" ] + "depends": [ "$location" ], + "priority": "mandatory" }, { "key": "cancel", diff --git a/platform/commonUI/edit/res/templates/edit-object.html b/platform/commonUI/edit/res/templates/edit-object.html index 662a77008a..f6fdbdf14a 100644 --- a/platform/commonUI/edit/res/templates/edit-object.html +++ b/platform/commonUI/edit/res/templates/edit-object.html @@ -7,8 +7,11 @@ structure="toolbar.structure" ng-model="toolbar.state"> -
-
+
+
-
-