Project

General

Profile

« Previous | Next » 

Revision 6241f2ee

Added by Sam Kottler almost 12 years ago

  • ID 6241f2ee7baee1a16e69723abe3bff6e9120f86e

[UI] Fixed inconsistent tab naming for the initially active tab

View differences:

app/views/compute_resources/show.html.erb
<% title @compute_resource.name %>
<ul class="nav nav-tabs" data-tabs="tabs">
<li class="active"><a href="#primary" data-toggle="tab">Primary</a></li>
<li class="active"><a href="#primary" data-toggle="tab">Compute Resource</a></li>
<li><a href="#vms" data-toggle="tab">Virtual Machines</a></li>
<% if @compute_resource.capabilities.include?(:image) -%>
<li><a href="#images" data-toggle="tab">Images</a></li>

Also available in: Unified diff