Repository: ambari Updated Branches: refs/heads/trunk 14df3d2bd -> 5e50c84cc
AMBARI-17288 Redundant element on create version page (zhewang) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/5e50c84c Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5e50c84c Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5e50c84c Branch: refs/heads/trunk Commit: 5e50c84cc4fed6b594967fe573210a2f0d3f99fa Parents: 14df3d2 Author: Zhe (Joe) Wang <[email protected]> Authored: Thu Jun 16 18:41:26 2016 -0700 Committer: Zhe (Joe) Wang <[email protected]> Committed: Thu Jun 16 18:42:04 2016 -0700 ---------------------------------------------------------------------- .../ui/admin-web/app/views/stackVersions/stackVersionPage.html | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/5e50c84c/ambari-admin/src/main/resources/ui/admin-web/app/views/stackVersions/stackVersionPage.html ---------------------------------------------------------------------- diff --git a/ambari-admin/src/main/resources/ui/admin-web/app/views/stackVersions/stackVersionPage.html b/ambari-admin/src/main/resources/ui/admin-web/app/views/stackVersions/stackVersionPage.html index e7bf01d..bee9523 100644 --- a/ambari-admin/src/main/resources/ui/admin-web/app/views/stackVersions/stackVersionPage.html +++ b/ambari-admin/src/main/resources/ui/admin-web/app/views/stackVersions/stackVersionPage.html @@ -229,9 +229,6 @@ </div> </div> </div> - <div> - {{versionRegForm.version.$invalid}} - </div> <div class="col-sm-12"> <button class="btn btn-primary pull-right left-margin" ng-click="save()" ng-disabled="isSaveButtonDisabled() || (createController && versionRegForm.version.$invalid)">{{'common.controls.save' | translate}}
