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 .
  • 4 commits
  • 17 files changed
  • 0 commit comments
  • 1 contributor
@@ -288,14 +288,12 @@ <h3 style='display: inline-block; margin-top: 0px;'>{{vm._name}}</h3>
</div>

<div class="tab-pane" id="services">

<services
ng-model='vm.services'
<services
ng-model='vm.services'
show-disabled='show_disabled_services'
action='service_action(action, service)'
channel='vm.uuid'>
</services>

</div>


@@ -182,11 +182,11 @@ <h3 style='display: inline-block; margin-top: 0px;'>{{hyper.alias}}</h3>
</div>
</div>
</div>

<div class="tab-pane" id='services'>
<services
ng-model='hyper.services'
<services
ng-model='hyper.services'
show-disabled='show_disabled_services'
action='service_action(action, service)'
channel='hyper.uuid'>
</services>
</div>
@@ -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/5d0b108f.bower_components.js"></script>
<script src="scripts/4bea0a84.bower_components.js"></script>

<script src="scripts/config.js"></script>
<script src="scripts/2ed3592b.main.js"></script>
<script src="scripts/c2804158.main.js"></script>

<script src="scripts/c1af14c1.vendor.js"></script>
<script src="scripts/ce98c266.vendor.js"></script>

</body>
</html>

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.

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

@@ -288,14 +288,12 @@ <h3 style='display: inline-block; margin-top: 0px;'>{{vm._name}}</h3>
</div>

<div class="tab-pane" id="services">

<services
ng-model='vm.services'
<services
ng-model='vm.services'
show-disabled='show_disabled_services'
action='service_action(action, service)'
channel='vm.uuid'>
</services>

</div>


@@ -182,11 +182,11 @@ <h3 style='display: inline-block; margin-top: 0px;'>{{hyper.alias}}</h3>
</div>
</div>
</div>

<div class="tab-pane" id='services'>
<services
ng-model='hyper.services'
<services
ng-model='hyper.services'
show-disabled='show_disabled_services'
action='service_action(action, service)'
channel='hyper.uuid'>
</services>
</div>
@@ -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.