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

Side by Side Diff: app/templates/unitOverview.handlebars

Issue 13358045: Enable Landscape links.
Patch Set: Enable Landscape links. Created 11 years, 7 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
« no previous file with comments | « app/templates/unit-action-buttons.handlebars ('k') | app/views/landscape.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div class="unit-overview"> 1 <div class="unit-overview">
2 <div class="header"> 2 <div class="header">
3 <h2><span class="">&bull;</span> {{ unit.displayName }}</h2> 3 <h2><span class="">&bull;</span> {{ unit.displayName }}</h2>
4 <ul class="unit-stats content"> 4 <ul class="unit-stats content">
5 <li>IP Address: {{ unit.private_address }}</li> 5 <li>IP Address: {{ unit.private_address }}</li>
6 <li>Status: {{ unit.agent_state }}</li> 6 <li>Status: {{ unit.agent_state }}</li>
7 {{#if unit.agent_state_info}} 7 {{#if unit.agent_state_info}}
8 <li>Status Info: {{ unit.agent_state_info }}</li> 8 <li>Status Info: {{ unit.agent_state_info }}</li>
9 {{/if}} 9 {{/if}}
10 <li>Public Address: {{ unitIPDescription }}</li> 10 <li>Public Address: {{ unitIPDescription }}</li>
11 {{#if landscapeURL}}
12 <li><a href="{{landscapeURL}}" class="landscape" target="_blank">O pen Landscape</a></li>
13 {{/if}}
11 </ul> 14 </ul>
12 </div> 15 </div>
13 <div class="unit-info-tabs content"> 16 <div class="unit-info-tabs content">
14 <div class="unit-info-relations"> 17 <div class="unit-info-relations">
15 <h3>Relations</h3> 18 <h3>Relations</h3>
16 {{#if relations}} 19 {{#if relations}}
17 <table> 20 <table>
18 <thead> 21 <thead>
19 <tr> 22 <tr>
20 <th>id</th> 23 <th>id</th>
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 </tr> 58 </tr>
56 {{/relations}} 59 {{/relations}}
57 </tbody> 60 </tbody>
58 </table> 61 </table>
59 {{else}} 62 {{else}}
60 Unit has no relations 63 Unit has no relations
61 {{/if}} 64 {{/if}}
62 </div> 65 </div>
63 </div> 66 </div>
64 </div> 67 </div>
OLDNEW
« no previous file with comments | « app/templates/unit-action-buttons.handlebars ('k') | app/views/landscape.js » ('j') | no next file with comments »

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