Refreshed visually the Device overview page

This commit is contained in:
laf
2014-02-26 22:33:45 +00:00
parent 997dc3dad3
commit 54c3b7bc14
16 changed files with 279 additions and 180 deletions
+2 -3
View File
@@ -18,7 +18,7 @@ if (device_permitted($vars['device']) || $check_device == $vars['device'])
$tab = "overview";
}
$select[$tab] = "selected";
$select[$tab] = "active";
$device = device_by_id_cache($vars['device']);
$attribs = get_dev_attribs($device['device_id']);
@@ -37,11 +37,10 @@ if (device_permitted($vars['device']) || $check_device == $vars['device'])
echo('</table>');
echo('<div class="tabBox">');
if (device_permitted($device['device_id']))
{
echo('<ul class="tabs">');
echo('<ul class="nav nav-tabs">');
if ($config['show_overview_tab'])
{