Explorar o código

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

Romain Rigaux %!s(int64=9) %!d(string=hai) anos
pai
achega
83a3b46f88

+ 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 }">