You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by rz...@apache.org on 2015/06/26 02:00:59 UTC

ambari git commit: AMBARI-12154. RU: version number input field is not clear. (Richard Zang)

Repository: ambari
Updated Branches:
  refs/heads/trunk bf07a9671 -> f9cefa244


AMBARI-12154. RU: version number input field is not clear. (Richard Zang)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f9cefa24
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f9cefa24
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f9cefa24

Branch: refs/heads/trunk
Commit: f9cefa244ed551be1bf7b97f25b6c3f430ca4be7
Parents: bf07a96
Author: Richard Zang <rz...@apache.org>
Authored: Thu Jun 25 16:56:32 2015 -0700
Committer: Richard Zang <rz...@apache.org>
Committed: Thu Jun 25 16:56:32 2015 -0700

----------------------------------------------------------------------
 .../ui/admin-web/app/views/stackVersions/stackVersionPage.html     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/f9cefa24/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 77b80d0..d62c9a6 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
@@ -49,7 +49,7 @@
           <span class="bold-dot">.</span>
           <div class="form-group" ng-class="{'has-error' : repoRegForm.version.$error.pattern}">
             <input class="form-control" name="version" type="text" ng-model="$parent.repoSubversion" ng-pattern="subversionPattern"
-                   placeholder="Version Name" ng-change="updateCurrentVersionInput()" required/>
+                   placeholder="Version Number (0.0)" ng-change="updateCurrentVersionInput()" required/>
             <span class="text-danger" ng-show="repoRegForm.version.$error.pattern">
               &nbsp{{currentVersionInput}} Invalid.
             </span>