mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
feat(container-creation): add support for mac assignments (#1546)
* feat(container-creation): add support for mac assignments (#1524) * refactor(container-creation): code relocation to relevant function * style(container-creation): fix typo in environment variables function
This commit is contained in:
parent
00daedca30
commit
f8c7ee7ae6
2 changed files with 15 additions and 2 deletions
|
@ -332,6 +332,14 @@
|
|||
</div>
|
||||
</div>
|
||||
<!-- !domainname -->
|
||||
<!-- mac-address-input -->
|
||||
<div class="form-group">
|
||||
<label for="container_macaddress" class="col-sm-2 col-lg-1 control-label text-left">Mac Address</label>
|
||||
<div class="col-sm-9">
|
||||
<input type="text" class="form-control" ng-model="formValues.MacAddress" id="container_macaddress" placeholder="e.g. 12-34-56-78-9a-bc">
|
||||
</div>
|
||||
</div>
|
||||
<!-- !mac-address-input -->
|
||||
<!-- ipv4-input -->
|
||||
<div class="form-group">
|
||||
<label for="container_ipv4" class="col-sm-2 col-lg-1 control-label text-left">IPv4 Address</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue