mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-17 10:20:26 +00:00
Update interface-status.ts
This commit is contained in:
parent
801c10feff
commit
4125c98e82
@ -72,7 +72,7 @@ export class InterfaceStatusWidget implements Widget {
|
||||
.attr('class', 'status_started')
|
||||
.attr('width', 60)
|
||||
.attr('height', 20)
|
||||
.attr('x', (ls: LinkStatus) => ls.x - 10)
|
||||
.attr('x', (ls: LinkStatus) => ls.x - 30)
|
||||
.attr('y', (ls: LinkStatus) => ls.y - 10)
|
||||
.attr('rx', 8)
|
||||
.attr('ry', 8)
|
||||
@ -102,7 +102,7 @@ export class InterfaceStatusWidget implements Widget {
|
||||
.attr('class', 'status_stopped')
|
||||
.attr('width', 60)
|
||||
.attr('height', 20)
|
||||
.attr('x', (ls: LinkStatus) => ls.x - 10)
|
||||
.attr('x', (ls: LinkStatus) => ls.x - 30)
|
||||
.attr('y', (ls: LinkStatus) => ls.y - 10)
|
||||
.attr('rx', 8)
|
||||
.attr('ry', 8)
|
||||
@ -132,7 +132,7 @@ export class InterfaceStatusWidget implements Widget {
|
||||
.attr('class', 'status_suspended')
|
||||
.attr('width', 60)
|
||||
.attr('height', 20)
|
||||
.attr('x', (ls: LinkStatus) => ls.x - 10)
|
||||
.attr('x', (ls: LinkStatus) => ls.x - 30)
|
||||
.attr('y', (ls: LinkStatus) => ls.y - 10)
|
||||
.attr('rx', 8)
|
||||
.attr('ry', 8)
|
||||
|
Loading…
Reference in New Issue
Block a user