[ARVADOS] updated: 0ac89aa2da962f381075e8924925bb7eb0982167
git at public.curoverse.com
git at public.curoverse.com
Wed Jun 11 16:13:25 EDT 2014
Summary of changes:
.../app/assets/stylesheets/log_viewer.scss | 25 ++++++++++++++--------
apps/workbench/app/views/jobs/_show_log.html.erb | 10 ++++-----
2 files changed, 21 insertions(+), 14 deletions(-)
via 0ac89aa2da962f381075e8924925bb7eb0982167 (commit)
from 10c9634fe7a37377a01b8d49f56fb6ceb919fb10 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 0ac89aa2da962f381075e8924925bb7eb0982167
Author: Peter Amstutz <tetron at swyman.shell.4xphq.arvadosapi.com>
Date: Wed Jun 11 20:13:22 2014 +0000
2883: Styling column widths so they don't jump around when filters are turned
on and off.
diff --git a/apps/workbench/app/assets/stylesheets/log_viewer.scss b/apps/workbench/app/assets/stylesheets/log_viewer.scss
index eccf539..57f187c 100644
--- a/apps/workbench/app/assets/stylesheets/log_viewer.scss
+++ b/apps/workbench/app/assets/stylesheets/log_viewer.scss
@@ -2,8 +2,22 @@
width: 100%;
font-family: "Lucida Console", Monaco, monospace;
font-size: 11px;
- thead tr th.id {
- display: none;
+ thead tr {
+ th {
+ padding-right: 1em;
+ }
+ th.id {
+ display: none;
+ }
+ th.timestamp {
+ width: 13em;
+ }
+ th.type {
+ width: 9em;
+ }
+ th.taskid {
+ width: 3em;
+ }
}
tbody tr {
vertical-align: top;
@@ -13,14 +27,7 @@
td.id {
display: none;
}
- td.timestamp {
- width: 13em;
- }
- td.type {
- width: 8em;
- }
td.taskid {
- width: 3xoem;
text-align: right;
}
}
diff --git a/apps/workbench/app/views/jobs/_show_log.html.erb b/apps/workbench/app/views/jobs/_show_log.html.erb
index a9e81d9..35c2baf 100644
--- a/apps/workbench/app/views/jobs/_show_log.html.erb
+++ b/apps/workbench/app/views/jobs/_show_log.html.erb
@@ -133,11 +133,11 @@ $("#sort-by-task").on("change", function() {
<table class="log-viewer-table">
<thead>
<tr>
- <th class="sort" data-sort="id"></th>
- <th class="sort" data-sort="timestamp">Timestamp</th>
- <th class="sort" data-sort="type">Log type</th>
- <th class="sort" data-sort="taskid">Task</th>
- <th class="sort" data-sort="message">Message</th>
+ <th class="id" data-sort="id"></th>
+ <th class="timestamp" data-sort="timestamp">Timestamp</th>
+ <th class="type" data-sort="type">Log type</th>
+ <th class="taskid" data-sort="taskid">Task</th>
+ <th class="message" data-sort="message">Message</th>
</tr>
</thead>
<tbody class="list">
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list