Update information displayed on RefStack UI.
Remove the fits mailing list reference as it was shutdown per http://lists.openstack.org/pipermail/fits/2015-November/000077.html. Also update to use the term "Guideline" when referring to DefCore specification. Change-Id: Ied3a9c128aef1de02eb327e28282a30daa14893c
This commit is contained in:
parent
496225cea0
commit
3cc0041124
@ -52,7 +52,7 @@ after their software has been incorporated into the distro or cloud.
|
||||
|
||||
**Get involved!**
|
||||
|
||||
* Mailing List: fits@OpenStack.org
|
||||
* Mailing List: openstack-dev@lists.openstack.org
|
||||
* IRC: #refstack on Freenode
|
||||
* Dev Meetings: Mondays @ 19:00 UTC in #openstack-meeting-alt on Freenode
|
||||
* Web-site: https://refstack.openstack.org
|
||||
|
@ -73,9 +73,7 @@
|
||||
<strong>Get involved!</strong>
|
||||
</p>
|
||||
<ul>
|
||||
<li>Mailing List:
|
||||
<a href="mailto:fits%40OpenStack.org">fits@OpenStack.org</a>
|
||||
</li>
|
||||
<li>Mailing List: openstack-dev@lists.openstack.org </li>
|
||||
<li>IRC: #refstack on Freenode</li>
|
||||
<li>Dev Meetings: Mondays @ 19:00 UTC in #openstack-meeting-alt on Freenode</li>
|
||||
<li>Web-site:
|
||||
|
@ -1,4 +1,4 @@
|
||||
<h3>DefCore Capabilities</h3>
|
||||
<h3>DefCore Guidelines</h3>
|
||||
|
||||
<!-- Capability Filters -->
|
||||
<div class="row">
|
||||
|
@ -33,7 +33,7 @@
|
||||
<!-- User Options -->
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
<strong>Capabilities Version:</strong>
|
||||
<strong>Guideline Version:</strong>
|
||||
<!-- Slicing the version file name here gets rid of the '.json' file extension -->
|
||||
<select ng-model="ctrl.version"
|
||||
ng-change="ctrl.updateCapabilities()"
|
||||
|
@ -17,7 +17,7 @@ RefStack
|
||||
<ul class="nav navbar-nav">
|
||||
<li ng-class="{ active: header.isActive('/')}"><a ui-sref="home">Home</a></li>
|
||||
<li ng-class="{ active: header.isActive('/about')}"><a ui-sref="about">About</a></li>
|
||||
<li ng-class="{ active: header.isActive('/capabilities')}"><a ui-sref="capabilities">DefCore Capabilities</a></li>
|
||||
<li ng-class="{ active: header.isActive('/capabilities')}"><a ui-sref="capabilities">DefCore Guidelines</a></li>
|
||||
<li ng-class="{ active: header.isActive('/community_results')}"><a ui-sref="communityResults">Community Results</a></li>
|
||||
</ul>
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
|
Loading…
Reference in New Issue
Block a user