[ONOS-8094] GUI2 Topo details fails to show localized messages for English

Change-Id: I6bd9d64350358fb66afbc0d46a6fd31b5e499af0
This commit is contained in:
Sean Condon 2020-06-01 09:32:59 +01:00
parent bec6b6a7b0
commit 4de9b920b7
2 changed files with 4 additions and 2 deletions

View File

@ -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>

View File

@ -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__),