Repository: ambari Updated Branches: refs/heads/branch-2.4 c0e97a561 -> 88fc02338
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/88fc0233 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/88fc0233 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/88fc0233 Branch: refs/heads/branch-2.4 Commit: 88fc02338aa977494bd44839e5ce73c7eacb7753 Parents: c0e97a5 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:44 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/88fc0233/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}}
