Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(724)

Side by Side Diff: app/templates/service-footer-common-controls.partial

Issue 6724059: Service view header should match design doc
Patch Set: Service view header should match design doc Created 12 years, 6 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <div class="inline service-common-controls">
2 {{#unless charm.is_subordinate}}
3 <div class="control-unit-count">
4 <div class="inline"><span>Unit count</span></div>
5 <div class="inline">
6 <input type="text" id="num-service-units" value="{{service.unit_count}}">
7 <img class="divider"·
8 src="/juju-ui/assets/images/bottom_bar_small_div.png" />
9 </div>
10 </div>
11 {{/unless}}
12 <div class="control-expose">
13 <div class="inline"><span>Expose</span></div>
14 <div class="inline">
15 {{#if service.exposed}}
16 <img class="unexposeService"
17 alt="Exposed"
18 src="/juju-ui/assets/images/slider_on.png" />
19 <span class="on">On</span>
20 {{else}}
21 <img class="exposeService"
22 alt="Not exposed"
23 src="/juju-ui/assets/images/slider_off.png" />
24 <span class="off">Off</span>
25 {{/if}}
26 </div>
27 </div>
28 </div>
OLDNEW
« no previous file with comments | « app/templates/service-footer.partial ('k') | app/templates/service-footer-destroy-service.partial » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b