Sha256: cde52ab002b8c44d44660f4f41be75d12a2af9e6090df2a72225b9cb5b9f2145

Contents?: true

Size: 549 Bytes

Versions: 8

Compression:

Stored size: 549 Bytes

Contents

<%= turbo_frame_tag dom_id(@project, [@hostname, :disk_free].join('-')) do %>
  <div class="progress-bar bg-gray-300" style="height: 5px; width: 100%;">
    <div class="progress bg-blue-500" data-refresh-target="progressBar" style="height: 100%; width: 100%;"></div>
  </div>
  <div class="flex flex-col bg-gray-400/5 p-8">
    <dt class="text-6xl font-semibold leading-6 mt-5 text-gray-600">
      <%= @service.disk_free %>
    </dt>
    <dd class="order-first text-3xl font-semibold tracking-tight text-gray-900">Disk Free</dd>
  </div>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
mission_control-servers-0.1.3 app/views/mission_control/servers/dashboards/disk_frees/show.html.erb
mission_control-servers-0.1.2 app/views/mission_control/servers/dashboards/disk_frees/show.html.erb
mission_control-servers-0.1.1 app/views/mission_control/servers/dashboards/disk_frees/show.html.erb
mission_control-servers-0.1.0 app/views/mission_control/servers/dashboards/disk_frees/show.html.erb
mission_control-servers-0.0.5 app/views/mission_control/servers/dashboards/disk_frees/show.html.erb
mission_control-servers-0.0.4 app/views/mission_control/servers/dashboards/disk_frees/show.html.erb
mission_control-servers-0.0.3 app/views/mission_control/servers/dashboards/disk_frees/show.html.erb
mission_control-servers-0.0.2 app/views/mission_control/servers/dashboards/disk_frees/show.html.erb