File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
app/Http/Controllers/Table Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,6 @@ public function formatItem($vm)
7979
8080 private static function getHostname (Device $ device ): string
8181 {
82- return '<a class="list-device" href=" ' . Url::deviceUrl ($ device ) . '"> ' . $ device ->hostname . '</a><br> ' . $ device -> sysName ;
82+ return '<a class="list-device" href=" ' . Url::deviceUrl ($ device ) . '"> ' . $ device ->displayName () . '</a> ' ;
8383 }
8484}
Original file line number Diff line number Diff line change 99 <table class =" table table-hover table-condensed table-striped" >
1010 <thead >
1111 <tr >
12- <th >{{ __ (' Server Name' ) } } </th >
12+ <th >{{ __ (' VM Name' ) } } </th >
1313 <th >{{ __ (' Power Status' ) } } </th >
1414 <th >{{ __ (' Operating System' ) } } </th >
1515 <th >{{ __ (' Memory' ) } } </th >
Original file line number Diff line number Diff line change 99 <tr >
1010 <th data-column-id =" deviceid" data-visible =" false" data-css-class =" deviceid" >No</th >
1111 <th data-column-id =" sysname" data-visible =" false" >Sysname</th >
12- <th data-column-id =" vmwVmDisplayName" >{{ __ (' Device ' ) } } </th >
12+ <th data-column-id =" vmwVmDisplayName" >{{ __ (' VM Name ' ) } } </th >
1313 <th data-column-id =" vmwVmState" >{{ __ (' Power Status' ) } } </th >
1414 <th data-column-id =" hostname" >{{ __ (' Host' ) } } </th >
1515 <th data-column-id =" vmwVmGuestOS" data-searchable =" false" >{{ __ (' Operating System' ) } } </th >
You can’t perform that action at this time.
0 commit comments