mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 22:06:05 +01:00
feature: ref https://github.com/usmannasir/cyberpanel/issues/189 create folder via enter
This commit is contained in:
@@ -328,7 +328,7 @@
|
||||
<form action="/">
|
||||
<div class="form-group">
|
||||
<label>{% trans "New Folder Name" %}</label>
|
||||
<input ng-model="newFolderName" type="text" class="form-control" >
|
||||
<input ng-keypress="createFolderEnter($event)" ng-model="newFolderName" type="text" class="form-control" >
|
||||
<small class="form-text text-muted">{% trans "Folder will be created in your current directory" %}</small>
|
||||
</div>
|
||||
<button type="button" ng-click="createNewFolder()" class="btn btn-primary">{% trans "Create Folder" %}</button>
|
||||
|
||||
Reference in New Issue
Block a user