Skip to content

Commit

Permalink
Rename column to hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsimons committed Sep 10, 2024
1 parent 89d7b91 commit 79cd4eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ async function toggleAlerts(instance: EndpointsView) {
<!--Table headings-->
<div role="row" aria-label="column-headers" class="row table-head-row" :style="{ borderTop: 0 }">
<div role="columnheader" :aria-label="ColumnNames.InstanceName" class="col-6">
<SortableColumn :sort-by="ColumnNames.InstanceName" v-model="sortByInstances" :default-ascending="true">Instance Name</SortableColumn>
<SortableColumn :sort-by="ColumnNames.InstanceName" v-model="sortByInstances" :default-ascending="true">Hostname</SortableColumn>
</div>
<div role="columnheader" :aria-label="ColumnNames.LastHeartbeat" class="col-2">
<SortableColumn :sort-by="ColumnNames.LastHeartbeat" v-model="sortByInstances">Last Heartbeat</SortableColumn>
Expand Down

0 comments on commit 79cd4eb

Please sign in to comment.