Project

General

Profile

« Previous | Next » 

Revision fac2223b

Added by Kavita Gaikwad about 5 years ago

Fixes #26526 - renamed state column to status for vms in GCE

View differences:

app/views/compute_resources_vms/show/_gce.html.erb
<tbody>
<tr>
<td>State</td>
<td><%= @vm.state.downcase %></td>
<td><%= @vm.status.downcase %></td>
</tr>
<tr>
<td>Machine Type</td>

Also available in: Unified diff