You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2014/12/23 01:16:33 UTC

ambari git commit: AMBARI-8847. Admin View > Version table: No versions to display. (Richard Zang via yusaku)

Repository: ambari
Updated Branches:
  refs/heads/trunk f0f889cec -> f582b59a9


AMBARI-8847. Admin View > Version table: No versions to display. (Richard Zang via yusaku)


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

Branch: refs/heads/trunk
Commit: f582b59a920e309f607b92e03eda1a56e783943e
Parents: f0f889c
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Mon Dec 22 16:16:06 2014 -0800
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Mon Dec 22 16:16:06 2014 -0800

----------------------------------------------------------------------
 .../main/resources/ui/admin-web/app/views/stackVersions/list.html | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/f582b59a/ambari-admin/src/main/resources/ui/admin-web/app/views/stackVersions/list.html
----------------------------------------------------------------------
diff --git a/ambari-admin/src/main/resources/ui/admin-web/app/views/stackVersions/list.html b/ambari-admin/src/main/resources/ui/admin-web/app/views/stackVersions/list.html
index d357ef3..ef15f1d 100644
--- a/ambari-admin/src/main/resources/ui/admin-web/app/views/stackVersions/list.html
+++ b/ambari-admin/src/main/resources/ui/admin-web/app/views/stackVersions/list.html
@@ -71,6 +71,9 @@
     </tr>
     </tbody>
   </table>
+  <div class="alert alert-info col-sm-12" ng-show="!repos.length">
+    No version to display.
+  </div>
   <div class="col-sm-12 table-bar">
     <div class="pull-left filtered-info">
       <span>{{tableInfo.showed}} of {{tableInfo.total}} versions showing - </span>