File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 66 table .servers {
77 font-size : 12pt ;
88 }
9+ table .servers th .address ,
10+ table .servers th .details {
11+ display : none;
12+ }
13+ table .servers th .label {
14+ border-right : 0px ;
15+ }
16+ table .servers td .label ,
17+ table .servers td .address ,
18+ table .servers td .details {
19+ border-right : 0px ;
20+ display : block;
21+ }
922}
1023table .servers th .status {
1124 width : 50px ;
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ require("./header.inc.phtml");
3333 <th class="status">Status</th>
3434 <th class="label">Label</th>
3535 <th class="address">Address</th>
36- <th></th>
36+ <th class="details" ></th>
3737 </tr>
3838 </thead>
3939 <tbody>
@@ -55,7 +55,7 @@ require("./header.inc.phtml");
5555 <td class="status center <?php echo $ status_subclass ; ?> "><?php echo $ status ; ?> </td>
5656 <td class="label"><?php echo ($ server ->getLabel () != $ server ->getAddress () && !is_null ($ server ->getLabel ()) ? $ server ->getLabel () : " " ); ?> </td>
5757 <td class="address" onclick="bnetdocs.fSelectText(this);"><?php echo $ server ->getAddress (); ?> :<?php echo $ server ->getPort (); ?> </td>
58- <td class="center"><a href="<?php echo Common::relativeUrlToAbsolute ("/server/ " . $ server ->getId ()); ?> ">View Details</a></td>
58+ <td class="details center"><a href="<?php echo Common::relativeUrlToAbsolute ("/server/ " . $ server ->getId ()); ?> ">View Details</a></td>
5959 </tr>
6060<?php } ?>
6161<?php } ?>
You can’t perform that action at this time.
0 commit comments