mirror of
https://github.com/portainer/portainer.git
synced 2025-07-20 22:09:41 +02:00
refactor(icons): remove fontawesome EE-4459 refactor(icon) replace feather with lucide EE-4472
7 lines
274 B
HTML
7 lines
274 B
HTML
<div class="published-url-container">
|
|
<div class="text-muted"> Published URL </div>
|
|
<a ng-href="{{ $ctrl.publishedUrl }}" target="_blank" class="publish-url-link vertical-center">
|
|
<pr-icon icon="'external-link'"></pr-icon>
|
|
{{ $ctrl.publishedUrl }}
|
|
</a>
|
|
</div>
|