mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
feat(ui): UI improvements kube app detail EE-3463 (#7176)
This commit is contained in:
parent
552d3f8a3e
commit
f5e774c89d
12 changed files with 531 additions and 450 deletions
|
@ -35,10 +35,10 @@
|
|||
<div class="col-sm-12 form-section-title"> Console </div>
|
||||
<!-- Command -->
|
||||
<div class="form-group">
|
||||
<label for="console_command" class="col-sm-1 control-label text-left">Command</label>
|
||||
<div class="col-sm-10 input-group">
|
||||
<label for="console_command" class="col-sm-3 col-lg-2 control-label text-left">Command</label>
|
||||
<div class="col-sm-8 input-group">
|
||||
<span class="input-group-addon">
|
||||
<i class="fas fa-terminal" aria-hidden="true"></i>
|
||||
<pr-icon icon="'terminal'" class="mr-1" feather="true"></pr-icon>
|
||||
</span>
|
||||
<input
|
||||
type="text"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue