Batch UI changes as Roman requested

This commit is contained in:
Vitaly Kramskikh 2013-02-05 19:29:07 +04:00
parent f08705fb2d
commit be596140e1
6 changed files with 7 additions and 7 deletions

View File

@ -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"},

View File

@ -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;
}

View File

@ -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();

View File

@ -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>

View File

@ -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>

View File

@ -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>