mirror of https://github.com/portainer/portainer
fix secret warning message styling (#9160)
parent
31d68f8091
commit
d8c4dcbe72
|
@ -645,9 +645,10 @@
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="my-2 w-full">
|
<div class="my-2 w-full">
|
||||||
<p class="vertical-center text-warning text-xs" ng-if="ctrl.secrets.length === 0"
|
<p class="vertical-center text-muted text-xs" ng-if="ctrl.secrets.length === 0">
|
||||||
><pr-icon icon="'alert-triangle'" mode="'warning'"></pr-icon> There are no secrets available in this namespace.</p
|
<pr-icon icon="'info'" mode="'primary'"></pr-icon>
|
||||||
>
|
There are no secrets available in this namespace.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<!-- #endregion -->
|
<!-- #endregion -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue