From 4f6c054d7a468b980538461ede1da40789af4d46 Mon Sep 17 00:00:00 2001 From: ZHANG Zhao Date: Sun, 20 Sep 2020 23:04:23 +0200 Subject: [PATCH] Highly optimized dashboard icons by Aleksandr Result: https://imgur.com/Y1pNHzP.png Signed-off-by: ZHANG Zhao --- .../view/dashboard/icons/devices.svg | 133 +----------------- .../view/dashboard/icons/internet.svg | 47 +------ .../view/dashboard/icons/not-internet.svg | 92 +----------- .../resources/view/dashboard/icons/router.svg | 2 +- .../view/dashboard/icons/wireless.svg | 62 +------- 5 files changed, 5 insertions(+), 331 deletions(-) diff --git a/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/icons/devices.svg b/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/icons/devices.svg index 9fa17f40c5..2ab09176bc 100644 --- a/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/icons/devices.svg +++ b/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/icons/devices.svg @@ -1,132 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/icons/internet.svg b/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/icons/internet.svg index c6feb0fb99..8563603c94 100644 --- a/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/icons/internet.svg +++ b/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/icons/internet.svg @@ -1,46 +1 @@ - - - - - - - - - - + \ No newline at end of file diff --git a/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/icons/not-internet.svg b/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/icons/not-internet.svg index f1202fe221..d66f8379fc 100644 --- a/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/icons/not-internet.svg +++ b/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/icons/not-internet.svg @@ -1,91 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/icons/router.svg b/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/icons/router.svg index 588504ea86..1ff29ee56a 100644 --- a/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/icons/router.svg +++ b/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/icons/router.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/icons/wireless.svg b/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/icons/wireless.svg index 06073fa410..576baafe8c 100644 --- a/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/icons/wireless.svg +++ b/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/icons/wireless.svg @@ -1,61 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file -- 2.30.2