You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by ma...@apache.org on 2014/04/05 02:05:31 UTC

[45/50] [abbrv] git commit: Fixed task status layout.

Fixed task status layout.


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

Branch: refs/heads/mansu/job_page
Commit: f6d57a3beb4703342419fed48b2a927db5be8a78
Parents: e17bacd
Author: Suman Karumuri <sk...@twitter.com>
Authored: Fri Apr 4 11:21:17 2014 -0700
Committer: Suman Karumuri <sk...@twitter.com>
Committed: Fri Apr 4 11:21:17 2014 -0700

----------------------------------------------------------------------
 .../org/apache/aurora/scheduler/http/ui/css/app.css          | 8 ++++----
 .../resources/org/apache/aurora/scheduler/http/ui/job.html   | 2 +-
 .../resources/org/apache/aurora/scheduler/http/ui/role.html  | 2 +-
 .../org/apache/aurora/scheduler/http/ui/taskStatus.html      | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/f6d57a3b/src/main/resources/org/apache/aurora/scheduler/http/ui/css/app.css
----------------------------------------------------------------------
diff --git a/src/main/resources/org/apache/aurora/scheduler/http/ui/css/app.css b/src/main/resources/org/apache/aurora/scheduler/http/ui/css/app.css
index ab8fd85..3a26e7d 100644
--- a/src/main/resources/org/apache/aurora/scheduler/http/ui/css/app.css
+++ b/src/main/resources/org/apache/aurora/scheduler/http/ui/css/app.css
@@ -25,10 +25,6 @@ ul.breadcrumb {
   border-bottom: 0px;
 }
 
-.summaryTable {
-  margin-left: 0px;
-}
-
 .summaryButton {
   margin-bottom: 10px;
 }
@@ -36,3 +32,7 @@ ul.breadcrumb {
 .schedulingStatus {
   border-bottom: 1px #aaaaaa dashed;
 }
+
+.noMarginLeft {
+  margin-left: 0px;
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/f6d57a3b/src/main/resources/org/apache/aurora/scheduler/http/ui/job.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/apache/aurora/scheduler/http/ui/job.html b/src/main/resources/org/apache/aurora/scheduler/http/ui/job.html
index e83674f..372c362 100644
--- a/src/main/resources/org/apache/aurora/scheduler/http/ui/job.html
+++ b/src/main/resources/org/apache/aurora/scheduler/http/ui/job.html
@@ -28,7 +28,7 @@
           {{summaryButtonText}}
         </button>
         <div ng-if='showSummary'>
-          <div class='span8 summaryTable'>
+          <div class='span8 noMarginLeft'>
             <smart-table config='taskSummaryTableConfig'
                          columns='taskSummaryTableColumns'
                          rows='taskSummary'

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/f6d57a3b/src/main/resources/org/apache/aurora/scheduler/http/ui/role.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/apache/aurora/scheduler/http/ui/role.html b/src/main/resources/org/apache/aurora/scheduler/http/ui/role.html
index f1f4dd3..9f81bad 100644
--- a/src/main/resources/org/apache/aurora/scheduler/http/ui/role.html
+++ b/src/main/resources/org/apache/aurora/scheduler/http/ui/role.html
@@ -25,7 +25,7 @@
           </div>
 
           <div ng-show='showResources && !environment'>
-            <div class='span8 summaryTable'>
+            <div class='span8 noMarginLeft'>
               <div ng-controller="QuotaController">
                 <div ng-show='error'>
                   <error/>

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/f6d57a3b/src/main/resources/org/apache/aurora/scheduler/http/ui/taskStatus.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/apache/aurora/scheduler/http/ui/taskStatus.html b/src/main/resources/org/apache/aurora/scheduler/http/ui/taskStatus.html
index 121dfe8..9f0cc4a 100644
--- a/src/main/resources/org/apache/aurora/scheduler/http/ui/taskStatus.html
+++ b/src/main/resources/org/apache/aurora/scheduler/http/ui/taskStatus.html
@@ -1,5 +1,5 @@
 <task-status>
-  <div>
+  <div class="span4 noMarginLeft">
     <span title='{{formatedValue | scheduleStatusTooltip}}'>
       <span ng-if='!showDetails'><i class='icon-plus'></i></span>
       <span ng-if='showDetails'><i class='icon-minus'></i></span>