mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-07-14 17:13:21 -07:00
SSL files upload feature added
This commit is contained in:
parent
772d8a2909
commit
e1011048bd
5 changed files with 69 additions and 23 deletions
|
@ -475,9 +475,13 @@ App.HTML.Build.dns_subrecord = function(record)
|
|||
|
||||
App.HTML.Build.ssl_key_file = function()
|
||||
{
|
||||
return '<iframe src="http://dev.vestacp.com:8083/vesta/upload.php?action=show&type=key" width="500px;" height="50px;" framevorder="0" scroll="no">..</iframe>';
|
||||
return '<iframe src="'+App.Helpers.getUploadUrl()+'?action=show&type=key" width="500px;" height="53px;" framevorder="0" scroll="no">..</iframe>';
|
||||
}
|
||||
|
||||
App.HTML.Build.ssl_cert_file = function()
|
||||
{
|
||||
return '<iframe src="'+App.Helpers.getUploadUrl()+'?action=show&type=cert" width="500px;" height="53px;" framevorder="0" scroll="no">..</iframe>';
|
||||
}
|
||||
|
||||
App.HTML.Build.user_selects = function(tpl, options)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue