mirror of https://github.com/portainer/portainer
feat(endpoints): update information message (#974)
parent
80bb94e745
commit
07a0c4dfe3
|
@ -14,7 +14,10 @@
|
||||||
<rd-widget-header icon="fa-exclamation-triangle" title="Endpoint management is not available">
|
<rd-widget-header icon="fa-exclamation-triangle" title="Endpoint management is not available">
|
||||||
</rd-widget-header>
|
</rd-widget-header>
|
||||||
<rd-widget-body>
|
<rd-widget-body>
|
||||||
<span class="small text-muted">Portainer has been started using the <code>--external-endpoints</code> flag. Endpoint management via the UI is disabled. You can still manage endpoint access.</span>
|
<span class="small text-muted">Portainer has been started using the <code>--external-endpoints</code> flag.
|
||||||
|
Endpoint management via the UI is disabled.
|
||||||
|
<span ng-if="applicationState.application.authentication">You can still manage endpoint access.</span>
|
||||||
|
</span>
|
||||||
</rd-wigdet-body>
|
</rd-wigdet-body>
|
||||||
</rd-widget>
|
</rd-widget>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -133,10 +133,10 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr ng-if="!registries">
|
<tr ng-if="!registries">
|
||||||
<td colspan="3" class="text-center text-muted">Loading...</td>
|
<td colspan="4" class="text-center text-muted">Loading...</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr ng-if="registries.length == 0">
|
<tr ng-if="registries.length == 0">
|
||||||
<td colspan="3" class="text-center text-muted">No registries available.</td>
|
<td colspan="4" class="text-center text-muted">No registries available.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in New Issue