mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-07-16 10:03:21 -07:00
SLL certificates upload implementation step #1
This commit is contained in:
parent
994b0cfa14
commit
373c5f25b2
10 changed files with 52 additions and 171 deletions
|
@ -473,6 +473,12 @@ App.HTML.Build.dns_subrecord = function(record)
|
|||
return tpl;
|
||||
}
|
||||
|
||||
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>';
|
||||
}
|
||||
|
||||
|
||||
App.HTML.Build.user_selects = function(tpl, options)
|
||||
{
|
||||
var acc = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue