Browse Source

Disable wrapping of report labels

Jeremy Stretch 7 năm trước cách đây
mục cha
commit
c89735cd4e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      netbox/templates/extras/report_list.html

+ 1 - 1
netbox/templates/extras/report_list.html

@@ -38,7 +38,7 @@
                                         <td colspan="3" class="method">
                                             {{ method }}
                                         </td>
-                                        <td class="text-right report-stats">
+                                        <td class="text-right text-nowrap report-stats">
                                             <label class="label label-success">{{ stats.success }}</label>
                                             <label class="label label-info">{{ stats.info }}</label>
                                             <label class="label label-warning">{{ stats.warning }}</label>