Sfoglia il codice sorgente

HUE-363. jobbrowser job state should fit well in the table

bc Wong 14 anni fa
parent
commit
cec6977fb8
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      apps/jobbrowser/src/jobbrowser/templates/tasks.mako

+ 2 - 1
apps/jobbrowser/src/jobbrowser/templates/tasks.mako

@@ -78,7 +78,8 @@
       </ul>
     </div>
     <div data-filters="SizeTo" data-size-to-height="-30" style="overflow: auto">
-      <table data-filters="HtmlTable" class="selectable" cellpadding="0" cellspacing="0">
+      ## Use fit-text because the task state can be a very long string
+      <table data-filters="HtmlTable" class="selectable" data-fit-text="td" cellpadding="0" cellspacing="0">
         <thead>
            <tr>
              <th>Task ID</th>