From 62e3eb0e3f317fb8e3dde8cd6d99d9cbc45cf21c Mon Sep 17 00:00:00 2001 From: Arjit Chaudhary Date: Tue, 15 Sep 2015 01:45:54 +0530 Subject: [PATCH] Cleanup UI, expand table to full width, add icon to save --- html/pages/device/edit/apps.inc.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/html/pages/device/edit/apps.inc.php b/html/pages/device/edit/apps.inc.php index 2cc4956224..8bcf1033ac 100644 --- a/html/pages/device/edit/apps.inc.php +++ b/html/pages/device/edit/apps.inc.php @@ -58,11 +58,10 @@ if (count($apps_enabled)) { } } -echo "
-
+echo "
- +
@@ -92,12 +91,10 @@ foreach ($applications as $app) { echo ''; echo '
Enable Application
- +
'; echo '
'; -echo '
'; -echo '
';