admin: remove flex scrollable

This commit is contained in:
Felix Niklas 2014-09-30 13:34:05 +02:00
parent 4280268580
commit eea3429734
4 changed files with 152 additions and 169 deletions

View file

@ -1,17 +1,14 @@
<div class="flex scrollable">
<div class="horizontal">
<div class="page-header-title"> <div class="page-header-title">
<div class="horizontal">
<h1><%- @T( @head ) %> <small><%- @T( 'Management' ) %></small></h1> <h1><%- @T( @head ) %> <small><%- @T( 'Management' ) %></small></h1>
</div>
<div class="page-header-meta"> <div class="page-header-meta">
<% if @buttons: %> <% if @buttons: %>
<% for button in @buttons: %> <% for button in @buttons: %>
<a data-type="<%= button['data-type'] %>" class="btn btn-default <%= button['class'] %>"><%- @T( button.name ) %></a> <a data-type="<%= button['data-type'] %>" class="btn <%= button['class'] %>"><%- @T( button.name ) %></a>
<% end %> <% end %>
<% end %> <% end %>
</div> </div>
</div> </div>
</div>
<div class="table-overview"></div> <div class="table-overview"></div>
</div>

View file

@ -1,5 +1,3 @@
<div class="flex scrollable">
<div>
<div class="page-header-title"> <div class="page-header-title">
<h1><%- @T( 'Package' ) %> <small><%- @T( 'Management' ) %></small></h1> <h1><%- @T( 'Package' ) %> <small><%- @T( 'Management' ) %></small></h1>
</div> </div>
@ -39,5 +37,3 @@
<% end %> <% end %>
</tbody> </tbody>
</table> </table>
</div>

View file

@ -1,9 +1,6 @@
<div class="flex scrollable">
<div class="horizontal">
<div class="page-header-title"> <div class="page-header-title">
<h1>Scheduler <small>Management</small></h1> <h1>Scheduler <small>Management</small></h1>
</div> </div>
</div>
<ul class="nav nav-tabs nav-stacked"> <ul class="nav nav-tabs nav-stacked">
<li><a href="#">Jobs</a></li> <li><a href="#">Jobs</a></li>
@ -18,7 +15,6 @@
</ul> </ul>
<div class="tab-content"> <div class="tab-content">
<div class="tab-pane active" id="channel-inbound"> <div class="tab-pane active" id="channel-inbound">
<table class="table table-striped"> <table class="table table-striped">
<tr> <tr>
<th>Host</th> <th>Host</th>
@ -42,7 +38,6 @@
<td>x</td> <td>x</td>
</tr> </tr>
</table> </table>
</div> </div>
<div class="tab-pane" id="channel-outbound"> <div class="tab-pane" id="channel-outbound">
<table class="table table-striped"> <table class="table table-striped">
@ -93,6 +88,4 @@
</div> </div>
</div> </div>
</div> </div>
</div>
</div> </div>

View file

@ -1,5 +1,3 @@
<div class="flex scrollable">
<div>
<div class="page-header-title"> <div class="page-header-title">
<h1><%- @T('Sessions') %><small></small></h1> <h1><%- @T('Sessions') %><small></small></h1>
</div> </div>
@ -27,4 +25,3 @@
<% end %> <% end %>
</tbody> </tbody>
</table> </table>
</div>