mirror of
https://github.com/openfaas/faas.git
synced 2025-06-21 09:56:31 +00:00
Initial pop-up for new function.
This commit is contained in:
@ -20,6 +20,12 @@
|
||||
<input name="fprocess" ng-model="item.fprocess" required md-maxlength="200" minlength="4">
|
||||
</md-input-container>
|
||||
</div>
|
||||
<div layout-gt-xs="row">
|
||||
<md-input-container class="md-block" flex-gt-sm>
|
||||
<label>Network:</label>
|
||||
<input name="network" ng-model="item.network" required md-maxlength="200" minlength="4">
|
||||
</md-input-container>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</md-dialog-content>
|
||||
|
Reference in New Issue
Block a user