소스 검색

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