Added rudimentary ability to set folderpath in edit_credentials

Signed-off-by: fnuesse <felix.nuesse@t-online.de>
This commit is contained in:
fnuesse 2018-12-30 21:59:23 +01:00
parent 4dd94c4407
commit b6103785b3
No known key found for this signature in database
GPG key ID: 2089A3431243E819
2 changed files with 5 additions and 0 deletions

View file

@ -139,6 +139,7 @@ class TranslationController extends ApiController {
'username' => $this->trans->t('Username'),
'password.r' => $this->trans->t('Repeat password'),
'add.tag' => $this->trans->t('Add tag'),
'folderpath' => $this->trans->t('Folderpath'),
'pick.icon' => $this->trans->t('Pick an icon'),
'pick.icon.search' => $this->trans->t('Search icons'),
'pick.icon.custom.label' => $this->trans->t('Upload a custom icon:'),

View file

@ -33,6 +33,10 @@
<div>
<textarea class="credential_textarea" ng-model="storedCredential.description"></textarea>
</div>
<label>{{ 'folderpath' | translate}}</label>
<div>
<input type="text" ng-model="storedCredential.folderpath">
</div>
<label>{{ 'add.tag' | translate}}</label>
<div class="tags_input">
<tags-input ng-model="storedCredential.tags" replace-spaces-with-dashes="false">