mirror of https://github.com/rancher/ui.git
Help link, disconnected color (#823)
This commit is contained in:
parent
087e21f469
commit
135f27e350
|
|
@ -120,7 +120,7 @@
|
|||
<h5>{{t 'helpPage.forums.annoucements.header'}}</h5>
|
||||
<p>
|
||||
{{format-html-message 'helpPage.forums.annoucements.annouceText'
|
||||
latestLink=latestannouncement.link
|
||||
latestLink=latestAnnouncement.link
|
||||
latestTitle=latestAnnouncement.title}}
|
||||
</p>
|
||||
<p><strong>{{t 'helpPage.forums.annoucements.releaseText'}}</strong>{{date-from-now latestAnnouncement.created}}</p>
|
||||
|
|
|
|||
|
|
@ -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'},
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ui",
|
||||
"version": "1.2.7",
|
||||
"version": "1.2.8",
|
||||
"private": true,
|
||||
"directories": {
|
||||
"doc": "doc",
|
||||
|
|
|
|||
Loading…
Reference in New Issue