Ver Fonte

feat(alerting): pixels have been pushed

bergquist há 9 anos atrás
pai
commit
a573d2504c
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      public/app/features/alerts/partials/alerts_page.html

+ 2 - 2
public/app/features/alerts/partials/alerts_page.html

@@ -9,7 +9,7 @@
   <table class="filter-table">
   <table class="filter-table">
     <thead>
     <thead>
       <th><strong>Name</strong></th>
       <th><strong>Name</strong></th>
-      <th style="width: 68px">State</th>
+      <th style="width: 49px">State</th>
       <th style="width: 122px"></th>
       <th style="width: 122px"></th>
       <th style="width: 28px"></th>
       <th style="width: 28px"></th>
     </thead>
     </thead>
@@ -17,7 +17,7 @@
       <td>
       <td>
 				{{alert.title}}
 				{{alert.title}}
       </td>
       </td>
-      <td>
+      <td class="text-center">
 				<a href="/alerts/events/{{alert.id}}">
 				<a href="/alerts/events/{{alert.id}}">
           <i class="icon-gf {{alert.iconCss}}"></i>
           <i class="icon-gf {{alert.iconCss}}"></i>
         </a>
         </a>