mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-23 21:31:00 +02:00
Added custom upload glyph.
Change-Id: I171854f16f9ee2e68bf7f99308022ccefaed827e
This commit is contained in:
parent
6e85404b1c
commit
83b92a3749
@ -294,6 +294,9 @@
|
|||||||
download: 'M90.3,94.5H19.7V79.2H90.3V94.5Z' +
|
download: 'M90.3,94.5H19.7V79.2H90.3V94.5Z' +
|
||||||
'm-49.1-79V44H26.2L55,72.3,83.8,44H68.9V15.5H41.1Z',
|
'm-49.1-79V44H26.2L55,72.3,83.8,44H68.9V15.5H41.1Z',
|
||||||
|
|
||||||
|
upload: 'M90.3,79.4H19.7V94.6H90.3V79.4Z' +
|
||||||
|
'M41.1,71.8V43.5H26.2L55,15.4,83.8,43.5H68.9V71.8H41.1Z',
|
||||||
|
|
||||||
// --- Navigation glyphs ------------------------------------
|
// --- Navigation glyphs ------------------------------------
|
||||||
|
|
||||||
flowTable: tableFrame +
|
flowTable: tableFrame +
|
||||||
|
@ -37,6 +37,7 @@
|
|||||||
play: 'play',
|
play: 'play',
|
||||||
stop: 'stop',
|
stop: 'stop',
|
||||||
|
|
||||||
|
upload: 'upload',
|
||||||
download: 'download',
|
download: 'download',
|
||||||
delta: 'delta',
|
delta: 'delta',
|
||||||
nonzero: 'nonzero',
|
nonzero: 'nonzero',
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
file-model="appFile">
|
file-model="appFile">
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<div icon icon-size="42" icon-id="plus"
|
<div icon icon-size="42" icon-id="upload"
|
||||||
class="active" trigger-form
|
class="active" trigger-form
|
||||||
tooltip tt-msg="uploadTip">
|
tooltip tt-msg="uploadTip">
|
||||||
</div>
|
</div>
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
describe('factory: fw/svg/glyph.js', function() {
|
describe('factory: fw/svg/glyph.js', function() {
|
||||||
var $log, fs, gs, d3Elem, svg;
|
var $log, fs, gs, d3Elem, svg;
|
||||||
|
|
||||||
var numBaseGlyphs = 104,
|
var numBaseGlyphs = 105,
|
||||||
vbBird = '352 224 113 112',
|
vbBird = '352 224 113 112',
|
||||||
vbGlyph = '0 0 110 110',
|
vbGlyph = '0 0 110 110',
|
||||||
vbBadge = '0 0 10 10',
|
vbBadge = '0 0 10 10',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user