mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-07-15 01:23:21 -07:00
Closes #16
This commit is contained in:
parent
ac6a3b397f
commit
d97365d46e
2 changed files with 7 additions and 1 deletions
|
@ -627,6 +627,12 @@ App.Actions.view_full_ns_list = function(evt)
|
|||
App.Helpers.openInnerPopup(elm, $(elm).parents('.prop-box').find('.ns-full-list:first').html(), 'Name Server list');
|
||||
}
|
||||
|
||||
App.Actions.view_full_web_templates = function(evt)
|
||||
{
|
||||
var elm = $(evt.target);
|
||||
App.Helpers.openInnerPopup(elm, $(elm).parents('.prop-box').find('.ns-full-list:first').html(), 'Web Templates list');
|
||||
}
|
||||
|
||||
App.Actions.view_template_info = function(evt)
|
||||
{
|
||||
var elm = $(evt.target);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue