IGNITE-5876 Fixed typo in template.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e3701f05 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e3701f05 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/e3701f05 Branch: refs/heads/ignite-5757 Commit: e3701f05cb5b28e0be7d99f9c36d0d2e28116ac2 Parents: 09aba54 Author: Alexey Kuznetsov <[email protected]> Authored: Mon Jul 31 14:52:03 2017 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Mon Jul 31 14:52:03 2017 +0700 ---------------------------------------------------------------------- .../frontend/app/modules/states/configuration/clusters/hadoop.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/e3701f05/modules/web-console/frontend/app/modules/states/configuration/clusters/hadoop.pug ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/hadoop.pug b/modules/web-console/frontend/app/modules/states/configuration/clusters/hadoop.pug index 22852cb..149c5db 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/hadoop.pug +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/hadoop.pug @@ -78,7 +78,7 @@ include /app/helpers/jade/mixins .settings-row +number('Max task queue size:', model + '.maxTaskQueueSize', '"maxTaskQueueSize"', 'true', '8192', '1', 'Max task queue size') .settings-row - +ignite-form-group(ng-form=form ng-model=`${addresses}`) + +ignite-form-group(ng-form=form ng-model=`${libs}`) ignite-form-field-label | Native libraries ignite-form-group-tooltip
