Making the Name column a bit wider so that the "Interface" column doesn't take up all the room.

pull/169/head
Jordan Wright 2016-02-27 20:08:38 -06:00
parent 56c9ea070b
commit 49e575cf56
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
<table id="profileTable" class="table" style="display:none;"> <table id="profileTable" class="table" style="display:none;">
<thead> <thead>
<tr> <tr>
<th>Name</th> <th class="col-md-4">Name</th>
<th>Interface Type</th> <th>Interface Type</th>
<th>Last Modified Date</th> <th>Last Modified Date</th>
<th class="col-md-2 no-sort"></th> <th class="col-md-2 no-sort"></th>