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/05/09 23:23:26 UTC

git commit: Added tooltip to a disabled task sandbox link.

Repository: incubator-aurora
Updated Branches:
  refs/heads/master f561fbdd2 -> 1646ea437


Added tooltip to a disabled task sandbox link.

Testing Done:
tested on laptop.

Bugs closed: AURORA-402

Reviewed at https://reviews.apache.org/r/21242/


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

Branch: refs/heads/master
Commit: 1646ea437c4f7f59a51f9597c52bf0c9e14f9f10
Parents: f561fbd
Author: Suman Karumuri <ma...@apache.org>
Authored: Fri May 9 14:23:01 2014 -0700
Committer: Suman Karumuri <sk...@twitter.com>
Committed: Fri May 9 14:23:01 2014 -0700

----------------------------------------------------------------------
 .../org/apache/aurora/scheduler/http/ui/taskSandbox.html         | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/1646ea43/src/main/resources/org/apache/aurora/scheduler/http/ui/taskSandbox.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/apache/aurora/scheduler/http/ui/taskSandbox.html b/src/main/resources/org/apache/aurora/scheduler/http/ui/taskSandbox.html
index ae10d91..8f7b0c8 100644
--- a/src/main/resources/org/apache/aurora/scheduler/http/ui/taskSandbox.html
+++ b/src/main/resources/org/apache/aurora/scheduler/http/ui/taskSandbox.html
@@ -6,6 +6,8 @@
   </span>
 
   <span ng-if='!dataRow.sandboxExists'>
-    {{formatedValue}}
+    <abbr title='This sandbox link is disabled because the sandbox disk space has been reclaimed.'>
+      {{formatedValue}}
+    </abbr>
   </span>
 </div>