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
  • 5 files changed
  • 0 commit comments
  • 1 contributor
@@ -17,10 +17,10 @@ angular.module('fifoApp')
if ($scope.user.org)
$scope.activeOrg = wiggle.orgs.get({id: $scope.user.org})

wiggle.cloud.get(function res (data) {
wiggle.cloud.get(function res(data) {

//Add action link
data.warnings.forEach(function(w) {
angular.forEach(data.warnings, function(w) {
switch (w.category) {
case 'chunter':
w.link = '#/servers/' + w.element
@@ -44,6 +44,12 @@ angular.module('fifoApp')
if ($scope.no_servers)
$scope.cloud_ok = false

}, function err(err) {

// if (err.status === 403)
// return auth.logout();

console.error('Error while getting cloud status', err)
})

}
@@ -50,7 +50,7 @@
</td>
<td data-title="'Created' | translate" class='text-muted visible-lg' sortable="'config.created_at'" am-time-ago="vm.config.created_at" title="{{vm.config.created_at | date:'mediumDate'}}"></td>

<td>
<td sortable="'state'" data-title="'State' | translate">
<span class='label label-{{vm._state_label}} capitalize' jq-run='tooltip' jq-options="{container: 'body'}" title="{{vm.state_description}}">{{vm.state}}</span>
</td>

@@ -18,7 +18,7 @@
<script src="scripts/5d0b108f.bower_components.js"></script>

<script src="scripts/config.js"></script>
<script src="scripts/abb98fd7.main.js"></script>
<script src="scripts/a51987a7.main.js"></script>

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

Large diffs are not rendered by default.

@@ -50,7 +50,7 @@
</td>
<td data-title="'Created' | translate" class='text-muted visible-lg' sortable="'config.created_at'" am-time-ago="vm.config.created_at" title="{{vm.config.created_at | date:'mediumDate'}}"></td>

<td>
<td sortable="'state'" data-title="'State' | translate">
<span class='label label-{{vm._state_label}} capitalize' jq-run='tooltip' jq-options="{container: 'body'}" title="{{vm.state_description}}">{{vm.state}}</span>
</td>

No commit comments for this range

You can’t perform that action at this time.