mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
feat(dashboard) remove environment url from dashboard EE-2849 (#6955)
* EE-2849 remove environment url from dashboard * EE-2849 only remove edge env's url * EE-2849 remove logging
This commit is contained in:
parent
b031a30f62
commit
3aacaa7caf
4 changed files with 6 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
|||
{{ ctrl.endpoint.Name }}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr ng-if="ctrl.showEnvUrl">
|
||||
<td>URL</td>
|
||||
<td>{{ ctrl.endpoint.URL | stripprotocol }}</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue