瀏覽代碼

HUE-4983 [notebook] Notebook pages can list objects on two rows

Romain Rigaux 9 年之前
父節點
當前提交
83a3b46f88
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/libs/notebook/src/notebook/templates/notebooks.mako

+ 1 - 1
desktop/libs/notebook/src/notebook/templates/notebooks.mako

@@ -108,7 +108,7 @@ ${ commonheader(_("Notebooks"), "spark", user, "60px") | n,unicode }
         <th>${ _('Name') }</th>
         <th>${ _('Description') }</th>
         <th>${ _('Owner') }</th>
-        <th>${ _('Last Modified') }</th>
+        <th width="10%">${ _('Last Modified') }</th>
       </tr>
     </thead>
     <tbody data-bind="foreach: { data: jobs }">