Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 956C511C09 for ; Fri, 15 Aug 2014 13:16:28 +0000 (UTC) Received: (qmail 17692 invoked by uid 500); 15 Aug 2014 13:16:28 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 17596 invoked by uid 500); 15 Aug 2014 13:16:28 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 17427 invoked by uid 99); 15 Aug 2014 13:16:28 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Aug 2014 13:16:28 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id EA4F49C4F99; Fri, 15 Aug 2014 13:16:27 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jonathanhurley@apache.org To: commits@ambari.apache.org Date: Fri, 15 Aug 2014 13:16:33 -0000 Message-Id: <40063a9d8bf54ad1b8612796087868e3@git.apache.org> In-Reply-To: <76101b6b87d44b56ac4a3be9d5046180@git.apache.org> References: <76101b6b87d44b56ac4a3be9d5046180@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [07/12] git commit: AMBARI-6866. Admin View: various UI improvements. (yusaku) AMBARI-6866. Admin View: various UI improvements. (yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d79289bb Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d79289bb Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d79289bb Branch: refs/heads/branch-alerts-dev Commit: d79289bb3da0f895640bf736f0f04238e43775d6 Parents: 86ca284 Author: Yusaku Sako Authored: Thu Aug 14 12:25:55 2014 -0700 Committer: Jonathan Hurley Committed: Fri Aug 15 09:15:57 2014 -0400 ---------------------------------------------------------------------- .../main/resources/ui/admin-web/app/index.html | 3 +- .../controllers/groups/GroupsEditCtrl.js | 36 ++++++----- .../controllers/groups/GroupsListCtrl.js | 36 ++++++----- .../app/scripts/controllers/mainCtrl.js | 2 + .../scripts/controllers/users/UsersListCtrl.js | 65 ++++++++++---------- .../app/scripts/directives/disabledTooltip.js | 41 ++++++++++++ .../ui/admin-web/app/scripts/services/Group.js | 18 +++--- .../ui/admin-web/app/scripts/services/User.js | 18 +++--- .../resources/ui/admin-web/app/styles/main.css | 27 +++++++- .../admin-web/app/views/ambariViews/create.html | 14 ++--- .../admin-web/app/views/ambariViews/edit.html | 6 +- .../ui/admin-web/app/views/groups/create.html | 2 +- .../ui/admin-web/app/views/groups/edit.html | 37 ++++++----- .../ui/admin-web/app/views/groups/list.html | 25 ++++---- .../ui/admin-web/app/views/leftNavbar.html | 2 +- .../ui/admin-web/app/views/users/create.html | 6 +- .../ui/admin-web/app/views/users/list.html | 14 +++-- .../app/views/users/modals/changePassword.html | 6 +- .../ui/admin-web/app/views/users/show.html | 17 ++--- ambari-web/app/templates/application.hbs | 2 +- ambari-web/app/templates/main/menu_item.hbs | 4 +- 21 files changed, 235 insertions(+), 146 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/d79289bb/ambari-admin/src/main/resources/ui/admin-web/app/index.html ---------------------------------------------------------------------- diff --git a/ambari-admin/src/main/resources/ui/admin-web/app/index.html b/ambari-admin/src/main/resources/ui/admin-web/app/index.html index a1d33da..7b03087 100644 --- a/ambari-admin/src/main/resources/ui/admin-web/app/index.html +++ b/ambari-admin/src/main/resources/ui/admin-web/app/index.html @@ -52,7 +52,7 @@