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

Side by Side Diff: app/templates/ghost-config-wrapper.handlebars

Issue 11843043: Ghost and inspector settings changes
Patch Set: Ghost and inspector settings changes Created 11 years, 8 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
1 <div class="viewlet-manager-wrapper"> 1 <div class="viewlet-manager-wrapper ghost">
2 <div class="header-slot"></div> 2 <div class="header-slot"></div>
3 <div class="viewlet-manager-navigation" style="clear: both;"> 3 <div class="viewlet-manager-navigation"></div>
4 <div class="viewlet-container"></div>
5 <div class="viewlet-manager-footer">
4 <div class="charm-panel-configure-buttons"> 6 <div class="charm-panel-configure-buttons">
5 <button class="btn cancel">Cancel</button> 7 <button class="btn cancel">Cancel</button>
6 <input value="Confirm" type="submit" 8 <input value="Confirm" type="submit"
7 class="btn btn-primary deploy"> 9 class="btn btn-primary deploy">
8 </div> 10 </div>
9 {{#unless isSubordinate}}
10 <div class="charm-entry">
11 <div class="control-group">
12 <div class="well control-description">
13 Number of units to deploy for this service.
14 </div>
15 <div class="control-label" for="number-units">Number of units</div>
16 <div class="controls">
17 <input class="config-field" type="text" name="number-units"
18 value="1"/>
19 </div>
20 </div>
21 </div>
22 {{/unless}}
23 </div> 11 </div>
24 <div class="viewlet-container"></div>
25 <div class="viewlet-manager-footer"></div>
26 </div> 12 </div>
OLDNEW
« no previous file with comments | « app/templates/ghost-config-viewlet.handlebars ('k') | app/templates/inspector-header.handlebars » ('j') | no next file with comments »

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