ing
This commit is contained in:
parent
ba355a5665
commit
7bd56800ea
@ -465,7 +465,7 @@ export class SettingComponent implements OnInit, AfterContentInit {
|
|||||||
hosts.forEach((host, hostKey) => {
|
hosts.forEach((host, hostKey) => {
|
||||||
|
|
||||||
const jHost: any = {
|
const jHost: any = {
|
||||||
label: 'Host - ' + host.ip,
|
label: 'Host - ' + host.ipv4,
|
||||||
// className: 'cn' + host.ip
|
// className: 'cn' + host.ip
|
||||||
expandedIcon: 'fa-folder-open',
|
expandedIcon: 'fa-folder-open',
|
||||||
collapsedIcon: 'fa-folder',
|
collapsedIcon: 'fa-folder',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user