Skip to content
This repository has been archived by the owner on Nov 22, 2019. It is now read-only.

Commit

Permalink
Updated publishing status icons
Browse files Browse the repository at this point in the history
* Changes the icons to be different rather than just the colour.
  • Loading branch information
phantomjinx committed May 22, 2018
1 parent 16ac02e commit 73a2bee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Expand Up @@ -100,14 +100,14 @@
data-placement="right"
title="Virtualization Publishing Failed">
</span>
<span class="pull-left fa fa-cog fa-2x card-action-icon"
<span class="pull-left fa fa-clipboard fa-2x card-action-icon"
style="color:midnightblue;"
*ngIf="dataservice.serviceSubmitted"
data-toggle="tooltip"
data-placement="right"
title="Virtualization Submitted">
</span>
<span class="pull-left fa fa-cog fa-spin fa-2x card-action-icon"
<span class="pull-left fa fa-wrench fa-spin fa-2x card-action-icon"
style="color:purple;"
*ngIf="dataservice.serviceConfiguring"
data-toggle="tooltip"
Expand All @@ -121,7 +121,7 @@
data-placement="right"
title="Virtualization Building">
</span>
<span class="pull-left fa fa-cog fa-spin fa-2x card-action-icon"
<span class="pull-left fa fa-refresh fa-spin fa-2x card-action-icon"
style="color:teal;"
*ngIf="dataservice.serviceDeploying"
data-toggle="tooltip"
Expand Down
Expand Up @@ -48,14 +48,14 @@
data-placement="right"
title="Publishing Failed">
</span>
<span class="pull-left fa fa-cog fa-2x"
<span class="pull-left fa fa-clipboard fa-2x"
style="color:midnightblue;"
*ngIf="item.serviceSubmitted"
data-toggle="tooltip"
data-placement="right"
title="Virtualization Submitted">
</span>
<span class="pull-left fa fa-cog fa-spin fa-2x"
<span class="pull-left fa fa-wrench fa-spin fa-2x"
style="color:purple;"
*ngIf="item.serviceConfiguring"
data-toggle="tooltip"
Expand All @@ -69,7 +69,7 @@
data-placement="right"
title="Virtualization Building">
</span>
<span class="pull-left fa fa-cog fa-spin fa-2x"
<span class="pull-left fa fa-refresh fa-spin fa-2x"
style="color:teal;"
*ngIf="item.serviceDeploying"
data-toggle="tooltip"
Expand Down

0 comments on commit 73a2bee

Please sign in to comment.