mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-15 19:31:26 +00:00
Credential create should use ace too (#1865)
This commit is contained in:
parent
15855bd2f0
commit
5680547ed2
1 changed files with 1 additions and 1 deletions
|
@ -22,4 +22,4 @@ class @UserCredentialPage
|
|||
$textarea.val(editor.getSession().getValue())
|
||||
|
||||
$ ->
|
||||
Utils.registerPage(UserCredentialPage, forPathsMatching: /^user_credentials\/\d+/)
|
||||
Utils.registerPage(UserCredentialPage, forPathsMatching: /^user_credentials\/(\d+|new)/)
|
||||
|
|
Loading…
Add table
Reference in a new issue