Merge "New vector icons"

This commit is contained in:
Jenkins 2013-11-01 09:37:43 +00:00 committed by Gerrit Code Review
commit 47564e3beb
15 changed files with 180 additions and 58 deletions

View File

@ -2,11 +2,11 @@
@font-face {
font-family: 'fontello';
src: url('../font/fontello.eot?69783197');
src: url('../font/fontello.eot?69783197#iefix') format('embedded-opentype'),
url('../font/fontello.woff?69783197') format('woff'),
url('../font/fontello.ttf?69783197') format('truetype'),
url('../font/fontello.svg?69783197#fontello') format('svg');
src: url('../font/fontello.eot?3862811');
src: url('../font/fontello.eot?3862811#iefix') format('embedded-opentype'),
url('../font/fontello.woff?3862811') format('woff'),
url('../font/fontello.ttf?3862811') format('truetype'),
url('../font/fontello.svg?3862811#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
@ -16,7 +16,7 @@
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?69783197#fontello') format('svg');
src: url('../font/fontello.svg?3862811#fontello') format('svg');
}
}
*/
@ -52,15 +52,35 @@
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-skip-test:before { content: '\e807'; } /* '' */
.icon-mirantis:before { content: '\e803'; } /* '' */
.icon-block:before { content: '\1f6ab'; } /* '🚫' */
.icon-dell:before { content: '\e808'; } /* '' */
.icon-cisco:before { content: '\e809'; } /* '' */
.icon-hp:before { content: '\e81c'; } /* '' */
.icon-virtualbox:before { content: '\e80a'; } /* '' */
.icon-supermicro:before { content: '\e80b'; } /* '' */
.icon-vm-logo:before { content: '\e80d'; } /* '' */
.icon-openvz:before { content: '\e80c'; } /* '' */
.icon-xen:before { content: '\e80e'; } /* '' */
.icon-kvm:before { content: '\e80f'; } /* '' */
.icon-qemu:before { content: '\e810'; } /* '' */
.icon-redhat:before { content: '\e81b'; } /* '' */
.icon-centos:before { content: '\e811'; } /* '' */
.icon-ubuntu:before { content: '\e812'; } /* '' */
.icon-create:before { content: '\e814'; } /* '' */
.icon-loader:before { content: '\e815'; } /* '' */
.icon-next:before { content: '\e816'; } /* '' */
.icon-prev:before { content: '\e817'; } /* '' */
.icon-edit:before { content: '\e819'; } /* '' */
.icon-plus:before { content: '\e81a'; } /* '' */
.icon-network:before { content: '\e813'; } /* '' */
.icon-process:before { content: '\e81d'; } /* '' */
.icon-ok-circle-empty:before { content: '\e702'; } /* '' */
.icon-cancel-empty:before { content: '\e703'; } /* '' */
.icon-eye:before { content: '\e806'; } /* '' */
.icon-eye-off:before { content: '\e805'; } /* '' */
.icon-passed:before { content: '\e801'; } /* '' */
.icon-skip-test:before { content: '\e807'; } /* '' */
.icon-failed:before { content: '\e802'; } /* '' */
.icon-edit:before { content: '\270e'; } /* '✎' */
.icon-clock-1:before { content: '\e804'; } /* '' */
.icon-arrows-cw:before { content: '\e760'; } /* '' */
.icon-user:before { content: '\1f464'; } /* '👤' */
@ -69,20 +89,20 @@
.icon-help-circled:before { content: '\e704'; } /* '' */
.icon-info-circled:before { content: '\e705'; } /* '' */
.icon-upload-cloud:before { content: '\e711'; } /* '' */
.icon-process:before { content: '\e803'; } /* '' */
.icon-comment:before { content: '\e718'; } /* '' */
.icon-bell:before { content: '\1f514'; } /* '🔔' */
.icon-attention:before { content: '\26a0'; } /* '⚠' */
.icon-trash:before { content: '\e818'; } /* '' */
.icon-back-in-time:before { content: '\e771'; } /* '' */
.icon-install:before { content: '\e778'; } /* '' */
.icon-ok:before { content: '\2713'; } /* '✓' */
.icon-ok-circle:before { content: '\2714'; } /* '✔' */
.icon-cancel:before { content: '\2715'; } /* '✕' */
.icon-cancel-circle:before { content: '\e800'; } /* '' */
.icon-plus:before { content: '\2b'; } /* '+' */
.icon-plus-circle:before { content: '\2795'; } /* '' */
.icon-minus:before { content: '\2d'; } /* '-' */
.icon-minus-circle:before { content: '\2796'; } /* '' */
.icon-logs:before { content: '\e730'; } /* '' */
.icon-settings:before { content: '\2699'; } /* '⚙' */
.icon-clock:before { content: '\1f554'; } /* '🕔' */
.icon-comment:before { content: '\e718'; } /* '' */
.icon-passed:before { content: '\e801'; } /* '' */

View File

@ -31,7 +31,7 @@ button {
}
.btn {
padding: 3px 12px 5px;
padding: 4px 12px 4px;
}
.enable-selection {
@ -837,7 +837,6 @@ label.node-checkbox {
/* === Node Block End === */
.node-logo {
-moz-box-sizing: border-box;
border-left: 1px dotted #A0A0A0;
display: block;
float: left;
@ -845,6 +844,24 @@ label.node-checkbox {
margin: 0 0 0 49px;
padding: 0;
width: 58px;
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
text-align: center;
font-variant: normal;
text-transform: none;
padding-top: 14px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
color: #aeaeae;
font-size: 33px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
-webkit-font-smoothing: subpixel-antialiased;
}
.node-renameable {
@ -949,36 +966,51 @@ label.node-checkbox {
.node-status > .msg-unimportant {color: #888888;}
.node-status > .msg-provisioned {color: #0088cc;}
.manufacturer-hp {
background: url(../img/node_manufacturer_logos.png) 0px 0px no-repeat;
.manufacturer-hp:before {
content: '\e81c';
}
.manufacturer-dell {
background: url(../img/node_manufacturer_logos.png) 0px -120px no-repeat;
.manufacturer-dell:before {
content: '\e808';
}
.manufacturer-vbox, .manufacturer-virtualbox {
background: url(../img/node_manufacturer_logos.png) 0px -240px no-repeat;
.manufacturer-vbox:before, .manufacturer-virtualbox:before {
content: '\e80a';
}
.manufacturer-vmware {
background: url(../img/node_manufacturer_logos.png) 0px -360px no-repeat;
.manufacturer-vmware:before {
content: '\e80d';
}
.manufacturer-xen {
background: url(../img/node_manufacturer_logos.png) 0px -480px no-repeat;
.manufacturer-xen:before {
content: '\e80e';
font-size: 40px !important;
}
.manufacturer-openvz {
background: url(../img/node_manufacturer_logos.png) 0px -600px no-repeat;
.manufacturer-openvz:before {
content: '\e80c';
}
.manufacturer-cisco {
background: url(../img/node_manufacturer_logos.png) 0px -720px no-repeat;
.manufacturer-cisco:before {
content: '\e809';
}
.manufacturer-qemu {
background: url(../img/node_manufacturer_logos.png) 0px -840px no-repeat;
.manufacturer-qemu:before {
content: '\e810';
}
.manufacturer-supermicro {
background: url(../img/node_manufacturer_logos.png) 0px -960px no-repeat;
.manufacturer-supermicro:before {
content: '\e80b';
font-size: 34px !important;
}
.manufacturer-kvm {
background: url(../img/node_manufacturer_logos.png) 0px -1080px no-repeat;
.manufacturer-kvm:before {
content: '\e80f';
font-size: 33px !important;
}
.openstack {
background: url(../img/cluster_logos.png) 0px 0px no-repeat;
background-position: 168px 0px;
@ -1202,12 +1234,17 @@ label.node-checkbox {
}
.create-cluster > .add-icon {
display: block;
height: 74px;
margin-top: 36px;
margin-bottom: 12px;
height: 120px;
margin-top: 15px;
text-align: center;
background: url(../img/create_cluster_icon.png) no-repeat top center;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.create-cluster > .add-icon > .icon-create {
color: #363b44;
font-size: 120px;
}
.create-cluster-text {
font-size: 15px;
text-align: center;
@ -1406,6 +1443,10 @@ label.node-checkbox {
background: rgba(0,0,0,0.1);
}
.deploy-btn > .icon-upload-cloud {
font-size: 15px;
}
.modal-header h3 {
font-size: 26px;
margin: 0;
@ -1491,8 +1532,6 @@ label.node-checkbox {
cursor: pointer;
}
.wizard-step-nav-item > .available {
background-color: none;
color: #468847;
@ -1515,6 +1554,16 @@ label.node-checkbox {
line-height: 0;
}
.prev-pane-btn > .icon-prev {
margin: 0 4px 0 0;
padding: 0;
}
.next-pane-btn > .icon-next {
margin: 0 0 0 4px;
padding: 0;
}
.loading {
margin-top: 200px;
width: 100%;
@ -3505,15 +3554,47 @@ hr.slim {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
padding-left: 74px;
}
.online {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAAsCAYAAAAuCEsgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA75JREFUeNrsmj9uFDEUxv05dBRoSzgA0HCECAlEAQWpEHR7CCSElDoSQuIQiYQEokpA0EWgPUIa4ABQrrjAPNb2G/vZ82Z2N+OgZZWJJjvjcbz+zff+2QpOT0+vGmP2F+cdsx3H2eI8sFsGZZhl324ZVISzZkuPS7D/7biyrMNkMrm2iROfz+d/RoG54+Hhk10DGINw//vNz/jsxotb/vPX6x+p7SW3vZJtt7nt+3A/Zbzrz2+GC3InmS/TD7PRigWDZSKYCDdozBadJuys1k8fj6H8QKhjihII2qBCydQE5QUosK6NlH6kj0cLtTr9x4DFiSqKQXvrijpYUR39pQTFYFAveETFLF9Y5Us12HIOO5p5KortGF3Fxv0Bhc9VpryoFT8ui4qP3j31wcNbIhIcNN9DalvmDkQCgkgECL5s+KIJz4mDx+dn72dVoqKHssmfoiJQQMR99tmh4keU7ktQb5berdyvxRwcXFMxeHSgbAKQzyRIx1eQACQcRaWQQFsAMODiJ6jnXjDV9DEFqlRONU0MKuZ+gZCbHhgSJsIYm8NVDR4SKlOpAyjaYXrskdjaIHxKmB77VkgHrF4GVzsqSigrzE1ETBRw/QOGINdCeUiOfN4oWzNtgvm1cPXzmBHBAgWUjJjoSeiKj8WE2/qXZUAbwrpXCGx+CH1RtfLIJi9OG3JMCZUFjjJKalFPAhLDGc5ZSMMQGLoaWKmW9DcowcTokTJeUztTzbe8ThEi+hWSalWjIjo+g8yfMigrUoFRFOO4Tg0DcjR0Y3gIHxWFciJP0oqmuPZCM6klg0pR/kBAyT5Z/zYQFQWy0l+tM6uBqQkXeTJuoWTphZ6z9FuLIuAo3wdcAFjhcOipEVEm5qwj1GfQAk3shnPNsM6eB3ruxcTl2YUbGGtzNnMwuFhd62/+CRjRqh3PMQ2qPId1FaN0QXLtRD1fSsW6i0Q36pm47JsNUnn7zR2fHr/t3RXa+zrdLeeW176i4O3UVAWsOI7vHc7GmOJSsKGVqt9z5IrB5xqXXK2vG5T9CereynKqoVR90Gp7hxcbPIhSQduZMNd7xeIyLfUp3wogWtuXxteKA1xowisKyvFEnXLULkPKql7c8/oqKtVU4RoPdnL/KPOFvW/TXbT1Hydd0qxSKOyUOr47zqeqgpU+4H3OvXGQKI96KvJsuTLep6or1jniEoMB+3cGhlPFpoFRu7wf2tBpk2C55bbJYCcPjmZmA46qYDV9ZAOL4EuwS7Dzgp1tIdeZAzvYMjj/L0d/BRgA1K6dRaOB79cAAAAASUVORK5CYII=) no-repeat top left;
.network-interfaces-status {
display: block;
width: 54px;
height: 43px;
background: #bbbbbb;
padding: 0px;
border-radius: 4px;
overflow: hidden;
float: left;
margin-right: 20px;
}
.offline {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAAsCAYAAAAuCEsgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABMpJREFUeNrsWlluFDEQdXn44wPlIBwhfyhAOA6CAGERQmEVp0EsQSg/OUIOEnEAXNjl2uzxkAndQWGUVjKdcbt76vlVvaryBI6Ojq6HEPbz782wGcdJ/j2IGwYqMJb9uGGgFFwMG3pcAfvfjmtnTdja2rpxGQ0/PT39OQlYOe4/2NsG+gvo58f3b3pt5/YujX3/9kXHbt+9R+fDr59t7E6dd/jVz9ulZ/p5O2Ue5ucd2rxbO3dorLyU08cP744nM8Zw8gvwubsWISDi8j3QToxxMZgTl+6l+2BgAxRY2YbBZ/09MPowUIAtaCBwLYi4ZFs/h+blZ2H/vIpg6XnC2Gwx5leRoPWGDA2OQxAjxnpjK9MrxnB5YScBMyOWXQxGHwSDeXHgdrG4Fgy9ox+je9cERffkWvHTWaq493h/m1wOzEj5QC8qwOeAXazoSmPQCeVVgRY2gKSBxngapkT3lbNMLXPevTk4nkUVxWCNNQIEDTP9exsTKwtaYa3en4ocEE4MMopgoCELDl0pMZvfpzKGM8ZYsSuqgDAwAQTCpIFlSGRUdeEiMMGxVK8uiKVA4AF5fnAqK+znU+JqAucUDwn82ElxdC4p7lOACGmxmAIGSBaByMvXiDG6MVZmk6UTiqtUUfGMytis4pEfRtLMigfeHYU1UUeUYOfcB607l1gS9iB5AHl8ARpj1RVN+lHyXsB5VVHAmQua/Jsu5DmLagydObZESNRYXv3Foi4ALLAuBLLfxZqIRUyUpVhYhXldkc1UtwNynwoKesAQLdYAgkhDTbSEgHMd1vhpXIzFg6uMKIJCaSFWmucChppfYmUpggNlMdW4qKqlCQj7qRJTDM1aR7GIKhaRYzLR5xWWKnspDGu6aYxFVkNsghu6GAINnl4pwVedJUG5IoLZLcYn1GQctQZlvkk9xnXpBPFAa98o+BkoO6gIi5Q+4OpKEzHnapHvZeo0jthVfVWFKvJAbjgq4aY1msIaPxg5wfjYktLLErkAApV8RIk9tGTv3NYKAS1oJOLOlcnWVEUzpBGIYK2MxJq5UmzqPA/AEnWresROdlNQWZGkHVhAcO0YO8fWAPhGhRUyWI0o1TclbmgMblTV9VfNuUkhMo5cHAAv7gXseWjQjoK3Y0Nk3jepAaR8Al156tsgts/vas22qof5gS270TJo33G0QLEZU9dz91kM4p/bIpybsYSrey3XkozlGIaLYQB9+oAVmRTPE2LnKKmCqS7aHxxdqVYGgM0+hu981eCUdHF6hmTxyhm5lbEeDebfGnj18sXKXaGDN++3NQmrq6ExpamQjR4oo85znfLTJ3vHYcJxJrA/daqlu0aSZ6m6Y7urxIyQSq6ISURmLiUnTrjW3uF8rrjiKEVs1HxlxgqJKRvt8xk5b/IFsLBVS62UcLJNk7e4xYh6rgFuq+/2KhDb6gOts0oUU3XuurXghTP2/OnjJhZev60xV1e/7mx4KVNWQ10AqS+ePHp4HGY8JgHrY6DGHDa1CjJI4MTs+0kpqRJOj6kLibE23zFTkWs/2ULT+Kugfrn3AcPsx/zAkNucVNuMdmtatgWYrcR5KuHlB/asi7lL+/3YnN9Z/cvj6qvaK2CXCNjJBuI6KcAONgwc/cvRbwEGAPmeakddReAwAAAAAElFTkSuQmCC) no-repeat top left;
.interface-online, .interface-offline {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 0em;
margin-right: 0em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 0em;
margin-left: 0em;
font-size: 34px;
padding-top: 22px;
padding-left: 11px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.interface-online:before {
content: '\e813';
color: #187425;}
.interface-offline:before {
content: '\e813';
color: #494a4c;
}
.logical-network-box {

Binary file not shown.

View File

@ -6,15 +6,35 @@
<font id="fontello" horiz-adv-x="1000" >
<font-face font-family="fontello" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
<missing-glyph horiz-adv-x="1000" />
<glyph glyph-name="skip-test" unicode="&#xe807;" d="m344 530l312-180l-312-180v360z m336-360l312 180l-312 180v-360z m-672 0l312 180l-312 180v-360z" horiz-adv-x="1000" />
<glyph glyph-name="mirantis" unicode="&#xe803;" d="m601 253h18v-142h-18l-37 99v-99h-19v142h18l38-99v99z m-156 0l-33-142h19l7 28h32l7-28h19l-33 142h-18z m-4-98l13 61l13-61h-26z m-203 98h19v-142h-19v142z m127-60c4 6 6 14 6 24c0 14-4 24-12 29c-8 5-18 7-31 7h-23v-142h19v69h1l32-69h21l-34 70c10 1 17 5 21 12z m-41-2v45c10 0 16-1 21-3c4-2 6-8 6-18v-3c0-9-2-15-7-18c-5-2-12-3-20-3z m-146 62l13-142h-18l-6 100l-19-100h-13l-19 100l-5-100h-18l12 142h18l19-99l20 99h16z m117 294c62-8 134-37 163-89c-50 37-134 84-213 66c68-10 137-39 168-96c-56 39-256 119-413-8c171 216 466 203 557 90c-55 36-135 64-197 55c98-13 130-58 145-80c-34 25-121 78-210 62z m285-79c31-57 102-88 170-98c-79-18-165 31-215 68c30-51 102-83 164-91c-88-16-177 39-211 64c15-22 70-72 167-89c-62-13-164 28-218 64c91-113 392-128 563 89c-157-128-364-46-420-7z m-117-13c-81-49-137-81-167-95c-66-31-133-49-201-53c78-3 152 7 223 30c53 18 112 46 177 85c71 42 126 72 165 89c57 25 114 43 173 55l3-20l63 32l-70 13l3-21c-68 0-133-11-195-31c-52-18-110-46-174-84z m437-305c0-1 0-2 0-3c0-1 0-2 0-2c0-1 0-2-1-3c0-3 0-5-1-8c-1-2-2-5-3-7c-3-6-7-11-13-13c-6-3-12-4-18-4c-2 0-3 0-4 0c-2 0-3 0-5 0c-3 1-6 1-9 2c-3 1-6 2-8 4v19c0 0 1 0 1 0c1-1 1-1 2-1c2-1 4-3 7-4c2-1 4-1 7-2c1 0 2-1 4-1c1 0 3 0 4 0h1h1c3 0 5 1 8 3c3 1 5 4 6 7c0 1 1 2 1 2c0 1 0 2 0 3c0 1 0 1 1 2c0 1 0 1 0 2c0 5-2 10-5 14c-4 4-8 8-12 12c-1 1-3 2-4 3c-1 2-3 3-4 4c-5 4-9 8-13 13c-4 5-7 11-8 17c0 1 0 1 0 2c0 1 0 1 0 2c0 0-1 0-1 0v0c0 1 0 2 0 2c0 1 0 2 0 2c0 6 1 11 3 16c3 5 6 9 10 13c3 3 6 5 9 6c4 1 8 2 11 2h1h2c2 0 3 0 5 0c2 0 4-1 6-1c3-1 5-1 7-2c2-1 5-2 7-3v-19c0 0-1 1-1 1c-1 0-1 0-1 0c-2 1-4 2-6 3c-3 1-5 2-7 3c-2 0-3 0-4 0c-1 1-3 1-4 1h-1h0c-3 0-6-1-9-3c-3-1-5-4-6-7c-1-1-1-2-2-3c0-1 0-2 0-3c0-1 0-1 0-2c-1 0-1-1-1-2c0 0 0-1 1-1c0-1 0-1 0-2c0-1 0-2 0-3c1-1 1-2 2-3c2-5 5-9 9-12c3-3 7-6 11-10c4-3 8-7 12-11c4-3 7-8 10-13c0-2 1-3 1-5c0-1 0-3 1-5c0-1 0-1 0-2z m-237 103h72v-18h-26v-124h-19v124h-27v18l0 0z m111 0h20v-142h-20v142z" horiz-adv-x="1000" />
<glyph glyph-name="block" unicode="&#x1f6ab;" d="m465 797q184 0 315-131t131-316t-131-315t-315-132t-316 132t-131 315t131 316t316 131z m-1-112q-138 0-236-98t-98-236q0-107 62-194l466 466q-87 62-194 62z m0-669q138 0 237 97t98 238q0 106-62 193l-466-466q87-62 193-62z" horiz-adv-x="928" />
<glyph glyph-name="dell" unicode="&#xe808;" d="m485 849c10 0 20 0 31 0c150-9 258-66 338-146c79-81 138-187 146-338c0-10 0-20 0-30c-8-154-68-255-146-338c-83-79-185-138-339-146c-10 0-20 0-30 0c-151 9-259 66-338 146c-80 81-139 187-147 338c0 10 0 20 0 30c0 0 1 0 1 1c7 151 66 258 146 337c79 80 188 137 338 146z m-98-72c-30-8-57-18-81-30c-73-36-134-88-176-155c-42-65-78-149-72-258c3-70 19-128 44-177c49-98 124-171 228-215c51-21 114-36 186-33c69 3 128 19 178 43c96 49 172 124 215 228c21 52 37 112 34 186c-7 138-63 232-138 304c-37 36-81 66-133 88c-51 21-117 36-188 33c-35-2-68-6-97-14z m67-297c16-11 32-21 47-32c-34-22-67-44-100-65c5-4 10-7 16-11c33 22 67 43 101 65c15-10 30-19 44-30c-34-21-66-44-100-65c5-4 11-7 17-11c34 21 68 43 102 65c0 24 0 47 0 71c25 0 50 0 75 0c0-47 0-94 0-141c21-2 45-1 67-1c0-22 0-44 0-66c-48 0-95 0-142 0c0 22 0 45 0 67c-42-25-84-54-126-80c-44 28-85 58-129 86c-13-40-42-70-92-73c-31-3-66 1-101 0c0 69 0 139 0 208c44-3 93 6 128-5c31-10 53-34 64-65c43 27 86 55 129 83z m-250-80c0-25 0-50 0-75c18 0 31-1 42 7c16 12 19 42 5 58c-9 11-25 13-46 12c-1-1-1-1-1-2z m538 66c0-69 0-138 0-207c47 0 94 0 141 0c0 22 0 44 0 66c-22 0-44 0-66 0c0 47 0 95 0 142c-25 0-50 0-75 0c-1 0 0-1 0-1z" horiz-adv-x="1000" />
<glyph glyph-name="cisco" unicode="&#xe809;" d="m327 90h-44v173h44v-173z m353 170c-4 1-19 6-40 6c-53 0-92-38-92-89c0-56 43-90 92-90c20 0 35 4 40 6v46c-2-1-16-9-37-9c-29 0-48 21-48 47c0 26 20 46 48 46c21 0 35-8 37-9v46z m-457 0c-5 1-20 6-40 6c-54 0-93-38-93-89c0-56 43-90 93-90c19 0 34 4 40 6v46c-2-1-17-9-37-9c-29 0-48 21-48 47c0 26 19 46 48 46c21 0 35-8 37-9v46z m687-83c0 49-38 89-92 89c-53 0-92-40-92-89c0-50 39-90 92-90c54 0 92 40 92 90m-92 45c26 0 46-20 46-45c0-26-20-46-46-46c-26 0-45 20-45 46c0 25 19 45 45 45m-325 39c-1 0-21 6-43 6c-40 0-64-22-64-55c0-29 20-43 44-51c3-1 7-2 10-3c11-3 19-8 19-17c0-10-10-16-32-16c-19 0-37 5-41 6v-40c2 0 24-4 47-4c34 0 72 14 72 58c0 21-13 40-41 50l-12 3c-8 3-20 6-20 17c0 8 9 14 27 14c15 0 33-5 34-5v37z m-449 189c0 12-10 22-22 22c-12 0-22-10-22-22v-46c0-12 10-21 22-21c12 0 22 9 22 21v46z m119 60c0 12-10 22-22 22c-12 0-21-10-21-22v-106c0-12 9-21 21-21c12 0 22 9 22 21v106z m120 82c0 12-10 22-22 22c-12 0-22-10-22-22v-231c0-12 10-22 22-22s22 10 22 22v231z m119-82c0 12-9 22-21 22s-22-10-22-22v-106c0-12 10-21 22-21s21 9 21 21v106z m120-60c0 12-10 22-22 22c-12 0-22-10-22-22v-46c0-12 10-21 22-21c12 0 22 9 22 21v46z m119 60c0 12-9 22-21 22c-12 0-22-10-22-22v-106c0-12 10-21 22-21c12 0 21 9 21 21v106z m120 82c0 12-10 22-22 22s-21-10-21-22v-231c0-12 9-22 21-22s22 10 22 22v231l0 0z m120-82c0 12-10 22-22 22c-12 0-22-10-22-22v-106c0-12 10-21 22-21c12 0 22 9 22 21v106z m119-60c0 12-10 22-22 22c-12 0-21-10-21-22v-46c0-12 9-21 21-21c12 0 22 9 22 21v46z" horiz-adv-x="1000" />
<glyph glyph-name="hp" unicode="&#xe81c;" d="m703 267l-27-77h-61l88 250l28 78h61l-89-251z m-203 583c-12 0-24-1-35-1l-95-266h83c59 0 83-47 65-101l-121-342h-121l133 377h-62l-133-377h-123l241 680c-188-70-322-255-322-470c0-232 157-429 368-484l254 719h71h128c41 0 92-28 71-92c-22-65-99-279-113-320c-14-41-48-49-75-49h-11h-111l-97-274c1 0 3 0 5 0c270 0 490 225 490 500c0 275-220 500-490 500z" horiz-adv-x="1000" />
<glyph glyph-name="virtualbox" unicode="&#xe80a;" d="m746 89c0-4 0-8 0-12c0-4 0-8 0-12c0-119-108-215-241-215c-133 0-240 96-240 215c0 4 0 8 0 12c0 4 0 8 0 12c0 1 0 2 0 3c2-117 109-212 240-212c132 0 239 95 241 212c0-1 0-2 0-3z m181 560l-34-423c-1-9-8-22-15-27l-364-279c-4-3-9-5-14-5c-5 0-10 2-14 5l-365 279c-7 5-14 18-15 27l-32 420c-1 4 0 8 2 13l0 0c2 5 6 9 11 11l243 109l153 68c5 2 10 3 16 3c0 0 1 0 1 0c0 0 0 0 0 0c6 0 12-1 16-3l396-174c9-4 15-15 15-24z m-718 5l292-178l293 178l-295 130l-290-130z m673-22l-24-15l-342-208c-4-2-10-3-15-3c-5 0-11 1-15 3l-347 211l-21 13l31-401c0 0 0 0 0 0l351-269l350 269c0 0 0 0 0 0l32 400z m-344-578c0-5 3-7 7-4l276 204c4 3 7 9 8 14l20 288c0 5-3 7-7 4l-296-184c-4-3-8-9-8-14l0-308z m-366 213c1-5 4-11 8-14l278-206c4-3 7-2 7 3l-1 311c0 5-3 11-7 13l-297 186c-4 3-7 1-7-4l19-289z" horiz-adv-x="1000" />
<glyph glyph-name="supermicro" unicode="&#xe80b;" d="m182 656v-105h-8c-3 20-7 36-14 48c-7 12-17 21-30 28c-13 7-26 11-40 11c-16 0-29-5-39-15c-10-9-15-20-15-32c0-9 3-18 9-26c10-11 32-26 67-45c28-15 48-27 58-35c10-8 19-18 24-29c6-11 9-22 9-35c0-23-9-42-27-59c-18-17-41-25-70-25c-8 0-17 0-25 2c-4 1-14 3-28 8c-15 5-24 7-28 7c-4 0-7-1-9-3c-2-2-4-7-5-14h-8v105h8c4-22 9-39 16-50c6-11 16-20 30-27c14-7 29-11 45-11c18 0 33 5 44 15c11 10 17 22 17 35c0 8-3 15-7 23c-4 8-10 15-19 21c-6 5-22 14-48 29c-26 15-44 26-55 35c-11 9-20 18-25 29c-6 10-9 22-9 34c0 22 8 41 25 57c17 16 38 24 64 24c17 0 34-4 52-12c8-4 14-6 18-6c4 0 7 1 9 4c3 2 5 7 6 14l8 0l0 0z m177-117h8c7 0 13-2 17-7c3-3 4-11 4-24v-83c0-22-2-38-6-47c-4-9-11-17-21-23c-11-5-23-8-36-8c-11 0-20 1-27 5c-7 4-13 9-16 15c-4 5-7 13-8 24c-2 10-2 19-2 27v90c0 11 1 19 3 23c4 5 10 8 18 8h8v5h-87v-5h7c8 0 13-2 17-6c3-4 5-12 5-25v-81c0-25 1-41 5-50c4-14 13-24 24-32c12-8 29-12 51-12c20 0 36 4 48 13c12 8 20 17 24 29c4 11 6 27 6 48v83c0 12 1 19 3 23c5 6 11 10 19 10h7v5h-71v-5h0l0 0z m146-107c7-1 13-2 18-3c6-1 11-1 16-1c20 0 35 5 46 16c11 11 17 25 17 42c0 13-4 24-11 33c-7 9-16 16-26 19c-11 4-25 6-43 6h-75v-5h8c8 0 14-3 17-7c3-3 4-12 4-25v-136c0-13-1-20-3-23c-3-6-9-9-18-9h-8v-6h87v6h-7c-8 0-14 2-18 7c-2 3-4 11-4 25v61l0 0v0z m0 9v88c8 2 15 3 20 3c8 0 15-2 22-6c6-4 11-10 15-18c4-8 5-16 5-25c0-13-3-24-11-33c-7-8-16-12-27-12c-2 0-6 0-10 1c-4 0-9 1-14 2l0 0z m164 91h55c10 0 17-1 21-2c5-2 8-5 11-9c2-4 5-12 7-23h6l-2 46h-156v-5h7c8 0 14-2 18-7c3-3 4-11 4-25v-136c0-11-1-18-2-21c-1-3-3-6-6-8c-5-2-9-3-14-3h-7v-6h157l17 53h-6c-7-13-13-22-19-29c-5-4-10-8-15-9c-5-2-14-3-25-3h-35c-5 0-9 1-11 2l-4 5c-1 2-1 8-1 17v69h43c9 0 15-1 19-3c4-2 7-5 9-9c2-3 3-9 4-19h6v72h-6c0-11-3-20-8-24c-4-4-12-6-24-6h-43v83l0 0z m331-199v6c-11 1-20 4-27 9c-7 4-15 14-25 28l-42 60c17 4 30 11 38 20c8 10 12 21 12 34c0 12-3 23-10 31c-8 9-16 15-27 18c-10 4-26 5-47 5h-74v-5h7c8 0 14-3 18-7c2-3 4-12 4-25v-136c0-13-1-20-3-23c-4-6-10-9-19-9h-7v-6h86v6h-7c-8 0-14 2-17 7c-3 3-5 11-5 25v61l5 0l4-1c3 0 7 1 13 1l69-99h54v0z m-145 108v88c10 3 18 4 24 4c13 0 23-4 31-13c8-8 12-19 12-32c0-14-5-25-15-34c-10-8-24-13-43-13l-4 0l-5 0l0 0z m-734-392h5l78 171v-136c0-11-1-19-3-22c-4-5-10-8-18-8h-8v-5h87v5h-7c-8 0-14 2-18 7c-3 3-4 11-4 23v133c0 12 1 19 3 22c4 6 10 8 19 8h7v6h-57l-73-159l-74 159h-58v-6c8 0 15-1 18-3c4-2 7-4 8-7c2-4 3-11 3-20v-133c0-11-1-19-3-22c-4-5-10-8-19-8h-7v-5h71v5h-7c-8 0-14 2-18 7c-2 3-4 11-4 23v136l79-171l0 0z m242 5h-7c-5 0-10 1-14 4c-3 2-5 4-6 6c-2 4-2 10-2 21v132c0 12 1 20 4 23c3 5 9 7 18 7h7v6h-87v-6h7c5 0 10-1 14-3c3-2 5-4 6-7c1-3 2-10 2-20v-132c0-13-1-20-3-23c-4-5-10-8-19-8h-7v-5h87v5h0z m169 203h-6c-1-5-3-9-5-11c-2-2-5-3-7-3c-2 0-5 1-9 3c-14 7-29 11-44 11c-18 0-36-5-52-14c-15-9-28-23-37-40c-9-16-14-35-14-55c0-26 7-47 21-66c19-25 45-38 78-38c19 0 35 5 49 13c13 8 25 22 35 40l-4 3c-12-17-23-28-34-34c-10-6-21-8-34-8c-16 0-29 3-41 10c-12 8-20 18-26 31c-6 14-9 30-9 48c0 23 3 41 9 56c6 15 15 26 26 33c11 7 23 10 36 10c16 0 30-4 41-14c12-9 20-24 27-45h4l-4 70l0 0z m212-208v5c-11 1-20 4-27 9c-7 4-15 13-24 27l-43 58c17 4 30 10 38 20c8 9 13 20 13 32c0 12-4 22-11 30c-7 9-16 15-26 18c-11 3-26 5-48 5h-74v-6h7c8 0 14-2 18-6c3-3 4-11 4-24v-132c0-12-1-19-3-22c-4-6-10-9-19-9h-7v-5h87v5h-8c-8 0-13 2-17 7c-3 3-4 11-4 24v59l4 0l4 0c4 0 8 0 13 0l69-95h54v0z m-144 104v85c9 2 17 3 23 3c13 0 23-4 31-12c8-8 12-18 12-31c0-13-5-24-15-32c-9-9-24-13-43-13l-3 0l-5 0l0 0z m125-2c0-59 47-107 106-107c59 0 107 48 107 107c0 58-48 106-107 106c-59 0-106-48-106-106l0 0z" horiz-adv-x="1000" />
<glyph glyph-name="vm-logo" unicode="&#xe80d;" d="m105 521l100-236l77 184c27 60 70 84 124 84c35 0 78-19 103-52c0 0 53 52 115 52c58 0 92-19 117-52c0 0 47 52 122 52c75 0 137-54 137-132v-210c0-35-20-64-57-64c-37 0-57 29-57 64v185c0 35-23 59-58 59c-35 0-60-24-60-59v-185c0-35-21-64-58-64c-37 0-56 29-56 64v185c0 35-23 59-58 59c-35 0-61-24-61-59v-185c0-35-20-64-57-64c-37 0-57 29-57 64v226c0 10-7 17-16 17c-11 0-15-7-16-10c-1-2-107-234-107-234c-19-39-37-63-77-63c-38 0-58 22-78 63l-121 265c-14 28-3 60 26 73c29 13 60 0 73-27" horiz-adv-x="1000" />
<glyph glyph-name="openvz" unicode="&#xe80c;" d="m905-101c-46 0-108 20-189 60c-6 2-12 5-17 8c-114-40-275-65-415-65c-115 0-257 16-281 95c-17 58 35 126 159 210c6 3 11 7 17 10c20 112 73 254 139 373c45 81 132 217 216 217c69 0 109-82 120-245c0-6 1-13 1-19c166-142 385-463 339-589c-9-25-32-55-89-55z m-150 91c65-30 115-45 150-45c33 0 42 13 46 24c30 84-128 353-293 510c1-44 0-86-2-126l0 0l0-1c4-12 3-27-3-42l0-1c0-10-2-21-3-32l0 0l0 0c4-1 8-2 11-4c137-51 203-105 203-165c0-44-37-84-109-118z m-585 167c-124-87-128-131-123-147c12-38 105-63 237-63c119 0 253 19 358 50c-39 21-75 43-109 64h0l0 1c-13 3-24 11-36 23l0 1c-9 6-17 12-26 18l0 0l0 0c-3-2-6-5-9-7c-85-70-151-104-200-104c-27 0-49 10-65 29c-23 27-32 72-27 135z m419-76c35-22 72-43 113-64c73 29 116 62 116 91c0 17-17 63-173 122c0 1-1 1-1 1c-10-59-27-120-55-150z m-369 109c-10-67-6-118 12-139c7-8 17-12 30-12c26 0 77 16 171 93c1 1 1 1 1 1c-44 37-90 82-102 123c-36-19-74-42-112-66z m309-71c6-4 13-8 19-13c11 5 32 36 48 115c-22-24-49-51-81-79c4-9 9-17 14-23z m-155 159c0-1 0-2 0-3c2-17 24-50 76-95c-10 30-20 67-29 109c-10 1-18 1-26 0c-7-4-14-7-21-11z m95 5c9-37 18-70 27-97c29 26 52 50 71 72c-37 12-70 20-98 25z m65 478c-84 0-246-280-301-509c37 23 74 43 109 61l1 1c9 9 22 15 38 19l1 0c9 4 19 9 29 13l0 0l0 0c-1 4-1 8-2 12c-20 121-13 200 20 240c16 18 38 28 64 28c32 0 70-15 114-46c-14 163-55 181-73 181z m-47-434c32-7 68-17 109-31c5 9 10 17 12 24c1 7 2 15 2 23c-4 3-12 5-25 5c-24 0-58-8-98-21z m6 253c-13 0-22-4-29-12c-13-16-33-64-10-203c0-1 0-1 0-1c53 19 98 30 131 30c10 0 19-1 27-3c1 41 1 84-2 129c-48 39-89 60-117 60z" horiz-adv-x="1000" />
<glyph glyph-name="xen" unicode="&#xe80e;" d="m582 418c-29 0-55-3-78-10c-3 11-6 21-11 31l58 45h-81c-9 12-18 24-29 35c-45 45-106 70-169 70c-64 0-124-25-169-70c-46-45-71-105-71-169c0-41 11-81 31-116l-63-49h98c2-1 3-3 5-4c45-45 105-70 169-70c63 0 124 25 169 70c1 1 2 3 4 4h19l-9 12c13 15 24 32 32 50c17-4 35-5 56-5c93 0 136 26 146 53h-103c-6-10-16-19-37-19c-24 0-33 13-26 41h174l2 9c17 72-48 92-117 92z m-465 87c41 41 96 64 155 64s113-23 154-64c7-7 13-14 18-21h-53l-100-82l-60 82l-132 0c5 7 11 14 18 21z m-64-155c0 47 15 93 43 130l110-136l-127-98c-17 32-26 67-26 104z m219-219c-54 0-104 20-144 54h32l107 85l57-85h91c-40-34-90-54-143-54z m170 82l-91 117l125 96c4-8 6-17 8-25c-31-14-54-38-62-72c-10-40 8-65 45-77c-7-14-15-27-25-39z m158 135h-70c5 22 21 36 43 36c24 0 32-15 27-36z m398-2l-23-98h-106l20 88c6 24-2 33-21 33c-24 0-37-14-43-39l-19-82h-106l23 100c5 21 10 43 13 64h104l-5-29h1c23 23 54 35 90 35c33 0 86-10 72-72z" horiz-adv-x="1000" />
<glyph glyph-name="kvm" unicode="&#xe80f;" d="m216 183l-93 165l-54-64v-101h-69v342h69v-97c0-3 0-8 0-13c0-5-1-10-1-15c0-5 0-10 0-15c0-5 0-9 0-11c2 3 6 9 11 16c6 7 11 13 15 18l96 117h83l-100-118l125-224h-82v0z m292 0h-67l-122 342h76l65-198c1-5 3-10 5-15c1-5 3-10 4-16c2-5 3-9 4-14c1-5 2-8 3-11c1 6 4 15 6 25c3 11 6 21 9 31l64 198h74l-121-342z m424 0v125c0 5 0 11 0 18c0 7 0 15 0 22c0 8 0 15 0 21c0 7 1 12 1 15c-3-7-7-15-11-26c-4-11-9-21-13-31l-70-152l-69 152c-5 10-9 20-13 31c-5 11-8 19-11 26c0-3 0-8 0-15c1-6 1-13 1-21c0-7 0-15 0-22c0-7 0-13 0-18v-125h-67v342h66l71-155c2-5 5-10 7-15c2-6 4-11 7-16c2-5 4-10 5-15c2-4 4-8 5-11c2 6 5 15 9 26c5 11 9 21 14 31l69 155h67v-342h-68v0z" horiz-adv-x="1000" />
<glyph glyph-name="qemu" unicode="&#xe810;" d="m202 299c-12-10-27-18-43-23c18-12 35-24 55-36c31-19 61-30 91-30c4 0 8 0 14 0l-5-13c-12-3-26-4-37-4c-34 0-62 9-90 26c-26 15-51 34-78 52c-33 2-62 14-82 38c-17 20-27 49-27 79c0 47 21 82 54 102c20 11 44 17 73 17c23 0 43-4 61-13c35-18 55-52 55-100c0-36-14-71-41-95z m-80 191c-16 0-30-3-42-9c-27-15-41-42-41-85c0-28 7-54 19-72c15-24 37-36 62-36h3c31 0 56 15 69 43c7 16 11 37 11 58c0 55-25 101-81 101z m308-215h-155v10l9 2c15 3 17 4 17 10c0 7 0 19 0 33v96c0 14 0 26 0 33c0 6-2 7-22 10l-8 2v10h149c1-15 0-32-1-51h-10c-2 10-3 17-4 24c-3 10-6 12-72 12v-78c25 0 41 0 48 2c5 0 7 0 8 4c2 6 3 9 5 18h10v-64h-10c-1 7-2 10-5 18c-1 6-2 7-8 7c-6 1-23 2-48 2v-81c5-2 18-4 37-4c35 0 42 2 46 11c4 10 7 16 11 29h10c-1-27-7-55-7-55z m235 0v10l8 2c16 4 17 5 17 12c0 7 1 17 0 31l-1 125l-82-180h-14l-78 172l-1-117c0-14 0-25 0-32c0-6 2-8 17-11l9-2v-10h-68v10l8 2c16 3 17 5 17 11c1 7 1 14 1 32l1 96c0 14 0 25 0 32c0 6-1 8-17 11l-9 2v10h64l72-164l74 164h64v-10l-8-2c-16-3-17-5-17-11c-1-7-1-18-1-32l1-96c0-14 1-25 1-32c0-6 1-8 17-11l9-2v-10h-84z m335 196l-8-2c-16-3-17-5-18-11c0-7 0-18 0-32v-60c0-68-28-95-83-95c-49 0-76 23-81 66c-1 8-1 17-1 26v63c0 14 0 26 0 33c-1 6-2 7-18 10l-8 2v10h84v-10l-8-2c-16-3-17-4-18-10c0-7 0-19 0-33v-57c0-9 0-18 1-25c4-34 21-52 57-52c44 0 59 21 59 73v61c0 14 0 25-1 32c0 6-1 8-17 11l-8 2v10h68v-10h0z" horiz-adv-x="1000" />
<glyph glyph-name="redhat" unicode="&#xe81b;" d="m610 66c3-2 7-11 2-21c-3-6-7-10-12-15c-7-5-21-12-40 0c-10 7-11 9-25 7c-10-1-14 9-10 17c3 8 18 15 37 5c8-5 21-16 32-7c5 4 7 7 14 14c0 1 1 1 1 1c1 0 1 0 1-1l0 0z m390 226c0-100-29-193-80-272c-19 5-40 8-61 8c-35 0-67-6-91-16c-2-2-4-4-4-7c0-2 0-3 0-4c3-8-1-17-24-22c-34-7-56-42-68-54c-15-14-55-22-49-14c4 6 23 26 34 48c10 19 19 25 31 43c4 5 18 24 22 39c4 15 3 33 4 41c3 11 13 34 14 48c0 7-31-11-47-11c-15 0-30 9-43 10c-17 1-28-13-43-11c-9 2-16 9-31 10c-22 1-48-12-97-11c-49 2-94 62-100 71c-7 12-16 12-26 3c-9-9-21-2-25 4c-6 11-23 44-49 51c-37 9-56-21-53-44c2-24 18-31 25-44c7-13 11-21 24-27c10-3 14-9 11-17c-3-7-13-9-19-9c-14-1-24 3-31 8c-8 5-15 12-22 25c-9 13-22 19-37 19c-8 0-14-1-21-5c-24-12-52-20-83-20h-35c-17 51-26 104-26 160c0 276 224 500 500 500c276 0 500-224 500-500z m-218 133c-5-16-12-38-43-54c-5-2-6 2-4 5c12 21 14 26 17 34c5 11 7 28-2 62c-19 68-58 158-87 187c-27 29-77 37-122 25c-17-4-49-21-109-7c-105 23-120-29-126-52c-6-23-20-87-20-87c-5-26-11-72 150-103c76-14 80-34 83-48c6-25 15-39 26-47c11-7 0-13-12-14c-32-3-150 31-221 71c-57 35-58 66-45 93c-87 10-152-8-164-49c-20-71 155-191 355-251c209-64 425-20 449 112c11 60-40 104-125 123z m-321 129c28 2 30 9 30 15c-1 8-18 17-43 17c-24 0-41-3-57-3c-15 0-26 11-32 17c-4 6-19 11-27-7c-7-18 7-37 19-40c0 0 20-37 36-21c10 12 16 18 74 22l0 0z m61 96c3 0 6 1 10 1c31 3 57-2 58-12c1-7-12-14-32-19c-1 0-2-1-2-2c0-1 1-2 2-2c8-3 18-4 28-4c32-1 58 11 59 26c0 15-25 27-58 28c0 0-1 0-2 0c-6 0-11 0-17-1c-19-2-36-7-47-13c-1 0-1 0-1-1c0-1 1-1 2-1c0 0 0 0 0 0l0 0z" horiz-adv-x="1000" />
<glyph glyph-name="centos" unicode="&#xe811;" d="m145 703h165l-72-73l219-218v-18h-18l-218 219l-76-76v166l0 0z m550 0l69-70l-221-221v-18h18l221 221l73-73v161h-160l0 0z m-152-396v-17l219-219l-72-73h165v166l-76-76l-218 219h-18l0 0z m-104 0l-221-221l-73 73v-161h160l-69 70l221 222v17h-18l0 0z m-294 186v-99h250l-174 175l-76-76l0 0z m250-186h-250v-104l73-73l177 177l0 0z m-395 41l114-114v104h312l13 13l-13 12h-312v99l-114-114l0 0z m605 46h250v104l-73 73l-177-177l0 0z m250-186v99h-250l174-175l76 76l0 0z m-294 143l13-13h312v-99l114 114l-114 114v-104h-312l-13-12l0 0z m-18-105v-248h103l72 73l-175 175l0 0z m-55 31v-310h-108l118-117l117 117h-103v310l-12 12l-12-12l0 0z m-209-209l70-70h108v248l-178-178l0 0z m264 386l175 175l-72 73h-103v-248l0 0z m-55-31l12-12l12 12v310h103l-117 117l-118-117h108v-310l0 0z m-209 209l178-178v248h-108l-70-70l0 0z" horiz-adv-x="1000" />
<glyph glyph-name="ubuntu" unicode="&#xe812;" d="m118 457c58 0 104-47 104-104c0-58-46-105-104-105c-57 0-104 47-104 105c0 57 47 104 104 104l0 0z m465 309c26 0 51-2 75-7c0-4 0-9 0-13c0-80 65-146 145-146c32 0 61 10 85 27c55-63 91-144 98-232l-165-6c-13 120-115 213-238 213c-35 0-68-8-98-21l-82 143c54 27 115 42 180 42l0 0z m226-707c57 0 104-47 104-105c0-57-47-104-104-104c-58 0-105 47-105 104c0 58 47 105 105 105l0 0z m-457-29c-70 49-124 120-152 203c38 26 63 70 63 120c0 52-27 97-68 123c26 88 81 163 153 215l87-140c-56-44-92-113-92-189c0-76 36-144 91-188l-82-144l0 0z m634 303c-6-96-47-183-110-250c-20 11-43 17-67 17c-77 0-140-60-145-135c-26-5-53-8-81-8c-63 0-123 15-177 41l82 143c29-12 61-19 95-19c123 0 226 94 239 214l164-3l0 0z m-183 517c58 0 105-47 105-104c0-58-47-105-105-105c-57 0-104 47-104 105c0 57 47 104 104 104l0 0z" horiz-adv-x="1000" />
<glyph glyph-name="create" unicode="&#xe814;" d="m853 406c1 9 2 19 2 28c0 88-69 159-154 159c-40 0-77-17-105-43c-36 89-122 152-221 152c-133 0-241-111-241-248c0-17 2-34 5-50c-81-27-140-106-140-198c0-114 91-208 202-208h597c111 0 202 94 202 208c0 95-63 175-147 200z m-226-170h-85v-85h-85v85h-85v84h85v85h85v-85h85v-84z" horiz-adv-x="1000" />
<glyph glyph-name="loader" unicode="&#xe815;" d="m375 617c62 0 118-39 143-99c11-26 33-46 61-51c6-2 12-2 17-2c22 0 43 8 59 24c13 12 29 19 46 19c39 0 69-33 69-74c0-4 0-8-1-14c-7-42 19-83 60-95c50-15 86-64 86-119c0-67-53-123-117-123h-597c-64 0-117 56-117 123c0 53 34 102 82 118c40 13 64 54 56 96c-2 11-3 23-3 34c0 90 70 163 156 163m0 85c-133 0-241-111-241-248c0-17 2-34 5-50c-81-27-140-106-140-198c0-114 91-208 202-208h597c111 0 202 94 202 208c0 95-63 175-147 200c1 9 2 19 2 28c0 88-69 159-154 159c-40 0-77-17-105-43c-36 89-122 152-221 152l0 0z" horiz-adv-x="1000" />
<glyph glyph-name="next" unicode="&#xe816;" d="m979 377l-402 242c-28 17-52 3-52-30v-134c-323-27-525-66-525-109c0-43 202-82 525-109v-134c0-33 24-47 52-29l402 241c28 17 28 45 0 62z" horiz-adv-x="1000" />
<glyph glyph-name="prev" unicode="&#xe817;" d="m21 377l402 242c28 17 52 3 52-30v-134c324-27 525-66 525-109c0-43-201-82-525-109v-134c0-33-24-47-52-29l-402 241c-28 17-28 45 0 62z" horiz-adv-x="1000" />
<glyph glyph-name="edit" unicode="&#xe819;" d="m280-86l-280-64l65 280l215-216z m580 581l-215 215l-530-530l215-215l530 530z m122 208l-129 129c-23 24-62 24-86 0l-14-14l-57-57l215-215l57 57l14 14c24 24 24 63 0 86z" horiz-adv-x="1000" />
<glyph glyph-name="plus" unicode="&#xe81a;" d="m880 456h-270v270c0 11-9 20-20 20h-180c-11 0-20-9-20-20v-270h-270c-11 0-20-9-20-20v-180c0-11 9-20 20-20h270v-270c0-11 9-20 20-20h180c11 0 20 9 20 20v270h270c11 0 20 9 20 20v180c0 11-9 20-20 20z" horiz-adv-x="1000" />
<glyph glyph-name="network" unicode="&#xe813;" d="m890 625h-82v140h-35v-140h-81v140h-35v-140h-81v140h-35v-140h-82v140h-35v-140h-81v140h-35v-140h-81v140h-35v-140h-81v140h-111v-605h198v-116h93v-117h418v117h93v116h198v605h-110v-140z" horiz-adv-x="1000" />
<glyph glyph-name="process" unicode="&#xe81d;" d="m540 640c0-22-18-40-40-40l0 0c-22 0-40 18-40 40v160c0 22 18 40 40 40l0 0c22 0 40-18 40-40v-160z m0-580c0 22-18 40-40 40l0 0c-22 0-40-18-40-40v-160c0-22 18-40 40-40l0 0c22 0 40 18 40 40v160z m-230 700c-11 19-36 25-55 14l0 0c-19-11-26-35-15-54l80-139c11-19 36-25 55-14l0 0c19 11 26 35 15 54l-80 139z m370-641c-11 19-36 26-55 15l0 0c-19-11-26-36-15-55l80-139c11-19 36-25 55-14l0 0c19 11 26 35 15 54l-80 139z m-550 491c-19 11-43 4-54-15l0 0c-11-19-5-44 14-55l139-80c19-11 44-4 55 15l0 0c11 19 4 44-15 55l-139 80z m641-370c-19 11-43 4-54-15l0 0c-11-19-5-44 14-55l139-80c19-11 43-4 54 15l0 0c11 19 5 44-14 55l-139 80z m-721 150c-22 0-40-18-40-40l0 0c0-22 18-40 40-40h160c22 0 40 18 40 40l0 0c0 22-18 40-40 40h-160z m740 0c-22 0-40-18-40-40l0 0c0-22 18-40 40-40h160c22 0 40 18 40 40l0 0c0 22-18 40-40 40h-160z m-700-230c-19-11-25-36-14-55l0 0c11-19 35-26 54-15l139 80c19 11 26 36 15 55l0 0c-11 19-36 26-55 15l-139-80z m641 370c-19-11-25-36-14-55l0 0c11-19 35-26 54-15l139 80c19 11 25 36 14 55l0 0c-11 19-35 26-54 15l-139-80z m-491-550c-11-19-4-43 15-54l0 0c19-11 44-5 55 14l80 139c11 19 4 44-15 55l0 0c-19 11-44 4-55-15l-80-139z m370 641c-11-19-4-43 15-54l0 0c19-11 44-5 55 14l80 139c11 19 4 43-15 54l0 0c-19 11-44 5-55-14l-80-139z" horiz-adv-x="1000" />
<glyph glyph-name="ok-circle-empty" unicode="&#xe702;" d="m653 396l-235-235q-11-11-25-11t-25 11l-164 164q-11 11-11 25t11 25l57 57q10 11 25 11t25-11l82-82l153 153q11 11 25 11t26-11l56-56q11-11 11-26t-11-25z m79-46q0 83-41 152t-110 111t-152 41t-153-41t-110-111t-41-152t41-152t110-111t153-41t152 41t110 111t41 152z m125 0q0-117-57-215t-156-156t-215-58t-216 58t-155 156t-58 215t58 215t155 156t216 58t215-58t156-156t57-215z" horiz-adv-x="857.1" />
<glyph glyph-name="cancel-empty" unicode="&#xe703;" d="m612 248l-81-82q-6-5-13-5t-13 5l-76 77l-77-77q-5-5-13-5t-13 5l-81 82q-6 5-6 13t6 13l76 76l-76 76q-6 6-6 13t6 13l81 82q6 5 13 5t13-5l77-77l76 77q6 5 13 5t13-5l81-82q6-5 6-13t-6-13l-76-76l76-76q6-6 6-13t-6-13z m120 102q0 83-41 152t-110 111t-152 41t-153-41t-110-111t-41-152t41-152t110-111t153-41t152 41t110 111t41 152z m125 0q0-117-57-215t-156-156t-215-58t-216 58t-155 156t-58 215t58 215t155 156t216 58t215-58t156-156t57-215z" horiz-adv-x="857.1" />
<glyph glyph-name="eye" unicode="&#xe806;" d="m929 314q-85 132-213 197q34-58 34-125q0-104-73-177t-177-73t-177 73t-73 177q0 67 34 125q-128-65-213-197q75-114 187-182t242-68t242 68t187 182z m-402 215q0 11-8 19t-19 7q-70 0-120-50t-50-119q0-12 8-19t19-8t19 8t8 19q0 48 34 82t82 34q11 0 19 8t8 19z m473-215q0-19-11-38q-78-129-210-206t-279-77t-279 77t-210 206q-11 19-11 38t11 39q78 128 210 205t279 78t279-78t210-205q11-20 11-39z" horiz-adv-x="1000" />
<glyph glyph-name="eye-off" unicode="&#xe805;" d="m310 105l43 79q-48 35-76 88t-27 114q0 67 34 125q-128-65-213-197q94-144 239-209z m217 424q0 11-8 19t-19 7q-70 0-120-50t-50-119q0-12 8-19t19-8t19 8t8 19q0 48 34 82t82 34q11 0 19 8t8 19z m202 106q0-4 0-5q-59-105-176-316t-176-316l-28-50q-5-9-15-9q-7 0-75 39q-9 6-9 16q0 7 25 49q-80 36-147 96t-117 137q-11 17-11 38t11 39q86 131 212 207t277 76q50 0 100-10l31 54q5 9 15 9q3 0 10-3t18-9t18-10t18-10t10-7q9-5 9-15z m21-249q0-78-44-142t-117-92l157 281q4-26 4-47z m250-72q0-19-11-38q-22-36-61-81q-84-96-194-149t-234-53l41 74q119 10 219 76t169 171q-65 100-158 164l35 63q53-36 102-86t81-102q11-19 11-39z" horiz-adv-x="1000" />
<glyph glyph-name="passed" unicode="&#xe801;" d="m143 100q0 15-11 25t-25 11q-15 0-25-11t-11-25q0-15 11-25t25-11q15 0 25 11t11 25z m89 286v-357q0-15-10-25t-26-11h-160q-15 0-25 11t-11 25v357q0 14 11 25t25 10h160q15 0 26-10t10-25z m661 0q0-48-31-83q9-25 9-43q1-42-24-76q9-32 0-66q-9-31-31-52q5-63-27-101q-36-43-110-44h-72q-37 0-80 9t-68 16t-67 22q-69 24-88 25q-15 0-26 11t-10 25v357q0 14 10 25t24 11q13 1 42 33t57 67q38 49 56 67q10 10 17 27t10 27t8 34q4 22 7 34t11 29t18 28q11 11 26 11q25 0 46-6t33-15t22-22t14-26t7-27t2-26t1-21q0-21-6-43t-10-33t-16-31q-1-4-5-10t-6-13t-5-13h155q43 0 75-32t32-75z" horiz-adv-x="928.6" />
<glyph glyph-name="skip-test" unicode="&#xe807;" d="m341 513c0 11 8 15 18 10l282-163c10-5 10-14 0-20l-282-163c-10-5-18 0-18 11v325z m342-325c0-11 7-16 17-11l283 163c9 6 9 15 0 20l-283 163c-10 5-17 1-17-10v-325z m-683 0c0-11 8-16 17-11l283 163c10 6 10 15 0 20l-283 163c-9 5-17 1-17-10v-325z" horiz-adv-x="1000" />
<glyph glyph-name="failed" unicode="&#xe802;" d="m143 529q0-15-11-26t-25-10q-15 0-25 10t-11 26q0 15 11 25t25 10q15 0 25-10t11-25z m89-286v357q0 15-10 25t-26 11h-160q-15 0-25-11t-11-25v-357q0-15 11-25t25-11h160q15 0 26 11t10 25z m630 83q31-34 31-83q-1-44-32-75t-75-32h-155q2-8 5-14t6-12t5-10q10-21 15-32t11-32t6-43q0-14-1-22t-2-25t-7-28t-14-25t-22-23t-33-14t-46-6q-15 0-26 11q-11 11-18 27t-11 29t-7 35q-5 23-8 33t-10 27t-17 27q-18 19-56 67q-28 36-57 68t-42 33q-14 1-24 11t-10 24v358q0 15 10 25t26 11q19 0 88 24q43 15 67 22t68 16t80 9h72q74-1 110-43q32-39 27-101q22-21 31-53q9-34 0-65q25-34 24-77q0-18-9-42z" horiz-adv-x="928.6" />
<glyph glyph-name="edit" unicode="&#x270e;" d="m203-7l50 51l-131 131l-51-51v-60h72v-71h60z m291 518q0 12-12 12q-5 0-9-4l-303-302q-4-4-4-10q0-12 13-12q5 0 9 4l303 302q3 4 3 10z m-30 107l232-232l-464-465h-232v233z m381-54q0-29-20-50l-93-93l-232 233l93 92q20 21 50 21q29 0 51-21l131-131q20-22 20-51z" horiz-adv-x="857.1" />
<glyph glyph-name="clock-1" unicode="&#xe804;" d="m500 546v-250q0-7-5-12t-13-5h-178q-8 0-13 5t-5 12v36q0 8 5 13t13 5h125v196q0 8 5 13t12 5h36q8 0 13-5t5-13z m232-196q0 83-41 152t-110 111t-152 41t-153-41t-110-111t-41-152t41-152t110-111t153-41t152 41t110 111t41 152z m125 0q0-117-57-215t-156-156t-215-58t-216 58t-155 156t-58 215t58 215t155 156t216 58t215-58t156-156t57-215z" horiz-adv-x="857.1" />
<glyph glyph-name="arrows-cw" unicode="&#xe760;" d="m843 261q0-3 0-4q-36-150-150-243t-267-93q-81 0-157 31t-136 88l-72-72q-11-11-25-11t-25 11t-11 25v250q0 14 11 25t25 11h250q14 0 25-11t10-25t-10-25l-77-77q40-37 90-57t105-20q74 0 139 37t104 99q6 10 29 66q5 13 17 13h107q8 0 13-6t5-12z m14 446v-250q0-14-10-25t-26-11h-250q-14 0-25 11t-10 25t10 25l77 77q-82 77-194 77q-75 0-140-37t-104-99q-6-10-29-66q-5-13-17-13h-111q-7 0-13 6t-5 12v4q36 150 151 243t268 93q81 0 158-31t137-88l72 72q11 11 25 11t26-11t10-25z" horiz-adv-x="857.1" />
<glyph glyph-name="user" unicode="&#x1f464;" d="m736 128q204-72 204-122l0-106l-940 0l0 106q0 50 204 122q94 34 128 69t34 95q0 22-22 49t-32 73q-2 12-9 18t-14 8t-14 17t-9 43q0 16 5 26t9 12l4 4q-8 50-12 88q-4 54 41 112t157 58t158-58t40-112l-12-88q18-8 18-42q-2-28-9-43t-14-17t-14-8t-9-18q-8-48-31-74t-23-48q0-60 35-95t127-69z" horiz-adv-x="940" />
@ -23,23 +43,23 @@
<glyph glyph-name="help-circled" unicode="&#xe704;" d="m454 810q190 2 326-130t140-322q2-190-131-327t-323-141q-190-2-327 131t-139 323q-4 190 130 327t324 139z m-2-740q30 0 49 19t19 47q2 30-17 49t-49 19l-2 0q-28 0-47-18t-21-46q0-30 19-49t47-21l2 0z m166 328q26 34 26 78q0 78-54 116q-52 38-134 38q-64 0-104-26q-68-42-72-146l0-4l110 0l0 4q0 26 16 54q16 24 54 24q40 0 52-20q16-20 16-44q0-18-16-40q-8-12-20-20l-6-4q-6-4-16-11t-20-15t-21-17t-17-17q-14-20-18-78l0-8l108 0l0 4q0 12 4 28q6 20 28 36l28 18q46 34 56 50z" horiz-adv-x="920" />
<glyph glyph-name="info-circled" unicode="&#xe705;" d="m454 810q190 2 326-130t140-322q2-190-131-327t-323-141q-190-2-327 131t-139 323q-4 190 130 327t324 139z m52-152q-42 0-65-24t-23-50q-2-28 15-44t49-16q38 0 61 22t23 54q0 58-60 58z m-120-594q30 0 84 26t106 78l-18 24q-48-36-72-36q-14 0-4 38l42 160q26 96-22 96q-30 0-89-29t-115-75l16-26q52 34 74 34q12 0 0-34l-36-152q-26-104 34-104z" horiz-adv-x="920" />
<glyph glyph-name="upload-cloud" unicode="&#xe711;" d="m760 494q100 0 170-68t70-166t-70-166t-170-68l-190 0l0 190l106 0l-176 230l-174-230l104 0l0-190l-248 0q-74 0-128 52t-54 124q0 74 53 126t129 52q14 0 20-2q-2 12-2 38q0 108 78 184t188 76q90 0 160-52t94-134q28 4 40 4z" horiz-adv-x="1000" />
<glyph glyph-name="process" unicode="&#xe803;" d="m462 850c-6 0-11-5-11-11l0-183l0 0c0-6 5-11 11-11l69 0c1 0 1 0 1 0c7 0 12 5 12 11l0 183l0 0c0 6-5 11-12 11l-69 0c0 0 0 0-1 0z m250-47c-4 1-8-2-10-5l-91-158l0 0c-4-6-2-13 4-16l60-35c0 0 0 0 0 0c6-3 13-1 16 4l91 158c3 6 2 13-4 16l-61 35c-1 1-3 1-5 1z m-428-2c-2 0-4-1-6-2l-61-35c-5-3-7-10-4-16l91-157c0 0 0 0 0 0c3-6 10-8 16-5l61 35c5 4 7 11 4 16l-91 157c0 1 0 1 0 1c-2 4-6 6-10 6z m620-163c-2 0-4 0-6-1l-157-91c0 0 0 0 0 0c-6-3-8-10-5-16l35-61c4-5 11-7 16-4l157 91c1 0 1 0 1 0c6 3 7 10 4 16l-35 61c-2 3-6 5-10 5z m-810-4c-5 0-9-2-11-6l-35-61c-3-5-1-12 4-15l158-92l0 0c6-3 13-1 16 5l35 60c0 0 0 0 0 0c3 6 1 13-4 16l-158 91c-2 1-4 2-5 2z m712-235l0 0c-6 0-11-5-11-11l0-69c0-1 0-1 0-1c0-7 5-12 11-12l183 0l0 0c6 0 11 5 11 12l0 69c0 0 0 0 0 1c0 6-5 11-11 11l-183 0z m-794-5l0 0c-7 0-12-5-12-12l0-69c0 0 0 0 0-1c0-6 5-11 12-11l182 0l0 0c6 0 11 5 11 11l0 69c0 1 0 1 0 1c0 7-5 12-11 12l-182 0z m772-153c-4 0-8-2-10-6l-34-60c-1 0-1 0-1 0c-3-6-1-13 4-16l158-91c6-3 13-2 16 4l35 61c3 5 1 12-4 15l-158 91l0 0c-2 1-4 2-6 2z m-566-5c-1 0-3 0-5-1l-157-91c0 0-1 0-1 0c-5-3-7-11-4-16l35-61c3-5 10-7 16-4l157 91c0 0 0 0 0 0c6 3 8 10 5 16l-35 61c-3 3-7 5-11 5z m468-121c-2 0-4 0-6-1l-61-35c-5-4-7-11-4-16l91-157c0-1 0-1 0-1c3-6 11-7 16-4l61 35c5 3 7 10 4 16l-91 157c0 0 0 0 0 0c-2 4-6 6-10 6z m-367-3c-4 1-8-2-10-5l-91-158c-3-6-1-13 4-16l61-35c5-3 12-1 15 4l92 158l0 0c3 6 1 13-5 16l-60 34c0 1 0 1 0 1c-2 1-4 1-6 1z m149-57c-7 0-12-5-12-11l0-183l0 0c0-6 5-11 12-11l69 0c0 0 0 0 1 0c6 0 11 5 11 11l0 183l0 0c0 6-5 11-11 11l-69 0c-1 0-1 0-1 0z" horiz-adv-x="1000" />
<glyph glyph-name="comment" unicode="&#xe718;" d="m700 700q42 0 71-29t29-71l0-350q0-40-29-70t-71-30l-200 0l0-150l-200 150l-200 0q-40 0-70 30t-30 70l0 350q0 42 30 71t70 29l600 0z" horiz-adv-x="800" />
<glyph glyph-name="bell" unicode="&#x1f514;" d="m632 426q16-34 40-52t45-22t44-23t35-55q22-62-74-161t-252-157q-164-58-297-45t-155 75q-20 54 12 111t18 111q-56 192-47 300t113 192q26 22 29 51t29 39q24 8 46-12t56-18q132 2 198-66t160-268z m-186-404q88 32 159 85t100 91t25 50q-8 22-49 33t-124 1t-187-48q-102-38-173-87t-94-84t-17-53q4-12 50-22t134-4t176 38z m-62 174q8 2 21 7t17 7l2-2q14-40-17-83t-89-63q-96-36-152 14q78 68 218 120z" horiz-adv-x="800" />
<glyph glyph-name="attention" unicode="&#x26a0;" d="m957-24q10-16 0-34q-10-16-30-16l-892 0q-18 0-28 16q-13 18-2 34l446 782q8 18 30 18t30-18z m-420 50l0 100l-110 0l0-100l110 0z m0 174l0 300l-110 0l0-300l110 0z" horiz-adv-x="962" />
<glyph glyph-name="trash" unicode="&#xe818;" d="m50 458q122-70 330-70t330 70l-54-486q-2-14-35-36t-100-43t-141-21t-140 21t-100 43t-36 36z m488 300q94-18 158-55t64-71l0-10q0-58-112-99t-268-41t-268 41t-112 99l0 10q0 34 64 71t158 55l42 48q22 26 70 26l92 0q52 0 70-26z m-54-112l84 0q-92 110-104 126q-14 16-32 16l-102 0q-22 0-32-16l-106-126l84 0l64 66l82 0z" horiz-adv-x="760" />
<glyph glyph-name="back-in-time" unicode="&#xe771;" d="m532 760q170 0 289-120t119-290t-119-290t-289-120q-138 0-252 88l70 76q82-60 182-60q126 0 216 90t90 216q0 128-90 218t-216 90q-124 0-213-86t-93-210l142 0l-184-206l-184 206l124 0q4 166 123 282t285 116z m-36-190l70 0l0-204l130-130l-50-50l-150 150l0 234z" horiz-adv-x="940" />
<glyph glyph-name="install" unicode="&#xe778;" d="m884 306q24-52 14-96l-34-184q-2-20-19-35t-39-15l-712 0q-22 0-39 15t-19 35l-34 184q-8 50 14 96l158 374q22 46 72 46l104 0l-20-204l-134 0l254-210l256 210l-136 0l-18 204l102 0q50 0 74-46z m-68-132q2 22-10 38t-34 16l-644 0q-22 0-34-16t-10-38l14-74q2-22 19-37t37-15l592 0q22 0 39 15t19 37z" horiz-adv-x="901" />
<glyph glyph-name="ok" unicode="&#x2713;" d="m352-10l-334 333l158 160l176-174l400 401l159-160z" horiz-adv-x="928" />
<glyph glyph-name="ok-circle" unicode="&#x2714;" d="m465 797q184 0 315-131t131-316t-131-315t-315-132t-316 132t-131 315t131 316t316 131z m-70-653l348 348l-79 79l-269-268l-126 126l-79-78z" horiz-adv-x="928" />
<glyph glyph-name="cancel" unicode="&#x2715;" d="m799 116l-156-157l-234 235l-235-235l-156 157l234 234l-234 234l156 157l235-235l234 235l156-157l-234-234z" horiz-adv-x="817" />
<glyph glyph-name="cancel-circle" unicode="&#xe800;" d="m465 797q184 0 315-131t131-316t-131-315t-315-132t-316 132t-131 315t131 316t316 131z m220-588l-141 142l141 141l-79 79l-142-141l-141 141l-79-79l141-141l-141-142l79-79l141 141l142-141z" horiz-adv-x="928" />
<glyph glyph-name="plus" unicode="&#x2b;" d="m911 462l0-223l-335 0l0-336l-223 0l0 336l-335 0l0 223l335 0l0 335l223 0l0-335l335 0z" horiz-adv-x="928" />
<glyph glyph-name="plus-circle" unicode="&#x2795;" d="m465 797q184 0 315-131t131-316t-131-315t-315-132t-316 132t-131 315t131 316t316 131z m223-502l0 112l-167 0l0 167l-112 0l0-167l-168 0l0-112l168 0l0-168l112 0l0 168l167 0z" horiz-adv-x="928" />
<glyph glyph-name="minus" unicode="&#x2d;" d="m18 239l0 223l893 0l0-223l-893 0z" horiz-adv-x="928" />
<glyph glyph-name="minus-circle" unicode="&#x2796;" d="m465 797q184 0 315-131t131-316t-131-315t-315-132t-316 132t-131 315t131 316t316 131z m223-502l0 112l-447 0l0-112l447 0z" horiz-adv-x="928" />
<glyph glyph-name="logs" unicode="&#xe730;" d="m409 797l279-278l0-616l-670 0l0 894l391 0z m-279-781l446 0l0 446l-223 0l0 223l-223 0l0-669z" horiz-adv-x="705" />
<glyph glyph-name="settings" unicode="&#x2699;" d="m911 295l-133-56q-8-22-12-31l55-133l-79-79l-135 53q-9-4-31-12l-55-134l-112 0l-56 133q-11 4-33 13l-132-55l-78 79l53 134q-1 3-4 9t-6 12t-4 11l-131 55l0 112l131 56l14 33l-54 132l78 79l133-54q22 9 33 13l55 132l112 0l56-132q14-5 31-13l133 55l80-79l-54-135q6-12 12-30l133-56l0-112z m-447-111q69 0 118 48t49 118t-49 119t-118 50t-119-50t-49-119t49-118t119-48z" horiz-adv-x="928" />
<glyph glyph-name="clock" unicode="&#x1f554;" d="m464 685q-138 0-236-98t-98-237t98-237t236-97t237 97t98 237t-98 237t-237 98z m1 112q184 0 315-131t131-316t-131-315t-315-132t-316 132t-131 315t131 316t316 131z m151-518l-80-80l-109 111q-19 17-19 41l0 223l113 0l0-199z" horiz-adv-x="928" />
<glyph glyph-name="comment" unicode="&#xe718;" d="m700 700q42 0 71-29t29-71l0-350q0-40-29-70t-71-30l-200 0l0-150l-200 150l-200 0q-40 0-70 30t-30 70l0 350q0 42 30 71t70 29l600 0z" horiz-adv-x="800" />
<glyph glyph-name="passed" unicode="&#xe801;" d="m143 100q0 15-11 25t-25 11q-15 0-25-11t-11-25q0-15 11-25t25-11q15 0 25 11t11 25z m89 286v-357q0-15-10-25t-26-11h-160q-15 0-25 11t-11 25v357q0 14 11 25t25 10h160q15 0 26-10t10-25z m661 0q0-48-31-83q9-25 9-43q1-42-24-76q9-32 0-66q-9-31-31-52q5-63-27-101q-36-43-110-44h-72q-37 0-80 9t-68 16t-67 22q-69 24-88 25q-15 0-26 11t-10 25v357q0 14 10 25t24 11q13 1 42 33t57 67q38 49 56 67q10 10 17 27t10 27t8 34q4 22 7 34t11 29t18 28q11 11 26 11q25 0 46-6t33-15t22-22t14-26t7-27t2-26t1-21q0-21-6-43t-10-33t-16-31q-1-4-5-10t-6-13t-5-13h155q43 0 75-32t32-75z" horiz-adv-x="928.6" />
</font>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 613 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

3
nailgun/static/templates/cluster/node_interface.html Normal file → Executable file
View File

@ -4,7 +4,8 @@
<div class="network-box-item">
<% var currentSpeed = showBandwidth(ifc.get('current_speed')); %>
<div class="network-info-box enable-selection <%= currentSpeed !== 'N/A' ? 'online' : 'offline' %>">
<div class="network-info-box enable-selection">
<div class="network-interfaces-status"><div class="interface-<%= currentSpeed !== 'N/A' ? 'online' : 'offline' %>"></div></div>
<div>MAC: <%- ifc.get('mac') %></div>
<div>Speed: <%- currentSpeed %></div>
</div>

View File

@ -15,14 +15,14 @@
</div>
<% if (clusterNodesScreen) { %>
<div class="cluster-toolbar-item pull-right">
<button class="btn btn-danger btn-delete-nodes hide">Delete</button>
<button class="btn btn-danger btn-delete-nodes hide"><i class="icon-trash"></i> Delete</button>
</div>
<% var disabled = nodes.cluster.task('deploy', 'running') ? 'disabled' : '' %>
<div class="cluster-toolbar-item pull-right">
<a class="btn btn-success btn-edit-nodes hide" data-action="edit" href="" <%= disabled %>>Edit Roles</a>
<a class="btn btn-success btn-edit-nodes hide" data-action="edit" href="" <%= disabled %>><i class="icon-edit"></i> Edit Roles</a>
</div>
<div class="cluster-toolbar-item pull-right">
<<%= locked ? 'div' : 'a' %> class="btn btn-success btn-add-nodes" href="#cluster/<%- cluster.id %>/nodes/add" <%= disabled %>>Add Nodes</<%= locked ? 'div' : 'a' %>>
<<%= locked ? 'div' : 'a' %> class="btn btn-success btn-add-nodes" href="#cluster/<%- cluster.id %>/nodes/add" <%= disabled %>><i class="icon-plus"></i> Add Nodes</<%= locked ? 'div' : 'a' %>>
</div>
<div class="cluster-toolbar-item pull-right">
<button class="btn btn-group-congiration btn-configure-interfaces" disabled data-action="interfaces"><i class="icon-attention text-error hide"></i> Configure Interfaces</button>

2
nailgun/static/templates/clusters/new.html Normal file → Executable file
View File

@ -1,4 +1,4 @@
<div class="span3 clusterbox create-cluster">
<div class="add-icon"></div>
<div class="add-icon"><i class="icon-create"></i></div>
<div class="create-cluster-text">New OpenStack Environment</div>
</div>

View File

@ -28,7 +28,7 @@
<div class="modal-footer wizard-footer">
<button class="btn pull-left" data-dismiss="modal">Cancel</button>
<button class="btn prev-pane-btn">&lt; Prev</button>
<button class="btn btn-success next-pane-btn">Next &gt;</button>
<button class="btn prev-pane-btn"><i class="icon-prev"></i>Prev</button>
<button class="btn btn-success next-pane-btn">Next<i class="icon-next"></i></button>
<button class="btn btn-success finish-btn">Create</button>
</div>