Repository: ignite Updated Branches: refs/heads/ignite-843-rc2 6130b8a16 -> 91ffb1939
IGNITE-2093 Minor fix Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/10c975dd Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/10c975dd Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/10c975dd Branch: refs/heads/ignite-843-rc2 Commit: 10c975dd8498278ca0e26bf81241ad8e63f0361f Parents: f76118a Author: Andrey <[email protected]> Authored: Thu Dec 10 13:54:51 2015 +0700 Committer: Andrey <[email protected]> Committed: Thu Dec 10 13:54:51 2015 +0700 ---------------------------------------------------------------------- .../js/app/directives/ui-ace-pojos/ui-ace-pojos.jade | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/10c975dd/modules/control-center-web/src/main/js/app/directives/ui-ace-pojos/ui-ace-pojos.jade ---------------------------------------------------------------------- diff --git a/modules/control-center-web/src/main/js/app/directives/ui-ace-pojos/ui-ace-pojos.jade b/modules/control-center-web/src/main/js/app/directives/ui-ace-pojos/ui-ace-pojos.jade index 9f4a1db..5601ed8 100644 --- a/modules/control-center-web/src/main/js/app/directives/ui-ace-pojos/ui-ace-pojos.jade +++ b/modules/control-center-web/src/main/js/app/directives/ui-ace-pojos/ui-ace-pojos.jade @@ -21,13 +21,13 @@ div .col-xs-10.col-sm-10.col-md-10.summary-pojo-list button.select-toggle.form-control(ng-model='ctrl.class' bs-select bs-options='item for item in ctrl.classes' data-container='') .col-xs-2.col-sm-2.col-md-2 - label .col-xs-10.col-sm-10.col-md-10 - input(type='checkbox' ng-model='ctrl.useConstructor') - | Generate constructors - .col-xs-2.col-sm-2.col-md-2 label + input(type='checkbox' ng-model='ctrl.useConstructor') + | Generate constructors + .col-xs-2.col-sm-2.col-md-2 .col-xs-10.col-sm-10.col-md-10 - input(type='checkbox' ng-model='ctrl.includeKeyFields') - | Include key fields + label + input(type='checkbox' ng-model='ctrl.includeKeyFields') + | Include key fields div(ui-ace='{onLoad: onLoad, mode: "java"}' ng-model='ctrl.data')
