Batch UI changes as Roman requested
This commit is contained in:
parent
f08705fb2d
commit
be596140e1
@ -5,7 +5,7 @@
|
||||
"fields": {
|
||||
"name": "Folsom",
|
||||
"version": "2012.1.3",
|
||||
"description": "Developed by more than 330 contributors who implemented 185 different features, the OpenStack Folsom release continues the themes of stability and extensibility, while adding significant new features like Networking, Block Storage and Hyper-V support. There was also signficiant progress made with localization efforts, including a new translation framework for user-facing guides and documentation.",
|
||||
"description": "This option will install OpenStack Folsom packages using CentOS as a base operating system. With high availability features built in, you are getting a robust, enterprise-grade OpenStack deployment.",
|
||||
"networks_metadata": [
|
||||
{"name": "floating", "access": "public"},
|
||||
{"name": "public", "access": "public"},
|
||||
|
@ -924,7 +924,7 @@ h6.page-title {
|
||||
background: url(../img/create_cluster_icon.png) no-repeat top center;
|
||||
}
|
||||
.create-cluster-text {
|
||||
font-size: 16px;
|
||||
font-size: 15px;
|
||||
text-align: center;
|
||||
color: #798797;
|
||||
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
|
||||
@ -1584,7 +1584,7 @@ h6.page-title {
|
||||
padding: 0px;
|
||||
font-size: 13px;
|
||||
border-bottom: 1px dotted #dadada;
|
||||
color: #999999;
|
||||
color: #333333;
|
||||
min-height: 1px;
|
||||
}
|
||||
|
||||
|
@ -24,7 +24,7 @@ function(models, commonViews, ClusterPage, ClustersPage, ReleasesPage, Notificat
|
||||
this.content = $('#content');
|
||||
this.navbar = new commonViews.Navbar({elements: [
|
||||
['OpenStack Environments', '#clusters'],
|
||||
['OpenStack Releases', '#releases']
|
||||
['Support', 'http://fuel.mirantis.com/support/']
|
||||
]});
|
||||
this.content.before(this.navbar.render().el);
|
||||
this.breadcrumbs = new commonViews.Breadcrumbs();
|
||||
|
@ -8,7 +8,7 @@
|
||||
<b>Deployment Mode: </b><%- modes[cluster.get('mode')] %> <%- cluster.get('mode') != 'singlenode' ? '(' + types[cluster.get('type')] + ')' : '' %>
|
||||
</li>
|
||||
<li class="btn btn-link summary-settings-btn disabled">
|
||||
<b>Release: </b><%- cluster.get('release').get('name') %> <%- cluster.get('release').get('version') %>
|
||||
<b>Version: </b><%- cluster.get('release').get('name') %> <%- cluster.get('release').get('version') %>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div class="span3 clusterbox create-cluster">
|
||||
<div class="add-icon"></div>
|
||||
<div class="create-cluster-text">Create New Environment</div>
|
||||
<div class="create-cluster-text">New OpenStack Environment</div>
|
||||
</div>
|
||||
|
@ -14,7 +14,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<label class="control-label">OpenStack Release</label>
|
||||
<label class="control-label">Version</label>
|
||||
<div class="controls">
|
||||
<select class="input-large" name="release"></select>
|
||||
<span class="help-inline"></span>
|
||||
|
Loading…
Reference in New Issue
Block a user