Add grabber instance link to system grabber config

This commit is contained in:
Lord-Grey
2021-05-12 21:36:25 +02:00
parent 33c568c12e
commit 7b8711af3a
2 changed files with 8 additions and 1 deletions

View File

@@ -18,6 +18,12 @@ $(document).ready(function () {
instCapture: window.schema.instCapture
}, true, true);
grabber_config_info_html = '<div class="bs-callout bs-callout-info" style="margin-top:0px"><h4>' + $.i18n('dashboard_infobox_label_title') + '</h4 >';
grabber_config_info_html += '<span>' + $.i18n('conf_grabber_inst_grabber_config_info') + '</span>';
grabber_config_info_html += '<a class="fa fa-cog fa-fw" onclick="SwitchToMenuItem(\'MenuItemGrabber\')" style="text-decoration:none;cursor:pointer"></a>';
grabber_config_info_html += '</div>';
$('#editor_container_instCapt').append(grabber_config_info_html);
conf_editor_instCapt.on('ready', function () {
if (!window.serverConfig.framegrabber.enable) {