This commit is contained in:
crusader 2018-04-28 02:05:48 +09:00
parent ba355a5665
commit 7bd56800ea

View File

@ -465,7 +465,7 @@ export class SettingComponent implements OnInit, AfterContentInit {
hosts.forEach((host, hostKey) => {
const jHost: any = {
label: 'Host - ' + host.ip,
label: 'Host - ' + host.ipv4,
// className: 'cn' + host.ip
expandedIcon: 'fa-folder-open',
collapsedIcon: 'fa-folder',