mirror of
https://github.com/easy-wi/developer.git
synced 2025-02-20 11:23:28 +08:00
Change inputSSH2Key to inputKeyName
This commit is contained in:
parent
636f85db2d
commit
4ca44b4c1f
@ -288,7 +288,7 @@
|
||||
<div class="control-group<?php if(isset($errors['keyname'])) echo ' has-error';?>">
|
||||
<label for="inputKeyName"><?php echo $sprache->keyname;?></label>
|
||||
<div class="controls">
|
||||
<select class="form-control" id="inputSSH2Key" name="keyname">
|
||||
<select class="form-control" id="inputKeyName" name="keyname">
|
||||
<option value=""></option>
|
||||
<?php foreach ($ssh2keys as $ssh2key) { ?>
|
||||
<option value="<?php echo $ssh2key; ?>" <?php if ($ssh2key==$keyname) echo 'selected="selected"'; ?>><?php echo $ssh2key;?></option>
|
||||
@ -316,4 +316,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user