mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-05 20:26:16 +02:00
[ONOS-8094] GUI2 Topo details fails to show localized messages for English
Change-Id: I6bd9d64350358fb66afbc0d46a6fd31b5e499af0
This commit is contained in:
parent
bec6b6a7b0
commit
4de9b920b7
@ -57,7 +57,7 @@
|
||||
(click)="navto(buttonAttribs(btn).path)"
|
||||
[iconSize]="25"
|
||||
[iconId]="buttonAttribs(btn).gid"
|
||||
[toolTip]="lionFnTopo(buttonAttribs(btn).tt)"
|
||||
[toolTip]="lionFnFlow(buttonAttribs(btn).tt)"
|
||||
classes="button icon selected">
|
||||
</onos-icon>
|
||||
</div>
|
||||
@ -66,12 +66,14 @@
|
||||
(click)="navto('alarmTable')"
|
||||
[iconSize]="25"
|
||||
[iconId]="'clock'"
|
||||
[toolTip]="'Show Alarms for this device'"
|
||||
classes="button icon selected">
|
||||
</onos-icon>
|
||||
<onos-icon id="topo2-p-detail-core-pipeconf"
|
||||
(click)="navto('pipeconf')"
|
||||
[iconSize]="25"
|
||||
[iconId]="'pipeconfTable'"
|
||||
[toolTip]="'Show Pipeconf table for this device'"
|
||||
classes="button icon selected">
|
||||
</onos-icon>
|
||||
</div>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# ONOS GUI 2.3.0
|
||||
# ONOS GUI 2.4.0
|
||||
|
||||
This project is based on __[Angular 9](https://angular.io/docs)__
|
||||
and __[ES6](http://www.ecma-international.org/ecma-262/6.0/index.html)__ (aka __ES2015__),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user