Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
  • 3 commits
  • 15 files changed
  • 0 commit comments
  • 1 contributor
@@ -10,6 +10,7 @@
<th class='nowrap' translate>Agent ver</th>
<th class='' translate>Ram</th>
<th class='' translate>Free</th>
<th class='' translate>Reserved</th>
<th translate>Networks</th>
<th translate>Capabilities</th>
</tr>
@@ -22,6 +23,7 @@
<td class='nowrap'><small>{{hyper['version'].split(',')[0]}}</small></td>
<td class='mono'>{{hyper.resources['total-memory']}} MB</td>
<td class='mono'>{{hyper.resources['free-memory']}} MB</td>
<td class='mono'>{{hyper.resources['reserved-memory'] || 0}} MB</td>
<td>{{hyper.networks.sort().join(', ')}}</td>
<td>{{hyper.virtualisation.join(', ')}}</td>
</tr>
@@ -11,7 +11,7 @@
</head>
<body>

<script src="scripts/2e7f404f.console.js"></script>
<script src="scripts/166e54bc.console.js"></script>

</body>
</html>
@@ -15,12 +15,12 @@
</div>
<div class="ng-view-include container" ng-view></div>

<script src="scripts/f0de7f48.bower_components.js"></script>
<script src="scripts/a2f59ff8.bower_components.js"></script>

<script src="scripts/config.js"></script>
<script src="scripts/60806743.main.js"></script>
<script src="scripts/5c117e76.main.js"></script>

<script src="scripts/977c17e5.vendor.js"></script>
<script src="scripts/6c6372bf.vendor.js"></script>

</body>
</html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

@@ -10,6 +10,7 @@
<th class='nowrap' translate>Agent ver</th>
<th class='' translate>Ram</th>
<th class='' translate>Free</th>
<th class='' translate>Reserved</th>
<th translate>Networks</th>
<th translate>Capabilities</th>
</tr>
@@ -22,6 +23,7 @@
<td class='nowrap'><small>{{hyper['version'].split(',')[0]}}</small></td>
<td class='mono'>{{hyper.resources['total-memory']}} MB</td>
<td class='mono'>{{hyper.resources['free-memory']}} MB</td>
<td class='mono'>{{hyper.resources['reserved-memory'] || 0}} MB</td>
<td>{{hyper.networks.sort().join(', ')}}</td>
<td>{{hyper.virtualisation.join(', ')}}</td>
</tr>
@@ -41,9 +41,9 @@
</footer>
<script type="application/javascript">INCLUDE_URI="vendor/vnc/";</script>

<script src="scripts/8199e600.vnc_lib.js"></script>
<script src="scripts/1f69a46e.vnc_lib.js"></script>

<script src="scripts/87ade974.vnc.js"></script>
<script src="scripts/90492b24.vnc.js"></script>



No commit comments for this range

You can’t perform that action at this time.