mirror of
https://github.com/oguzhaninan/Stacer.git
synced 2026-05-25 00:40:40 -04:00
updated fonts and resource page
This commit is contained in:
@@ -38,30 +38,12 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-cpu:before {
|
||||
content: "\62";
|
||||
}
|
||||
.icon-hard-disc:before {
|
||||
content: "\63";
|
||||
}
|
||||
.icon-memory:before {
|
||||
content: "\65";
|
||||
}
|
||||
.icon-collapse:before {
|
||||
content: "\61";
|
||||
}
|
||||
.icon-service:before {
|
||||
content: "\69";
|
||||
}
|
||||
.icon-settings:before {
|
||||
content: "\68";
|
||||
}
|
||||
.icon-startup:before {
|
||||
content: "\67";
|
||||
}
|
||||
.icon-uninstaller:before {
|
||||
content: "\66";
|
||||
}
|
||||
.icon-dash:before {
|
||||
content: "\64";
|
||||
}
|
||||
@@ -73,4 +55,16 @@
|
||||
}
|
||||
.icon-cleaner:before {
|
||||
content: "\6e";
|
||||
}
|
||||
.icon-uninstaller:before {
|
||||
content: "\6b";
|
||||
}
|
||||
.icon-collapse:before {
|
||||
content: "\62";
|
||||
}
|
||||
.icon-expand:before {
|
||||
content: "\63";
|
||||
}
|
||||
.icon-settings:before {
|
||||
content: "\61";
|
||||
}
|
||||
@@ -70,7 +70,7 @@ button {
|
||||
top: 0px;
|
||||
text-align: center;
|
||||
left: 0;
|
||||
z-index: 9999;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
.sidebar-nav ul {
|
||||
@@ -569,6 +569,14 @@ input[type=checkbox] {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.resources h4 i {
|
||||
margin: 1px 0 0 10px;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
float: right;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
#cpus-chart,
|
||||
#memory-chart,
|
||||
#network-chart {
|
||||
@@ -579,16 +587,6 @@ input[type=checkbox] {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.fit-chart {
|
||||
float: right;
|
||||
display: block;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
border: 0;
|
||||
margin: 1px 0px 0px 10px;
|
||||
}
|
||||
|
||||
|
||||
/*---------STATISTICS---------*/
|
||||
|
||||
.empty-list {
|
||||
@@ -669,7 +667,8 @@ input[type=checkbox] {
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 1;
|
||||
z-index: 999;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
.promptDialog .dialog {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
background-color: #202b33;
|
||||
}
|
||||
|
||||
.content h1 {
|
||||
.dark .content h1 {
|
||||
color: #ccc;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
@@ -21,10 +21,20 @@
|
||||
color: #2285c3;
|
||||
}
|
||||
|
||||
.sidebar-nav ul li i {
|
||||
.dark .sidebar-nav ul li:not(.nav-active) i {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.dark .sidebar-nav ul li:hover,
|
||||
.dark .nav-active {
|
||||
background-color: #1b242b;
|
||||
}
|
||||
|
||||
.dark .sidebar-nav ul li:hover>i,
|
||||
.dark .nav-active i {
|
||||
color: #2285c3;
|
||||
}
|
||||
|
||||
|
||||
/*-----DASHBOARD-----*/
|
||||
|
||||
@@ -51,23 +61,6 @@
|
||||
color: #748390;
|
||||
}
|
||||
|
||||
.dark #nav li {
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
.dark .nav-active {
|
||||
background-color: #202b33;
|
||||
}
|
||||
|
||||
.dark .sidebar-nav ul li:hover {
|
||||
background-color: #1b242b;
|
||||
}
|
||||
|
||||
.dark .sidebar-nav ul li:hover>i,
|
||||
.dark .nav-active i {
|
||||
color: #2285c3;
|
||||
}
|
||||
|
||||
|
||||
/*----SWITCH-----*/
|
||||
|
||||
@@ -190,12 +183,8 @@
|
||||
color: #aeb5bf;
|
||||
}
|
||||
|
||||
.dark .fit-chart {
|
||||
background: url(../../img/fit.png) no-repeat 0 0;
|
||||
}
|
||||
|
||||
.dark .collapse {
|
||||
background: url(../../img/collapse.png) no-repeat 0 0;
|
||||
.resources h4 i {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.dark #cpus-chart,
|
||||
@@ -225,6 +214,10 @@
|
||||
color: #293945;
|
||||
}
|
||||
|
||||
.dark #uninstall-selected:disabled:hover {
|
||||
color: #202b33;
|
||||
}
|
||||
|
||||
.dark #uninstall-selected:hover {
|
||||
background-color: #293945;
|
||||
}
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
*/
|
||||
|
||||
.light {
|
||||
background-color: #eef4f6;
|
||||
background-color: #efefef;
|
||||
}
|
||||
|
||||
.content h1 {
|
||||
.light .content h1 {
|
||||
color: #6d7278;
|
||||
border-bottom: 1px solid #bdc4ca;
|
||||
}
|
||||
@@ -23,10 +23,20 @@
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.sidebar-nav ul li i {
|
||||
.light .sidebar-nav ul li:not(.nav-active) i {
|
||||
color: #6d7278;
|
||||
}
|
||||
|
||||
.light .sidebar-nav ul li:hover,
|
||||
.light .nav-active {
|
||||
background-color: #2285c3;
|
||||
}
|
||||
|
||||
.light .sidebar-nav ul li:hover>i,
|
||||
.light li.nav-active>i {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
/*-----DASHBOARD-----*/
|
||||
|
||||
@@ -54,20 +64,6 @@
|
||||
color: #6d7278;
|
||||
}
|
||||
|
||||
.light .nav-active {
|
||||
background-color: #2285c3;
|
||||
}
|
||||
|
||||
.light .sidebar-nav ul li:hover {
|
||||
background-color: #2285c3;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.light .sidebar-nav ul li:hover > i,
|
||||
.light .nav-active i {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
/*----SWITCH-----*/
|
||||
|
||||
@@ -140,6 +136,10 @@
|
||||
background-color: #293945;
|
||||
}
|
||||
|
||||
.light .item-table span {
|
||||
color: #748390;
|
||||
}
|
||||
|
||||
.light .item-table h3 {
|
||||
background-color: #bdc4ca;
|
||||
color: #fff;
|
||||
@@ -195,12 +195,8 @@
|
||||
color: #6d7278;
|
||||
}
|
||||
|
||||
.light .fit-chart {
|
||||
background: url(../../img/fit.png) no-repeat 0 0;
|
||||
}
|
||||
|
||||
.light .collapse {
|
||||
background: url(../../img/collapse.png) no-repeat 0 0;
|
||||
.resources h4 i {
|
||||
color: #6d7278;
|
||||
}
|
||||
|
||||
.light #cpus-chart,
|
||||
@@ -223,16 +219,21 @@
|
||||
}
|
||||
|
||||
.light #uninstall-selected {
|
||||
color: #748390;
|
||||
color: #202b33;
|
||||
border: 1px solid #748390;
|
||||
}
|
||||
|
||||
.light #uninstall-selected:disabled {
|
||||
color: #293945;
|
||||
color: #748390;
|
||||
}
|
||||
|
||||
.dark #uninstall-selected:disabled:hover {
|
||||
color: #202b33;
|
||||
}
|
||||
|
||||
.light #uninstall-selected:hover {
|
||||
background-color: #748390;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
@@ -7,16 +7,14 @@
|
||||
<font-face font-family="stacer-fonts" units-per-em="512" ascent="480" descent="-32"/>
|
||||
<missing-glyph horiz-adv-x="512" />
|
||||
|
||||
<glyph glyph-name="cpu" unicode="b" d="M207 305l98 0 0-98-98 0z m162 207l-34 0 0-104-62 0 0 104-34 0 0-104-62 0 0 104-34 0 0-104-39 0 0-304 39 0 0-104 34 0 0 104 62 0 0-104 34 0 0 104 62 0 0-104 34 0 0 104 39 0 0 304-39 0z m-196-339l0 166 166 0 0-166z m235 196l104 0 0-34-104 0z m0-96l104 0 0-34-104 0z m0-96l104 0 0-34-104 0z m-408 192l104 0 0-34-104 0z m0-96l104 0 0-34-104 0z m0-96l104 0 0-34-104 0z"/>
|
||||
<glyph glyph-name="hard-disc" unicode="c" d="M474 168c12 0 23-4 33-10l-65 306c-3 18-21 33-39 33l-293 0c-18 0-36-15-40-33l-64-306c9 6 20 10 32 10z m-436-153l436 0c21 0 39 17 39 38l0 57c0 7-3 14-6 20-7 11-19 18-33 18l-436 0c-13 0-25-7-32-18-4-6-6-13-6-20l0-57c0-21 17-38 38-38z m408 72l-84 0c-5 0-9 4-9 10 0 5 4 10 9 10l84 0c6 0 10-5 10-10 0-6-4-10-10-10z"/>
|
||||
<glyph glyph-name="memory" unicode="e" d="M383 281l6 0 0 188-58 0 0 43-186 0 0-8c0-8-6-14-15-14l-7 0 0-470 7 1c0 0 0 0 0 0 9 0 15-7 15-15l0-6 186 0 0 30 58 0 0 201-6 0c-14 0-26 11-26 25 0 14 12 25 26 25z m-100-241l-118 0 0 52 118 0z m0 69l-118 0 0 51 118 0z m0 72l-118 0 0 52 118 0z m0 96l-118 0 0 51 118 0z m0 68l-118 0 0 52 118 0z m0 73l-118 0 0 51 118 0z m94-198l0-179-46 0 0 34 34 0 0 12-34 0 0 12 34 0 0 12-34 0 0 12 34 0 0 12-34 0 0 11 34 0 0 11-34 0 0 13 34 0 0 12-34 0 0 12 34 0 0 12-34 0 0 94 34 0 0 12-34 0 0 13 34 0 0 11-34 0 0 13 34 0 0 11-34 0 0 11 34 0 0 12-34 0 0 13 34 0 0 11-34 0 0 13 34 0 0 11-34 0 0 27 46 0 0-166c-18-2-31-18-31-36 0-18 13-34 31-36z"/>
|
||||
<glyph glyph-name="collapse" unicode="a" d="M33 158l82 0-115-116 39-38 115 115 0-82 54 0 0 175-175 0z m446 0l0 54-175 0 0-175 54 0 0 82 115-115 39 38-115 116z m0 197l-82 0 115 115-39 38-115-115 0 83-54 0 0-176 175 0z m-325 38l-115 115-39-38 115-115-82 0 0-55 175 0 0 176-54 0z"/>
|
||||
<glyph glyph-name="service" unicode="i" d="M238 256c0 20-7 37-22 52-14 14-31 21-51 21-21 0-38-7-52-21-14-15-22-32-22-52 0-20 8-37 22-52 14-14 31-21 52-21 20 0 37 7 51 21 15 15 22 32 22 52z m219-146c0 10-3 18-11 25-7 8-16 11-25 11-10 0-19-3-26-11-7-7-11-15-11-25 0-10 4-19 11-26 7-7 15-11 26-11 10 0 18 4 25 11 8 7 11 16 11 26z m0 292c0 10-3 19-11 26-7 7-16 11-25 11-10 0-19-4-26-11-7-7-11-16-11-26 0-10 4-18 11-26 7-7 15-10 26-10 10 0 18 3 25 10 8 8 11 16 11 26z m-110-120l0-53c0-2 0-4-2-5-1-2-2-3-4-3l-44-7c-3-7-6-14-10-22 7-9 15-20 26-33 1-2 2-4 2-6 0-2-1-4-2-5-4-6-12-14-23-26-12-11-19-17-23-17-2 0-4 1-6 2l-33 26c-7-3-14-6-22-9-2-20-4-35-6-44-2-5-4-7-9-7l-53 0c-2 0-4 1-6 2-1 2-2 3-3 5l-6 44c-7 2-14 5-22 9l-33-26c-2-1-4-2-6-2-2 0-4 1-6 3-27 25-41 40-41 45 0 2 1 4 2 6 2 3 6 8 12 15 5 7 10 13 13 17-4 9-8 17-10 24l-43 7c-2 0-4 1-5 2-2 2-2 4-2 6l0 53c0 2 0 4 2 5 1 2 3 3 4 3l45 7c2 7 5 14 9 22-7 9-15 20-26 33-1 2-2 4-2 6 0 2 1 4 2 5 4 6 12 14 23 26 12 11 19 17 23 17 2 0 4-1 6-2l33-26c6 3 14 6 22 9 2 21 4 35 6 44 2 5 5 7 9 7l53 0c2 0 4-1 6-2 2-2 3-3 3-5l6-44c7-2 14-5 22-9l33 26c2 1 4 2 6 2 2 0 4-1 6-3 28-25 41-40 41-45 0-2 0-4-2-6-2-3-6-8-12-15-5-8-10-13-13-17 5-10 8-17 10-24l44-6c1-1 3-2 4-3 2-2 2-4 2-6z m183-152l0-40c0-3-14-6-42-9-3-5-5-10-9-15 10-22 15-35 15-39 0-1-1-2-1-2-24-14-35-21-36-21-1 0-6 5-13 14-7 9-12 15-15 19-4 0-7 0-8 0-2 0-5 0-9 0-3-4-8-10-15-19-7-9-11-14-13-14 0 0-12 7-35 21-1 0-2 1-2 2 0 4 5 17 15 39-3 5-6 10-9 15-28 3-42 6-42 9l0 40c0 3 14 6 42 9 3 5 6 10 9 14-10 22-15 35-15 40 0 1 1 1 2 2 0 0 4 2 10 6 5 3 11 6 16 9 6 3 9 5 9 5 2 0 6-5 13-13 7-9 12-16 15-20 4 1 7 1 9 1 1 0 4 0 8-1 10 14 19 24 26 32l2 1c1 0 13-7 36-20 0-1 1-1 1-2 0-5-5-18-15-40 3-4 6-9 9-14 28-3 42-6 42-9z m0 292l0-40c0-3-14-6-42-9-3-5-5-10-9-14 10-22 15-35 15-40 0-1-1-1-1-2-24-13-35-20-36-20-1 0-6 4-13 13-7 9-12 16-15 20-4-1-7-1-8-1-2 0-5 0-9 1-3-4-8-11-15-20-7-9-11-13-13-13 0 0-12 7-35 20-1 1-2 1-2 2 0 5 5 18 15 40-3 4-6 9-9 14-28 3-42 6-42 9l0 40c0 3 14 6 42 9 3 6 6 11 9 15-10 22-15 35-15 39 0 1 1 2 2 2 0 1 4 3 10 6 5 4 11 7 16 10 6 3 9 4 9 4 2 0 6-4 13-13 7-9 12-15 15-19 4 0 7 0 9 0 1 0 4 0 8 0 10 13 19 24 26 32l2 0c1 0 13-6 36-20 0 0 1-1 1-2 0-4-5-17-15-39 3-4 6-9 9-15 28-3 42-6 42-9z"/>
|
||||
<glyph glyph-name="settings" unicode="h" d="M64 64l64 0 0 96-64 0z m64 384l-64 0 0-160 64 0z m160 0l-64 0 0-64 64 0z m-256-256l128 0 0 64-128 0z m192-128l64 0 0 192-64 0z m-32 224l128 0 0 64-128 0z m256 160l-64 0 0-192 64 0z m-96-224l0-64 128 0 0 64z m32-160l64 0 0 64-64 0z"/>
|
||||
<glyph glyph-name="startup" unicode="g" d="M430 384c0 8-3 14-8 19-6 6-12 8-20 8-7 0-14-2-19-8-5-5-8-11-8-19 0-8 3-14 8-19 5-6 12-8 19-8 8 0 14 2 20 8 5 5 8 11 8 19z m64 82c0-47-7-88-22-123-14-34-38-69-72-103-16-15-34-32-56-50l-6-108c0-3-2-6-4-8l-110-64c-1 0-3-1-5-1-2 0-4 1-6 3l-18 18c-3 3-4 6-3 9l25 79-81 80-79-24c0 0-1 0-2 0-3 0-5 1-7 2l-18 19c-3 3-4 7-1 11l64 109c1 3 4 5 7 5l108 6c19 21 35 40 51 55 35 36 69 61 102 74 32 14 73 20 123 20 3 0 5 0 7-2 2-2 3-4 3-7z"/>
|
||||
<glyph glyph-name="uninstaller" unicode="f" d="M110 46l109 55 0 89-109-47z m-19 129l116 50-116 49-115-49z m311-129l110 55 0 89-110-47z m-18 129l115 50-115 49-115-49z m-128 84l110 47 0 76-110-47z m-18 108l126 54-126 54-126-54z m311-148l0-118c0-7-2-14-6-20-3-5-8-10-15-13l-128-64c-4-3-10-4-16-4-6 0-12 1-16 4l-128 64c-1 0-2 1-2 1-1 0-1-1-2-1l-128-64c-5-3-10-4-17-4-6 0-11 1-16 4l-128 64c-6 3-11 8-15 13-3 6-5 13-5 20l0 118c0 8 2 14 6 20 4 7 9 11 16 14l124 53 0 115c0 7 2 13 6 20 4 6 10 10 16 13l128 55c5 2 10 3 15 3 5 0 10-1 14-3l128-55c7-3 12-7 16-13 4-7 6-13 6-20l0-115 124-53c7-3 13-7 17-14 4-6 6-12 6-20z"/>
|
||||
<glyph glyph-name="dash" unicode="d" d="M110 183c0 10-4 19-11 26-7 7-16 10-26 10-10 0-19-3-26-10-7-7-10-16-10-26 0-10 3-19 10-26 7-7 16-11 26-11 10 0 19 4 26 11 7 7 11 16 11 26z m55 128c0 10-4 19-11 26-7 7-16 10-26 10-10 0-19-3-26-10-7-7-11-16-11-26 0-10 4-19 11-26 7-7 16-11 26-11 10 0 19 4 26 11 7 7 11 16 11 26z m122-138l29 110c1 5 0 9-2 13-3 5-7 8-11 9-5 1-10 1-14-2-5-3-7-6-9-11l-29-109c-11-1-21-6-30-13-9-7-15-17-18-28-4-15-2-29 6-42 7-13 18-21 33-25 15-4 29-2 42 6 13 7 21 18 25 33 3 11 3 23-2 33-4 11-11 20-20 26z m188 10c0 10-3 19-10 26-7 7-16 10-26 10-10 0-19-3-26-10-7-7-11-16-11-26 0-10 4-19 11-26 7-7 16-11 26-11 10 0 19 4 26 11 7 7 10 16 10 26z m-182 183c0 10-4 18-11 26-7 7-16 10-26 10-10 0-19-3-26-10-7-8-11-16-11-26 0-10 4-19 11-26 7-7 16-11 26-11 10 0 19 4 26 11 7 7 11 16 11 26z m128-55c0 10-4 19-11 26-7 7-16 10-26 10-10 0-19-3-26-10-7-7-11-16-11-26 0-10 4-19 11-26 7-7 16-11 26-11 10 0 19 4 26 11 7 7 11 16 11 26z m91-128c0-50-13-96-40-138-4-6-9-8-16-8l-400 0c-7 0-12 2-16 8-27 42-40 88-40 138 0 35 7 68 20 99 14 32 32 59 55 82 23 23 50 41 82 55 31 13 64 20 99 20 35 0 68-7 99-20 32-14 59-32 82-55 23-23 41-50 55-82 13-31 20-64 20-99z"/>
|
||||
<glyph glyph-name="stats" unicode="j" d="M17 222c-14 4-20 13-16 29 3 14 12 20 27 16 0 0 50-12 50-12 0 0-26-41-26-41 0 0-35 8-35 8m455-6c4 4 10 6 16 6 7-1 12-3 16-8 11-11 11-22-1-33 0 0-128-115-128-115-5-4-10-6-16-6-5 0-9 2-14 5 0 0-146 112-146 112 0 0-28 8-28 8 0 0 26 40 26 40 0 0 18-4 18-4 4-1 7-2 8-4 0 0 135-104 135-104 0 0 114 103 114 103m-251 112c0 0-178-280-178-280-4-8-11-12-20-12-4 0-8 2-12 5-5 3-9 8-10 14-1 7 0 12 3 17 0 0 191 300 191 300 3 6 7 9 14 11 6 2 12 1 19-3 0 0 125-80 125-80 0 0 115 166 115 166 4 6 9 9 15 10 6 1 12-1 17-5 13-8 15-18 6-31 0 0-128-185-128-185-9-12-19-14-32-6 0 0-125 79-125 79"/>
|
||||
<glyph glyph-name="terminal" unicode="l" d="M495 451l-478 0c-10 0-17-8-17-17l0-83 512 0 0 83c0 9-7 17-17 17z m-173-72c-12 0-22 10-22 22 0 12 10 22 22 22 13 0 23-10 23-22 0-12-10-22-23-22z m61 0c-12 0-22 10-22 22 0 12 10 22 22 22 12 0 22-10 22-22 0-12-10-22-22-22z m61 0c-13 0-23 10-23 22 0 12 10 22 23 22 12 0 22-10 22-22 0-12-10-22-22-22z m-444-61l0-240c0-9 7-17 17-17l478 0c10 0 17 8 17 17l0 240z m235-141l-54-47c-7-6-18-5-24 2-6 7-5 18 2 24l40 33-40 34c-7 6-8 17-2 24 6 7 17 8 24 2l54-47c8-7 8-19 0-25z m107-51l-66 0c-9 0-17 8-17 17 0 9 8 17 17 17l66 0c9 0 17-8 17-17 0-9-8-17-17-17z"/>
|
||||
<glyph glyph-name="cleaner" unicode="n" d="M502 502c-13 13-35 13-48 0l-136-136-81 81c-21 20-54 20-74 0l-59-58 8-8-101-64c-6-4-10-10-11-17-1-8 2-15 7-20l273-273c5-5 11-7 17-7 1 0 2 0 3 0 7 1 13 5 17 11l64 101 8-8 58 59c20 20 20 53 0 74l-81 81 136 136c13 13 13 35 0 48z m-209-441l-47 47 46 68-68-46-40 40 29 43-43-29-45 45 36 53-53-36-47 47 85 54 201-201z"/>
|
||||
<glyph glyph-name="uninstaller" unicode="k" d="M256 47l183 99 0 182-183-67z m-18 247l199 72-199 73-200-73z m237 72l0-220c0-6-1-13-5-18-3-6-8-10-14-14l-201-109c-5-3-11-5-17-5-7 0-12 2-18 5l-201 109c-6 4-10 8-14 14-3 5-5 12-5 18l0 220c0 7 2 14 7 21 4 6 10 10 17 13l201 73c4 2 9 2 13 2 4 0 8 0 12-2l201-73c8-3 13-7 18-13 4-7 6-14 6-21z"/>
|
||||
<glyph glyph-name="collapse" unicode="b" d="M256 238l0-128c0-5-2-10-5-13-4-4-8-6-13-6-5 0-10 2-13 6l-41 41-95-95c-2-2-4-3-7-3-2 0-4 1-6 3l-33 33c-2 2-3 4-3 6 0 3 1 5 3 7l95 95-41 41c-4 3-6 8-6 13 0 5 2 9 6 13 3 3 8 5 13 5l128 0c5 0 9-2 13-5 3-4 5-8 5-13z m216 192c0-3-1-5-3-7l-95-95 41-41c4-3 6-8 6-13 0-5-2-9-6-13-3-3-8-5-13-5l-128 0c-5 0-9 2-13 5-3 4-5 8-5 13l0 128c0 5 2 10 5 13 4 4 8 6 13 6 5 0 10-2 13-6l41-41 95 95c2 2 4 3 7 3 2 0 4-1 6-3l33-33c2-2 3-4 3-6z"/>
|
||||
<glyph glyph-name="expand" unicode="c" d="M252 210c0-2-1-4-3-6l-94-95 41-41c3-4 5-8 5-13 0-5-2-9-5-13-4-4-8-5-13-5l-128 0c-5 0-9 1-13 5-4 4-5 8-5 13l0 128c0 5 1 9 5 13 4 3 8 5 13 5 5 0 9-2 13-5l41-41 95 94c2 2 4 3 6 3 3 0 5-1 7-3l32-32c2-2 3-4 3-7z m223 247l0-128c0-5-1-9-5-13-4-3-8-5-13-5-5 0-9 2-13 5l-41 41-95-94c-2-2-4-3-6-3-3 0-5 1-7 3l-32 32c-2 2-3 4-3 7 0 2 1 4 3 6l94 95-41 41c-3 4-5 8-5 13 0 5 2 9 5 13 4 4 8 5 13 5l128 0c5 0 9-1 13-5 4-4 5-8 5-13z"/>
|
||||
<glyph glyph-name="settings" unicode="a" d="M128 91c0 5-2 10-5 13-4 4-8 6-13 6-5 0-10-2-13-6-4-3-6-8-6-13 0-5 2-9 6-12 3-4 8-6 13-6 5 0 9 2 13 6 3 3 5 7 5 12z m184 120l-195-194c-7-7-15-11-26-11-9 0-18 4-26 11l-30 30c-7 7-11 16-11 26 0 10 4 19 11 26l195 195c7-19 18-35 32-50 15-14 31-25 50-33z m181 125c0-8-2-18-6-31-9-25-25-46-47-62-23-16-47-24-74-24-36 0-66 13-91 38-25 25-37 55-37 90 0 36 12 66 37 91 25 25 55 37 91 37 11 0 22-1 34-4 13-3 23-8 31-14 3-2 5-4 5-8 0-3-2-5-5-8l-84-48 0-64 56-30c1 0 8 5 22 13 14 9 27 17 39 24 12 6 18 10 20 10 3 0 5-1 7-3 1-2 2-4 2-7z"/>
|
||||
</font></defs></svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 7.5 KiB |
Binary file not shown.
Binary file not shown.
@@ -12,13 +12,13 @@ export default {
|
||||
<slot></slot>
|
||||
<div class="resources">
|
||||
<cpu-history v-show="fitChart == 0 || fitChart == 1" :fheight="fitHeight">
|
||||
<button :class="['fit-chart', { 'collapse' : isFit }]" @click="fit(1)" />
|
||||
<i :class="isFit ? 'icon-collapse' : 'icon-expand'" @click="fit(1)" />
|
||||
</cpu-history>
|
||||
<memory-history v-show="fitChart == 0 || fitChart == 2" :fheight="fitHeight">
|
||||
<button :class="['fit-chart', { 'collapse' : isFit }]" @click="fit(2)" />
|
||||
<i :class="isFit ? 'icon-collapse' : 'icon-expand'" @click="fit(2)" />
|
||||
</memory-history>
|
||||
<network-history v-show="fitChart == 0 || fitChart == 3" :fheight="fitHeight">
|
||||
<button :class="['fit-chart', { 'collapse' : isFit }]" @click="fit(3)" />
|
||||
<i :class="isFit ? 'icon-collapse' : 'icon-expand'" @click="fit(3)" />
|
||||
</network-history>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user