diff --git a/app/authenticated/project/help/template.hbs b/app/authenticated/project/help/template.hbs index fd34f4d92..67a357d16 100644 --- a/app/authenticated/project/help/template.hbs +++ b/app/authenticated/project/help/template.hbs @@ -120,7 +120,7 @@
{{format-html-message 'helpPage.forums.annoucements.annouceText' - latestLink=latestannouncement.link + latestLink=latestAnnouncement.link latestTitle=latestAnnouncement.title}}
{{t 'helpPage.forums.annoucements.releaseText'}}{{date-from-now latestAnnouncement.created}}
diff --git a/app/mixins/cattle-transitioning-resource.js b/app/mixins/cattle-transitioning-resource.js index 91b0b8420..07e0dac0a 100644 --- a/app/mixins/cattle-transitioning-resource.js +++ b/app/mixins/cattle-transitioning-resource.js @@ -12,6 +12,7 @@ const defaultStateMap = { 'creating': {icon: 'icon icon-tag', color: 'text-info' }, 'deactivating': {icon: 'icon icon-adjust', color: 'text-info' }, 'degraded': {icon: 'icon icon-alert', color: 'text-warning'}, + 'disconnected': {icon: 'icon icon-alert', color: 'text-warning' }, 'error': {icon: 'icon icon-alert', color: 'text-danger' }, 'inactive': {icon: 'icon icon-circle', color: 'text-danger' }, 'initializing': {icon: 'icon icon-alert', color: 'text-warning'}, diff --git a/package.json b/package.json index 7fa3fdaeb..2a0768cfd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "1.2.7", + "version": "1.2.8", "private": true, "directories": { "doc": "doc",