mirror of https://github.com/itflow-org/itflow
Credential add modal - URI placeholder text was off
This commit is contained in:
parent
a67de7a8f1
commit
90e53981f6
|
|
@ -100,7 +100,7 @@
|
|||
<div class="input-group-prepend">
|
||||
<span class="input-group-text"><i class="fa fa-fw fa-link"></i></span>
|
||||
</div>
|
||||
<input type="text" class="form-control" name="uri" placeholder=" http://192.168.1.1">
|
||||
<input type="text" class="form-control" name="uri" placeholder="http://192.168.1.1">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue