Merge branch 'ent-9662-Restyling-fuentes-colores-botones' of brutus.artica.es:artica/pandorafms into ent-9662-Restyling-fuentes-colores-botones

This commit is contained in:
Pablo Aragon 2023-02-17 12:53:12 +01:00
commit 46a4ee9af2
43 changed files with 999 additions and 724 deletions

View File

@ -37,14 +37,8 @@ ui_require_css_file('first_task');
?> ?>
</p> </p>
<form action="index.php?sec=estado&sec2=enterprise/godmode/services/services.service&action=new_service" method="post"> <form action="index.php?sec=estado&sec2=enterprise/godmode/services/services.service&action=new_service" method="post">
<?php <input type="submit" class="button_task" value="<?php echo __('Create Services'); ?>" />
html_print_submit_button(
__('Create Services'),
'createServiceButton'
);
?>
</form> </form>
</div> </div>
</div> </div>
<?php <?php

View File

@ -104,10 +104,14 @@ echo '</div>';
$('#tab_line_2').addClass('tabs_selected'); $('#tab_line_2').addClass('tabs_selected');
$('#div_display').css('display', 'none'); $('#div_display').css('display', 'none');
$('#div_management').css('display', 'block'); $('#div_management').css('display', 'block');
$('#tab_display').addClass('head_tab_unselected').removeClass('head_tab_selected');
$('#tab_management').addClass('head_tab_selected').removeClass('head_tab_unselected');
$('#tab_collapsed_display').children().first().removeClass('tabs_collapsed_display'); $('#tab_collapsed_display').children().first().removeClass('tabs_collapsed_display');
$('#tab_collapsed_display').children().first().addClass('tabs_collapsed_oval'); $('#tab_collapsed_display').children().first().addClass('tabs_collapsed_oval');
} else { } else {
$('#tab_line_1').addClass('tabs_selected'); $('#tab_line_1').addClass('tabs_selected');
$('#tab_management').addClass('head_tab_unselected').removeClass('head_tab_selected');
$('#tab_display').addClass('head_tab_selected').removeClass('head_tab_unselected');
$('#tab_collapsed_management').children().first().removeClass('tabs_collapsed_management'); $('#tab_collapsed_management').children().first().removeClass('tabs_collapsed_management');
$('#tab_collapsed_management').children().first().addClass('tabs_collapsed_oval'); $('#tab_collapsed_management').children().first().addClass('tabs_collapsed_oval');
} }
@ -117,6 +121,8 @@ echo '</div>';
$('#tab_line_2').removeClass('tabs_selected'); $('#tab_line_2').removeClass('tabs_selected');
$('#div_management').css('display', 'none'); $('#div_management').css('display', 'none');
$('#div_display').css('display', 'block'); $('#div_display').css('display', 'block');
$('#tab_management').addClass('head_tab_unselected').removeClass('head_tab_selected');
$('#tab_display').addClass('head_tab_selected').removeClass('head_tab_unselected');
$('#tab_collapsed_management').children().first().removeClass('tabs_collapsed_management'); $('#tab_collapsed_management').children().first().removeClass('tabs_collapsed_management');
$('#tab_collapsed_management').children().first().addClass('tabs_collapsed_oval'); $('#tab_collapsed_management').children().first().addClass('tabs_collapsed_oval');
$('#tab_collapsed_display').children().first().removeClass('tabs_collapsed_oval'); $('#tab_collapsed_display').children().first().removeClass('tabs_collapsed_oval');
@ -128,6 +134,8 @@ echo '</div>';
$('#tab_line_1').removeClass('tabs_selected'); $('#tab_line_1').removeClass('tabs_selected');
$('#div_display').css('display', 'none'); $('#div_display').css('display', 'none');
$('#div_management').css('display', 'block'); $('#div_management').css('display', 'block');
$('#tab_display').addClass('head_tab_unselected').removeClass('head_tab_selected');
$('#tab_management').addClass('head_tab_selected').removeClass('head_tab_unselected');
$('#tab_collapsed_display').children().first().removeClass('tabs_collapsed_display'); $('#tab_collapsed_display').children().first().removeClass('tabs_collapsed_display');
$('#tab_collapsed_display').children().first().addClass('tabs_collapsed_oval'); $('#tab_collapsed_display').children().first().addClass('tabs_collapsed_oval');
$('#tab_collapsed_management').children().first().removeClass('tabs_collapsed_oval'); $('#tab_collapsed_management').children().first().removeClass('tabs_collapsed_oval');

View File

@ -479,6 +479,8 @@ if (isset($groups[$grupo]) === true || $new_agent === true) {
false, false,
false, false,
'540px', '540px',
false,
true,
); );
} else { } else {
$tableAgent->data['primary_group'][0] .= groups_get_name($grupo); $tableAgent->data['primary_group'][0] .= groups_get_name($grupo);

View File

@ -921,7 +921,8 @@ if ($agents !== false) {
[ [
'href' => ui_get_full_url( 'href' => ui_get_full_url(
sprintf( sprintf(
'index.php?sec=gagente&sec2=godmode/agentes/borrar_agente&%s_agent=%s&group_id=%s&recursion=%s&search=%s&offset=%s&sort_field=%s&sort=%s&disabled=%s', 'index.php?sec=gagente&sec2=godmode/agentes/modificar_agente&borrar_agente=%s&%s_agent=%s&group_id=%s&recursion=%s&search=%s&offset=%s&sort_field=%s&sort=%s&disabled=%s',
$agent['id_agente'],
$agentDisableEnableAction, $agentDisableEnableAction,
$agent['id_agente'], $agent['id_agente'],
$ag_group, $ag_group,

View File

@ -185,7 +185,7 @@ if ($access_console_node === true) {
$sub['templates']['sub2'] = $sub2; $sub['templates']['sub2'] = $sub2;
$sub['godmode/modules/manage_inventory_modules']['text'] = __('Inventory modules'); $sub['godmode/modules/manage_inventory_modules']['text'] = __('Inventory modules');
$sub['godmode/modules/manage_inventory_modules']['id'] = 'Inventory modules'; $sub['godmode/modules/manage_inventory_modules']['id'] = 'Inventory_modules';
enterprise_hook('autoconfiguration_menu'); enterprise_hook('autoconfiguration_menu');
enterprise_hook('agent_repository_menu'); enterprise_hook('agent_repository_menu');

View File

@ -137,7 +137,7 @@ $row['control'] .= '&nbsp;<span id="test-ehorus-message" class="invisible"></spa
$table_remote->data['ehorus_test'] = $row; $table_remote->data['ehorus_test'] = $row;
// Print. // Print.
echo '<div class="center pdd_b_20px">'; echo '<div class="center pdd_b_20px mrgn_top_20px">';
echo '<a target="_blank" rel="noopener noreferrer" href="http://ehorus.com">'; echo '<a target="_blank" rel="noopener noreferrer" href="http://ehorus.com">';
if ($config['style'] === 'pandora_black' && is_metaconsole() === true) { if ($config['style'] === 'pandora_black' && is_metaconsole() === true) {
html_print_image( html_print_image(

View File

@ -205,7 +205,7 @@ $table->data[$i++][1] = html_print_textarea(
2, 2,
25, 25,
$list_ACL_IPs_for_API, $list_ACL_IPs_for_API,
'class="height_50px w300px"', 'class="height_130px w300px"',
true true
); );
@ -713,7 +713,6 @@ echo '<legend>'.__('Mail configuration').'</legend>';
echo '</fieldset>'; echo '</fieldset>';
echo '<fieldset>';
html_print_div( html_print_div(
[ [

View File

@ -594,7 +594,7 @@ $row['control'] .= '&nbsp;<span id="test-integria-message" class="invisible"></s
$table_remote->data['integria_test'] = $row; $table_remote->data['integria_test'] = $row;
// Print. // Print.
echo '<div class="center pdd_b_20px">'; echo '<div class="center pdd_b_20px mrgn_top_20px">';
echo '<a target="_blank" rel="noopener noreferrer" href="http://integriaims.com">'; echo '<a target="_blank" rel="noopener noreferrer" href="http://integriaims.com">';
html_print_image( html_print_image(
'images/integria_logo.svg', 'images/integria_logo.svg',

View File

@ -1962,9 +1962,9 @@ $(".logo_preview").click (function(e) {
var homeUrl = "<?php echo $config['homeurl']; ?>"; var homeUrl = "<?php echo $config['homeurl']; ?>";
var homeUrlEnt = homeUrl + "<?php echo enterprise_installed() ? 'enterprise/' : ''; ?>"; var homeUrlEnt = homeUrl + "<?php echo enterprise_installed() ? 'enterprise/' : ''; ?>";
var elementToCheck = $('#'+e.target.id).parent().attr('id');
// Fill it seing the target has been clicked // Fill it seing the target has been clicked
switch (e.target.id) { switch (elementToCheck) {
case 'button-custom_logo_preview': case 'button-custom_logo_preview':
icon_name = $("select#custom_logo option:selected").val(); icon_name = $("select#custom_logo option:selected").val();
icon_path = homeUrlEnt + "images/custom_logo/" + icon_name; icon_path = homeUrlEnt + "images/custom_logo/" + icon_name;
@ -1974,7 +1974,7 @@ $(".logo_preview").click (function(e) {
icon_name = $("select#custom_logo_collapsed option:selected").val(); icon_name = $("select#custom_logo_collapsed option:selected").val();
icon_path = homeUrlEnt + "images/custom_logo/" + icon_name; icon_path = homeUrlEnt + "images/custom_logo/" + icon_name;
options.grayed = true; options.grayed = true;
break; break;
case 'button-custom_logo_white_bg_preview': case 'button-custom_logo_white_bg_preview':
icon_name = $("select#custom_logo_white_bg option:selected").val(); icon_name = $("select#custom_logo_white_bg option:selected").val();
icon_path = homeUrlEnt + "images/custom_logo/" + icon_name; icon_path = homeUrlEnt + "images/custom_logo/" + icon_name;

File diff suppressed because it is too large Load Diff

View File

@ -220,6 +220,14 @@ $userManagementTable->data['fields_phone'][0] = html_print_input_text_extended(
true true
); );
$fieldsAdminUserCount = 0;
$userManagementTable->rowclass['captions_fields_admin_user'] = 'field_half_width w50p';
$userManagementTable->cellclass['captions_fields_admin_user'][$fieldsAdminUserCount] = 'wrap';
if (empty($doubleAuthentication) === false) {
$userManagementTable->data['captions_fields_admin_user'][$fieldsAdminUserCount] = $doubleAuthentication;
$fieldsAdminUserCount++;
}
if (users_is_admin() === true) { if (users_is_admin() === true) {
$globalProfileContent = []; $globalProfileContent = [];
$globalProfileContent[] = '<span>'.__('Administrator user').'</span>'; $globalProfileContent[] = '<span>'.__('Administrator user').'</span>';
@ -230,8 +238,8 @@ if (users_is_admin() === true) {
true true
); );
$userManagementTable->rowclass['captions_fields_admin_user'] = 'field_half_width'; $userManagementTable->cellclass['captions_fields_admin_user'][$fieldsAdminUserCount] = 'wrap';
$userManagementTable->data['captions_fields_admin_user'][0] = html_print_div( $userManagementTable->data['captions_fields_admin_user'][$fieldsAdminUserCount] = html_print_div(
[ [
'class' => 'margin-top-10', 'class' => 'margin-top-10',
'style' => 'display: flex; flex-direction: row-reverse; align-items: center;', 'style' => 'display: flex; flex-direction: row-reverse; align-items: center;',
@ -700,6 +708,34 @@ $userManagementTable->data['fields_addSettings'][1] .= html_print_div(
true true
); );
$contentQrCode = [];
$contentQrCode[] = html_print_image(
'images/example_qr.png',
true,
[
'width' => '200px',
'height' => '200px',
]
);
$contentQrCode[] = '<span class="input_sub_placeholder input_sub_placeholder_qrcode">'.__('Generated automatically with the information provided for the user').'</span>';
$qrCode = html_print_div(
[
'style' => 'display: flex;flex-direction: column;align-items: center;',
'content' => implode('', $contentQrCode),
],
true
);
// QR Code and API Token advice.
html_print_div(
[
'id' => 'api_qrcode_display',
'content' => $qrCode.$apiTokenContent,
]
);
html_print_table($userManagementTable); html_print_table($userManagementTable);
// User Profile definition table. (Only where user is not creating). // User Profile definition table. (Only where user is not creating).
if ($new_user === false && ((bool) check_acl($config['id_user'], 0, 'UM') === true)) { if ($new_user === false && ((bool) check_acl($config['id_user'], 0, 'UM') === true)) {

View File

@ -4,6 +4,6 @@
<title>Dark / 20 / Menu About@svg</title> <title>Dark / 20 / Menu About@svg</title>
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<g id="Dark-/-20-/-Menu-About" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Dark-/-20-/-Menu-About" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M10,0 C4.4771525,0 0,4.4771525 0,10 C0,15.5228475 4.4771525,20 10,20 C15.5228475,20 20,15.5228475 20,10 C20,7.3478351 18.9464316,4.80429597 17.0710678,2.92893219 C15.195704,1.0535684 12.6521649,0 10,0 Z M9.5,3 C10.3284271,3 11,3.67157288 11,4.5 C11,5.32842712 10.3284271,6 9.5,6 C8.67157288,6 8,5.32842712 8,4.5 C8,3.67157288 8.67157288,3 9.5,3 Z M12,16 L11,16 C9.8954305,16 9,15.1045695 9,14 L9,10 C8.44771525,10 8,9.55228475 8,9 C8,8.44771525 8.44771525,8 9,8 L10,8 C10.5522847,8 11,8.44771525 11,9 L11,14 L12,14 C12.5522847,14 13,14.4477153 13,15 C13,15.5522847 12.5522847,16 12,16 Z" id="Shape" fill="#3F3F3F"></path> <path d="M10,0 C4.4771525,0 0,4.4771525 0,10 C0,15.5228475 4.4771525,20 10,20 C15.5228475,20 20,15.5228475 20,10 C20,7.3478351 18.9464316,4.80429597 17.0710678,2.92893219 C15.195704,1.0535684 12.6521649,0 10,0 Z M9.5,3 C10.3284271,3 11,3.67157288 11,4.5 C11,5.32842712 10.3284271,6 9.5,6 C8.67157288,6 8,5.32842712 8,4.5 C8,3.67157288 8.67157288,3 9.5,3 Z M12,16 L11,16 C9.8954305,16 9,15.1045695 9,14 L9,10 C8.44771525,10 8,9.55228475 8,9 C8,8.44771525 8.44771525,8 9,8 L10,8 C10.5522847,8 11,8.44771525 11,9 L11,14 L12,14 C12.5522847,14 13,14.4477153 13,15 C13,15.5522847 12.5522847,16 12,16 Z" id="Shape" fill="#a6adb2"></path>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -4,6 +4,6 @@
<title>Dark / 20 / Menu Admin tools@svg</title> <title>Dark / 20 / Menu Admin tools@svg</title>
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<g id="Dark-/-20-/-Menu-Admin-tools" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Dark-/-20-/-Menu-Admin-tools" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M3,0 C3.51283584,0 3.93550716,0.38604019 3.99327227,0.883378875 L4,1 L4,4 L5,4 C5.51283584,4 5.93550716,4.38604019 5.99327227,4.88337887 L6,5 L6,9 C6,9.55228475 5.55228475,10 5,10 L5,10 L4,10 L4,19 C4,19.5522847 3.55228475,20 3,20 C2.48716416,20 2.06449284,19.6139598 2.00672773,19.1166211 L2,19 L2,10 L1,10 C0.487164161,10 0.0644928393,9.61395981 0.00672773133,9.11662113 L0,9 L0,5 C0,4.44771525 0.44771525,4 1,4 L1,4 L2,4 L2,1 C2,0.44771525 2.44771525,0 3,0 Z M17,0 C17.5128358,0 17.9355072,0.38604019 17.9932723,0.883378875 L18,1 L18,4 L19,4 C19.5128358,4 19.9355072,4.38604019 19.9932723,4.88337887 L20,5 L20,9 C20,9.51283584 19.6139598,9.93550716 19.1166211,9.99327227 L19,10 L18,10 L18,19 C18,19.5522847 17.5522847,20 17,20 C16.4871642,20 16.0644928,19.6139598 16.0067277,19.1166211 L16,19 L16,10 L15,10 C14.4871642,10 14.0644928,9.61395981 14.0067277,9.11662113 L14,9 L14,5 C14,4.48716416 14.3860402,4.06449284 14.8833789,4.00672773 L15,4 L16,4 L16,1 C16,0.44771525 16.4477153,0 17,0 Z M10,0 C10.5522847,0 11,0.44771525 11,1 L11,1 L11,10 L12,10 L12.1166211,10.0067277 C12.6139598,10.0644928 13,10.4871642 13,11 L13,11 L13,15 L12.9932723,15.1166211 C12.9355072,15.6139598 12.5128358,16 12,16 L12,16 L11,16 L11,19 L10.9932723,19.1166211 C10.9355072,19.6139598 10.5128358,20 10,20 C9.44771525,20 9,19.5522847 9,19 L9,19 L9,16 L8,16 L7.88337887,15.9932723 C7.38604019,15.9355072 7,15.5128358 7,15 L7,15 L7,11 L7.00672773,10.8833789 C7.06449284,10.3860402 7.48716416,10 8,10 L8,10 L9,10 L9,1 L9.00672773,0.883378875 C9.06449284,0.38604019 9.48716416,0 10,0 Z M11,12 L9,12 L9,14 L11,14 L11,12 Z M4,6 L2,6 L2,8 L4,8 L4,6 Z M18,6 L16,6 L16,8 L18,8 L18,6 Z" id="Rectangle" fill="#3F3F3F"></path> <path d="M3,0 C3.51283584,0 3.93550716,0.38604019 3.99327227,0.883378875 L4,1 L4,4 L5,4 C5.51283584,4 5.93550716,4.38604019 5.99327227,4.88337887 L6,5 L6,9 C6,9.55228475 5.55228475,10 5,10 L5,10 L4,10 L4,19 C4,19.5522847 3.55228475,20 3,20 C2.48716416,20 2.06449284,19.6139598 2.00672773,19.1166211 L2,19 L2,10 L1,10 C0.487164161,10 0.0644928393,9.61395981 0.00672773133,9.11662113 L0,9 L0,5 C0,4.44771525 0.44771525,4 1,4 L1,4 L2,4 L2,1 C2,0.44771525 2.44771525,0 3,0 Z M17,0 C17.5128358,0 17.9355072,0.38604019 17.9932723,0.883378875 L18,1 L18,4 L19,4 C19.5128358,4 19.9355072,4.38604019 19.9932723,4.88337887 L20,5 L20,9 C20,9.51283584 19.6139598,9.93550716 19.1166211,9.99327227 L19,10 L18,10 L18,19 C18,19.5522847 17.5522847,20 17,20 C16.4871642,20 16.0644928,19.6139598 16.0067277,19.1166211 L16,19 L16,10 L15,10 C14.4871642,10 14.0644928,9.61395981 14.0067277,9.11662113 L14,9 L14,5 C14,4.48716416 14.3860402,4.06449284 14.8833789,4.00672773 L15,4 L16,4 L16,1 C16,0.44771525 16.4477153,0 17,0 Z M10,0 C10.5522847,0 11,0.44771525 11,1 L11,1 L11,10 L12,10 L12.1166211,10.0067277 C12.6139598,10.0644928 13,10.4871642 13,11 L13,11 L13,15 L12.9932723,15.1166211 C12.9355072,15.6139598 12.5128358,16 12,16 L12,16 L11,16 L11,19 L10.9932723,19.1166211 C10.9355072,19.6139598 10.5128358,20 10,20 C9.44771525,20 9,19.5522847 9,19 L9,19 L9,16 L8,16 L7.88337887,15.9932723 C7.38604019,15.9355072 7,15.5128358 7,15 L7,15 L7,11 L7.00672773,10.8833789 C7.06449284,10.3860402 7.48716416,10 8,10 L8,10 L9,10 L9,1 L9.00672773,0.883378875 C9.06449284,0.38604019 9.48716416,0 10,0 Z M11,12 L9,12 L9,14 L11,14 L11,12 Z M4,6 L2,6 L2,8 L4,8 L4,6 Z M18,6 L16,6 L16,8 L18,8 L18,6 Z" id="Rectangle" fill="#a6adb2"></path>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -4,6 +4,6 @@
<title>Dark / 20 / Menu Alerts@svg</title> <title>Dark / 20 / Menu Alerts@svg</title>
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<g id="Dark-/-20-/-Menu-Alerts" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Dark-/-20-/-Menu-Alerts" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M10,20 C11.4190985,20 12.5702076,18.6570313 12.5702076,17 L7.42979244,17 C7.42979244,18.6570313 8.5809015,20 10,20 Z M18.6540098,13.9342308 C17.8777645,13.1357692 16.425318,11.9346154 16.425318,8 C16.425318,5.01153846 14.2364028,2.61923077 11.2849029,2.03230769 L11.2849029,1.23076923 C11.2849029,0.551153846 10.7095493,0 10,0 C9.29045075,0 8.71509711,0.551153846 8.71509711,1.23076923 L8.71509711,2.03230769 C5.76359722,2.61923077 3.57468198,5.01153846 3.57468198,8 C3.57468198,11.9346154 2.12223547,13.1357692 1.3459902,13.9342308 C1.10492023,14.1823077 0.998045886,14.4788462 1.00002702,14.7692308 C1.00447442,15.4 1.52156948,16 2.28977909,16 L17.7102209,16 C18.4784305,16 18.9959274,15.4 18.999973,14.7692308 C19.0019541,14.4788462 18.8950798,14.1819231 18.6540098,13.9342308 L18.6540098,13.9342308 Z" id="Shape" fill="#3F3F3F"></path> <path d="M10,20 C11.4190985,20 12.5702076,18.6570313 12.5702076,17 L7.42979244,17 C7.42979244,18.6570313 8.5809015,20 10,20 Z M18.6540098,13.9342308 C17.8777645,13.1357692 16.425318,11.9346154 16.425318,8 C16.425318,5.01153846 14.2364028,2.61923077 11.2849029,2.03230769 L11.2849029,1.23076923 C11.2849029,0.551153846 10.7095493,0 10,0 C9.29045075,0 8.71509711,0.551153846 8.71509711,1.23076923 L8.71509711,2.03230769 C5.76359722,2.61923077 3.57468198,5.01153846 3.57468198,8 C3.57468198,11.9346154 2.12223547,13.1357692 1.3459902,13.9342308 C1.10492023,14.1823077 0.998045886,14.4788462 1.00002702,14.7692308 C1.00447442,15.4 1.52156948,16 2.28977909,16 L17.7102209,16 C18.4784305,16 18.9959274,15.4 18.999973,14.7692308 C19.0019541,14.4788462 18.8950798,14.1819231 18.6540098,13.9342308 L18.6540098,13.9342308 Z" id="Shape" fill="#a6adb2"></path>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -4,6 +4,6 @@
<title>Dark / 20 / Menu Configuration@svg</title> <title>Dark / 20 / Menu Configuration@svg</title>
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<g id="Dark-/-20-/-Menu-Configuration" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Dark-/-20-/-Menu-Configuration" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M15,1.33974596 L20,10 L15,18.660254 L5,18.660254 L0,10 L5,1.33974596 L15,1.33974596 Z M10,7 C8.34314575,7 7,8.34314575 7,10 C7,11.6568542 8.34314575,13 10,13 C11.6568542,13 13,11.6568542 13,10 C13,8.34314575 11.6568542,7 10,7 Z" id="Polygon-2" fill="#3F3F3F"></path> <path d="M15,1.33974596 L20,10 L15,18.660254 L5,18.660254 L0,10 L5,1.33974596 L15,1.33974596 Z M10,7 C8.34314575,7 7,8.34314575 7,10 C7,11.6568542 8.34314575,13 10,13 C11.6568542,13 13,11.6568542 13,10 C13,8.34314575 11.6568542,7 10,7 Z" id="Polygon-2" fill="#a6adb2"></path>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 747 B

After

Width:  |  Height:  |  Size: 747 B

View File

@ -4,6 +4,6 @@
<title>Dark / 20 / Menu Discovery@svg</title> <title>Dark / 20 / Menu Discovery@svg</title>
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<g id="Dark-/-20-/-Menu-Discovery" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Dark-/-20-/-Menu-Discovery" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M9.30770357,0.225018592 C9.69842914,-0.0942631758 10.2658079,-0.0724337438 10.6308466,0.275925429 L10.6308466,0.275925429 L10.9170648,0.555063766 C14.9723549,4.59706985 17,10.402328 17,17.9708382 C17,16.8975966 15.7280579,14.3449391 13.8078957,12.9702184 C10.3899384,10.5021197 3,19.9957218 3,19.9957218 C3,10.2514836 5.10256786,3.66124918 9.30770357,0.225018592 Z M9.5,3.81979499 C8.67157288,3.81979499 8,4.5113021 8,5.36431935 C8,6.2173366 8.67157288,6.90884371 9.5,6.90884371 C10.3284271,6.90884371 11,6.2173366 11,5.36431935 C11,4.5113021 10.3284271,3.81979499 9.5,3.81979499 Z" id="Path-66" fill="#3F3F3F"></path> <path d="M9.30770357,0.225018592 C9.69842914,-0.0942631758 10.2658079,-0.0724337438 10.6308466,0.275925429 L10.6308466,0.275925429 L10.9170648,0.555063766 C14.9723549,4.59706985 17,10.402328 17,17.9708382 C17,16.8975966 15.7280579,14.3449391 13.8078957,12.9702184 C10.3899384,10.5021197 3,19.9957218 3,19.9957218 C3,10.2514836 5.10256786,3.66124918 9.30770357,0.225018592 Z M9.5,3.81979499 C8.67157288,3.81979499 8,4.5113021 8,5.36431935 C8,6.2173366 8.67157288,6.90884371 9.5,6.90884371 C10.3284271,6.90884371 11,6.2173366 11,5.36431935 C11,4.5113021 10.3284271,3.81979499 9.5,3.81979499 Z" id="Path-66" fill="#a6adb2"></path>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -4,6 +4,6 @@
<title>Dark / 20 / Menu Events@svg</title> <title>Dark / 20 / Menu Events@svg</title>
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<g id="Dark-/-20-/-Menu-Events" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Dark-/-20-/-Menu-Events" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M15.9503156,6.25 L10.901623,6.25 L12.7653518,1.1796875 C12.9403498,0.5859375 12.4372305,0 11.7503633,0 L5.45043493,0 C4.9254409,0 4.47919597,0.34765625 4.40919676,0.8125 L3.00921267,10.1875 C2.92608862,10.75 3.41608305,11.25 4.05045084,11.25 L9.24351682,11.25 L7.22666474,18.8476562 C7.06916653,19.4414062 7.57666077,20 8.24602816,20 C8.61352398,20 8.96352,19.828125 9.15601782,19.53125 L16.8559303,7.65625 C17.2628007,7.03515625 16.7596814,6.25 15.9503156,6.25 Z" id="Path" fill="#3F3F3F"></path> <path d="M15.9503156,6.25 L10.901623,6.25 L12.7653518,1.1796875 C12.9403498,0.5859375 12.4372305,0 11.7503633,0 L5.45043493,0 C4.9254409,0 4.47919597,0.34765625 4.40919676,0.8125 L3.00921267,10.1875 C2.92608862,10.75 3.41608305,11.25 4.05045084,11.25 L9.24351682,11.25 L7.22666474,18.8476562 C7.06916653,19.4414062 7.57666077,20 8.24602816,20 C8.61352398,20 8.96352,19.828125 9.15601782,19.53125 L16.8559303,7.65625 C17.2628007,7.03515625 16.7596814,6.25 15.9503156,6.25 Z" id="Path" fill="#a6adb2"></path>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 964 B

After

Width:  |  Height:  |  Size: 964 B

View File

@ -4,6 +4,6 @@
<title>Dark / 20 / Menu Events v2@svg</title> <title>Dark / 20 / Menu Events v2@svg</title>
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<g id="Dark-/-20-/-Menu-Events-v2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Dark-/-20-/-Menu-Events-v2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M9.75036333,0 C10.4372305,0 10.9403498,0.5859375 10.7653518,1.1796875 L10.7653518,1.1796875 L8.90162298,6.25 L13.9503156,6.25 C14.7596814,6.25 15.2628007,7.03515625 14.8559303,7.65625 L14.8559303,7.65625 L7.15601782,19.53125 C6.96352,19.828125 6.61352398,20 6.24602816,20 C5.57666077,20 5.06916653,19.4414062 5.22666474,18.8476562 L5.22666474,18.8476562 L7.24351682,11.25 L2.05045084,11.25 C1.41608305,11.25 0.926088618,10.75 1.00921267,10.1875 L1.00921267,10.1875 L2.40919676,0.8125 C2.47919597,0.34765625 2.9254409,0 3.45043493,0 L3.45043493,0 Z M15,12 C15.5522847,12 16,12.4477153 16,13 L16,14.999 L18,15 C18.5522847,15 19,15.4477153 19,16 C19,16.3695202 18.7995749,16.6922286 18.5015036,16.8653463 C18.3540776,16.9509702 18.1827646,17 18,17 L16,17 L16,19 C16,19.5522847 15.5522847,20 15,20 C14.4477153,20 14,19.5522847 14,19 L14,17 L12,17 C11.4477153,17 11,16.5522847 11,16 C11,15.4477153 11.4477153,15 12,15 L14,15 L14,13 C14,12.4477153 14.4477153,12 15,12 Z" id="Path-2" fill="#3F3F3F"></path> <path d="M9.75036333,0 C10.4372305,0 10.9403498,0.5859375 10.7653518,1.1796875 L10.7653518,1.1796875 L8.90162298,6.25 L13.9503156,6.25 C14.7596814,6.25 15.2628007,7.03515625 14.8559303,7.65625 L14.8559303,7.65625 L7.15601782,19.53125 C6.96352,19.828125 6.61352398,20 6.24602816,20 C5.57666077,20 5.06916653,19.4414062 5.22666474,18.8476562 L5.22666474,18.8476562 L7.24351682,11.25 L2.05045084,11.25 C1.41608305,11.25 0.926088618,10.75 1.00921267,10.1875 L1.00921267,10.1875 L2.40919676,0.8125 C2.47919597,0.34765625 2.9254409,0 3.45043493,0 L3.45043493,0 Z M15,12 C15.5522847,12 16,12.4477153 16,13 L16,14.999 L18,15 C18.5522847,15 19,15.4477153 19,16 C19,16.3695202 18.7995749,16.6922286 18.5015036,16.8653463 C18.3540776,16.9509702 18.1827646,17 18,17 L16,17 L16,19 C16,19.5522847 15.5522847,20 15,20 C14.4477153,20 14,19.5522847 14,19 L14,17 L12,17 C11.4477153,17 11,16.5522847 11,16 C11,15.4477153 11.4477153,15 12,15 L14,15 L14,13 C14,12.4477153 14.4477153,12 15,12 Z" id="Path-2" fill="#a6adb2"></path>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -4,6 +4,6 @@
<title>Dark / 20 / Menu Library@svg</title> <title>Dark / 20 / Menu Library@svg</title>
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<g id="Dark-/-20-/-Menu-Library" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Dark-/-20-/-Menu-Library" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M9.00044474,15.1079223 L9.00094657,17 C9.00094657,18.6568542 7.65780082,20 6.00094657,20 L4.00094657,20 C2.34409232,20 1.00094657,18.6568542 1.00094657,17 L1.0000471,15.1114527 C3.62979046,16.2909414 6.32013619,16.2887293 9.00044474,15.1079223 Z M18.9994982,15.1079223 L19,17 C19,18.6568542 17.6568542,20 16,20 L14,20 C12.3431458,20 11,18.6568542 11,17 L10.9991005,15.1114527 C13.6288439,16.2909414 16.3191896,16.2887293 18.9994982,15.1079223 Z M3.00094657,0 L3.00094657,4 C3.00094657,5.1045695 3.89637707,6 5.00094657,6 C6.10551607,6 7.00094657,5.1045695 7.00094657,4 L7.00094657,4 L7.00094657,0 L8.00094657,0 C8.55323132,-1.01453063e-16 9.00094657,0.44771525 9.00094657,1 L9,12.892 L8.5617377,13.1068159 L8.27168419,13.2431285 C5.95429283,14.2881965 3.70858965,14.2429228 1.44877225,13.11108 L1.44877225,13.11108 L1,12.886 L1.00094657,1 C1.00094657,0.44771525 1.44866182,1.01453063e-16 2.00094657,0 L3.00094657,0 Z M13,0 L13,4 C13,5.1045695 13.8954305,6 15,6 C16.0543618,6 16.9181651,5.18412221 16.9945143,4.14926234 L17,4 L17,0 L18,0 C18.5522847,-1.01453063e-16 19,0.44771525 19,1 L18.9990534,12.892 L18.5607911,13.1068159 L18.2707376,13.2431285 C16.0499042,14.244652 13.8949095,14.2448026 11.7302356,13.2469008 L11.4478257,13.11108 L10.9990534,12.886 L11,1 C11,0.44771525 11.4477153,1.01453063e-16 12,0 L13,0 Z" id="Rectangle-2" fill="#3F3F3F"></path> <path d="M9.00044474,15.1079223 L9.00094657,17 C9.00094657,18.6568542 7.65780082,20 6.00094657,20 L4.00094657,20 C2.34409232,20 1.00094657,18.6568542 1.00094657,17 L1.0000471,15.1114527 C3.62979046,16.2909414 6.32013619,16.2887293 9.00044474,15.1079223 Z M18.9994982,15.1079223 L19,17 C19,18.6568542 17.6568542,20 16,20 L14,20 C12.3431458,20 11,18.6568542 11,17 L10.9991005,15.1114527 C13.6288439,16.2909414 16.3191896,16.2887293 18.9994982,15.1079223 Z M3.00094657,0 L3.00094657,4 C3.00094657,5.1045695 3.89637707,6 5.00094657,6 C6.10551607,6 7.00094657,5.1045695 7.00094657,4 L7.00094657,4 L7.00094657,0 L8.00094657,0 C8.55323132,-1.01453063e-16 9.00094657,0.44771525 9.00094657,1 L9,12.892 L8.5617377,13.1068159 L8.27168419,13.2431285 C5.95429283,14.2881965 3.70858965,14.2429228 1.44877225,13.11108 L1.44877225,13.11108 L1,12.886 L1.00094657,1 C1.00094657,0.44771525 1.44866182,1.01453063e-16 2.00094657,0 L3.00094657,0 Z M13,0 L13,4 C13,5.1045695 13.8954305,6 15,6 C16.0543618,6 16.9181651,5.18412221 16.9945143,4.14926234 L17,4 L17,0 L18,0 C18.5522847,-1.01453063e-16 19,0.44771525 19,1 L18.9990534,12.892 L18.5607911,13.1068159 L18.2707376,13.2431285 C16.0499042,14.244652 13.8949095,14.2448026 11.7302356,13.2469008 L11.4478257,13.11108 L10.9990534,12.886 L11,1 C11,0.44771525 11.4477153,1.01453063e-16 12,0 L13,0 Z" id="Rectangle-2" fill="#a6adb2"></path>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -4,6 +4,6 @@
<title>Dark / 20 / Menu Links@svg</title> <title>Dark / 20 / Menu Links@svg</title>
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<g id="Dark-/-20-/-Menu-Links" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Dark-/-20-/-Menu-Links" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M18.998,0 L19.081,0.003 L19.148057,0.0110310502 L19.148057,0.0110310502 C19.1653293,0.013682347 19.1830389,0.0168137373 19.2006699,0.0204236777 L19.2620313,0.0349310675 L19.2620313,0.0349310675 L19.3124248,0.0501234227 L19.3124248,0.0501234227 C19.3360729,0.0578720915 19.3587925,0.0663124627 19.3811059,0.0755362601 L19.4135802,0.0896125647 L19.4135802,0.0896125647 C19.4406149,0.101969921 19.4667668,0.115329926 19.4922234,0.129773362 C19.5012123,0.134777557 19.5101822,0.140048606 19.5190858,0.145471257 C19.5437781,0.160614988 19.567842,0.176750587 19.5911377,0.193870406 C19.5997291,0.200098765 19.6082351,0.206566436 19.6166593,0.213188372 L19.7067956,0.293204403 C19.743354,0.32976282 19.7764937,0.368445367 19.8062146,0.408854771 C19.8232494,0.432158019 19.839385,0.456221907 19.8544751,0.480992683 C19.8599514,0.489817777 19.8652224,0.498787704 19.8703419,0.507820268 C19.8846701,0.533233212 19.8980301,0.559385084 19.910244,0.586169576 C19.9153553,0.597344249 19.9201166,0.608339641 19.9246713,0.619400081 C19.9336875,0.641207513 19.9421279,0.66392706 19.9497506,0.687018497 C19.9554235,0.70444632 19.9605101,0.72143573 19.9651362,0.738523779 C19.9705353,0.75808974 19.9753898,0.778462675 19.9796114,0.799066303 C19.9831863,0.816961131 19.9863177,0.834670654 19.9889705,0.852437844 C19.9905725,0.862679687 19.9920055,0.873472118 19.9932651,0.884317419 L19.9960294,0.911717558 C19.998103,0.934997444 19.9993644,0.958336055 19.9998137,0.981687387 L20,1.00106245 L20,6.99893755 C20,7.55180908 19.5518091,8 18.9989376,8 C18.4855569,8 18.0624365,7.61354966 18.00461,7.11568258 L17.9978751,6.99893755 L17.998,3.418 L13.9327909,7.48395841 C13.9766326,7.64858572 14,7.82156399 14,8 L14,18 C14,19.1045695 13.1045695,20 12,20 L2,20 C0.8954305,20 1.3527075e-16,19.1045695 0,18 L0,8 C-1.3527075e-16,6.8954305 0.8954305,6 2,6 L12,6 C12.2071533,6 12.4069507,6.03149411 12.5948653,6.0899554 L6.27230256,12.4129044 L6.19496219,12.5004888 C5.91138082,12.8652016 5.93716095,13.3925558 6.27230256,13.7276974 C6.63537264,14.0907675 7.22402555,14.0907675 7.58709563,13.7276974 L7.58709563,13.7276974 L13.906,7.408 L13.882176,7.32940838 C13.6666944,6.71274121 13.1577095,6.23382609 12.5226464,6.06008827 L16.583,2.003 L13.0010624,2.0021249 C12.4876817,2.0021249 12.0645614,1.61567456 12.0067349,1.11780748 L12,1.00106245 C12,0.487681747 12.3864503,0.0645613596 12.8843174,0.00673487919 L13.0010624,0 L18.998,0 Z" id="Rectangle-2" fill="#3F3F3F"></path> <path d="M18.998,0 L19.081,0.003 L19.148057,0.0110310502 L19.148057,0.0110310502 C19.1653293,0.013682347 19.1830389,0.0168137373 19.2006699,0.0204236777 L19.2620313,0.0349310675 L19.2620313,0.0349310675 L19.3124248,0.0501234227 L19.3124248,0.0501234227 C19.3360729,0.0578720915 19.3587925,0.0663124627 19.3811059,0.0755362601 L19.4135802,0.0896125647 L19.4135802,0.0896125647 C19.4406149,0.101969921 19.4667668,0.115329926 19.4922234,0.129773362 C19.5012123,0.134777557 19.5101822,0.140048606 19.5190858,0.145471257 C19.5437781,0.160614988 19.567842,0.176750587 19.5911377,0.193870406 C19.5997291,0.200098765 19.6082351,0.206566436 19.6166593,0.213188372 L19.7067956,0.293204403 C19.743354,0.32976282 19.7764937,0.368445367 19.8062146,0.408854771 C19.8232494,0.432158019 19.839385,0.456221907 19.8544751,0.480992683 C19.8599514,0.489817777 19.8652224,0.498787704 19.8703419,0.507820268 C19.8846701,0.533233212 19.8980301,0.559385084 19.910244,0.586169576 C19.9153553,0.597344249 19.9201166,0.608339641 19.9246713,0.619400081 C19.9336875,0.641207513 19.9421279,0.66392706 19.9497506,0.687018497 C19.9554235,0.70444632 19.9605101,0.72143573 19.9651362,0.738523779 C19.9705353,0.75808974 19.9753898,0.778462675 19.9796114,0.799066303 C19.9831863,0.816961131 19.9863177,0.834670654 19.9889705,0.852437844 C19.9905725,0.862679687 19.9920055,0.873472118 19.9932651,0.884317419 L19.9960294,0.911717558 C19.998103,0.934997444 19.9993644,0.958336055 19.9998137,0.981687387 L20,1.00106245 L20,6.99893755 C20,7.55180908 19.5518091,8 18.9989376,8 C18.4855569,8 18.0624365,7.61354966 18.00461,7.11568258 L17.9978751,6.99893755 L17.998,3.418 L13.9327909,7.48395841 C13.9766326,7.64858572 14,7.82156399 14,8 L14,18 C14,19.1045695 13.1045695,20 12,20 L2,20 C0.8954305,20 1.3527075e-16,19.1045695 0,18 L0,8 C-1.3527075e-16,6.8954305 0.8954305,6 2,6 L12,6 C12.2071533,6 12.4069507,6.03149411 12.5948653,6.0899554 L6.27230256,12.4129044 L6.19496219,12.5004888 C5.91138082,12.8652016 5.93716095,13.3925558 6.27230256,13.7276974 C6.63537264,14.0907675 7.22402555,14.0907675 7.58709563,13.7276974 L7.58709563,13.7276974 L13.906,7.408 L13.882176,7.32940838 C13.6666944,6.71274121 13.1577095,6.23382609 12.5226464,6.06008827 L16.583,2.003 L13.0010624,2.0021249 C12.4876817,2.0021249 12.0645614,1.61567456 12.0067349,1.11780748 L12,1.00106245 C12,0.487681747 12.3864503,0.0645613596 12.8843174,0.00673487919 L13.0010624,0 L18.998,0 Z" id="Rectangle-2" fill="#a6adb2"></path>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -4,6 +4,6 @@
<title>Dark / 20 / Menu Monitoring@svg</title> <title>Dark / 20 / Menu Monitoring@svg</title>
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<g id="Dark-/-20-/-Menu-Monitoring" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Dark-/-20-/-Menu-Monitoring" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M10,0 C15.4050388,0 20,1.5951272 20,5.39448104 L20,14.605519 C20,18.4048728 15.4050388,20 10,20 L10,20 C4.59496118,20 0,18.4048728 0,14.605519 L0,10.4455091 L6.01607895,10.4455091 L6.14020616,10.4386302 C6.42646408,10.4067558 6.6857792,10.2657073 6.84806946,10.0488934 L6.84806946,10.0488934 L7.817,8.75378407 L10.0781946,13.4596783 L10.1340963,13.5594392 C10.5221134,14.1593176 11.5332638,14.151769 11.8933778,13.5049881 L11.8933778,13.5049881 L13.621,10.4009666 L15.0031471,10.4009666 L15.1197683,10.3949732 C15.6171069,10.3435131 16.0031471,9.96697615 16.0031471,9.5101161 C16.0031471,9.01811298 15.5554319,8.61926565 15.0031471,8.61926565 L15.0031471,8.61926565 L13.0013847,8.61926565 L12.876158,8.62625888 C12.5465255,8.66326206 12.2555929,8.8447496 12.1055312,9.11426718 L12.1055312,9.11426718 L11.064,10.9835828 L8.92926694,6.54039711 L8.87104157,6.43726089 C8.50754221,5.88285535 7.59412968,5.84069622 7.17794678,6.39670147 L7.17794678,6.39670147 L5.481,8.66380817 L0,8.66380817 L0,5.39448104 C0,1.5951272 4.59496118,0 10,0 L10,0 Z" id="Mask" fill="#3F3F3F"></path> <path d="M10,0 C15.4050388,0 20,1.5951272 20,5.39448104 L20,14.605519 C20,18.4048728 15.4050388,20 10,20 L10,20 C4.59496118,20 0,18.4048728 0,14.605519 L0,10.4455091 L6.01607895,10.4455091 L6.14020616,10.4386302 C6.42646408,10.4067558 6.6857792,10.2657073 6.84806946,10.0488934 L6.84806946,10.0488934 L7.817,8.75378407 L10.0781946,13.4596783 L10.1340963,13.5594392 C10.5221134,14.1593176 11.5332638,14.151769 11.8933778,13.5049881 L11.8933778,13.5049881 L13.621,10.4009666 L15.0031471,10.4009666 L15.1197683,10.3949732 C15.6171069,10.3435131 16.0031471,9.96697615 16.0031471,9.5101161 C16.0031471,9.01811298 15.5554319,8.61926565 15.0031471,8.61926565 L15.0031471,8.61926565 L13.0013847,8.61926565 L12.876158,8.62625888 C12.5465255,8.66326206 12.2555929,8.8447496 12.1055312,9.11426718 L12.1055312,9.11426718 L11.064,10.9835828 L8.92926694,6.54039711 L8.87104157,6.43726089 C8.50754221,5.88285535 7.59412968,5.84069622 7.17794678,6.39670147 L7.17794678,6.39670147 L5.481,8.66380817 L0,8.66380817 L0,5.39448104 C0,1.5951272 4.59496118,0 10,0 L10,0 Z" id="Mask" fill="#a6adb2"></path>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -4,6 +4,6 @@
<title>Dark / 20 / Menu Topology@svg</title> <title>Dark / 20 / Menu Topology@svg</title>
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<g id="Dark-/-20-/-Menu-Topology" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Dark-/-20-/-Menu-Topology" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M17,0 C18.6568542,0 20,1.34314575 20,3 C20,4.30588222 19.1656226,5.41688515 18.0009007,5.82897577 L18,7.2654092 C18,8.69864228 16.988277,9.92249803 15.5997469,10.2049122 L15.4242641,10.2352577 L11,10.866 L11.0007613,12.1262135 C12.6636419,12.5545605 13.9078601,14.0253795 13.9951047,15.8003597 L14,16 C14,18.209139 12.209139,20 10,20 C7.790861,20 6,18.209139 6,16 C6,14.1360729 7.27489272,12.5699129 9.00024347,12.1259548 L9,10.867 L4.57573593,10.2352577 C3.15690756,10.0325679 2.08843143,8.8579339 2.00522346,7.44341987 L2,7.2654092 L2.00008893,5.82932572 C0.834850101,5.41751442 0,4.30625206 0,3 C0,1.34314575 1.34314575,0 3,0 C4.65685425,0 6,1.34314575 6,3 C6,4.30588222 5.16562257,5.41688515 4.00090072,5.82897577 L4,7.2654092 C4,7.72477878 4.31179826,8.11962131 4.7472488,8.23300267 L4.85857864,8.25535869 L9.999,8.99 L15.1414214,8.25535869 C15.596174,8.19039402 15.9429533,7.82589032 15.9936131,7.37878174 L16,7.2654092 L16.0000889,5.82932572 C14.8348501,5.41751442 14,4.30625206 14,3 C14,1.34314575 15.3431458,0 17,0 Z" id="Oval-2" fill="#3F3F3F"></path> <path d="M17,0 C18.6568542,0 20,1.34314575 20,3 C20,4.30588222 19.1656226,5.41688515 18.0009007,5.82897577 L18,7.2654092 C18,8.69864228 16.988277,9.92249803 15.5997469,10.2049122 L15.4242641,10.2352577 L11,10.866 L11.0007613,12.1262135 C12.6636419,12.5545605 13.9078601,14.0253795 13.9951047,15.8003597 L14,16 C14,18.209139 12.209139,20 10,20 C7.790861,20 6,18.209139 6,16 C6,14.1360729 7.27489272,12.5699129 9.00024347,12.1259548 L9,10.867 L4.57573593,10.2352577 C3.15690756,10.0325679 2.08843143,8.8579339 2.00522346,7.44341987 L2,7.2654092 L2.00008893,5.82932572 C0.834850101,5.41751442 0,4.30625206 0,3 C0,1.34314575 1.34314575,0 3,0 C4.65685425,0 6,1.34314575 6,3 C6,4.30588222 5.16562257,5.41688515 4.00090072,5.82897577 L4,7.2654092 C4,7.72477878 4.31179826,8.11962131 4.7472488,8.23300267 L4.85857864,8.25535869 L9.999,8.99 L15.1414214,8.25535869 C15.596174,8.19039402 15.9429533,7.82589032 15.9936131,7.37878174 L16,7.2654092 L16.0000889,5.82932572 C14.8348501,5.41751442 14,4.30625206 14,3 C14,1.34314575 15.3431458,0 17,0 Z" id="Oval-2" fill="#a6adb2"></path>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -4,6 +4,6 @@
<title>Dark / 20 / Menu Reporting@svg</title> <title>Dark / 20 / Menu Reporting@svg</title>
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<g id="Dark-/-20-/-Menu-Reporting" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Dark-/-20-/-Menu-Reporting" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M20,11 C20,15.8818027 16.1131863,19.8557914 11.2653623,19.9961629 L11,20 L11,11 L20,11 Z M9,0 C13.9705627,0 18,4.02943725 18,9 L18,9 L10,9 C9.44771525,9 9,9.44771525 9,10 L9,10 L9,18 C4.02943725,18 0,13.9705627 0,9 C0,4.02943725 4.02943725,0 9,0 Z" id="Oval-3" fill="#3F3F3F" transform="translate(10.000000, 10.000000) scale(-1, -1) translate(-10.000000, -10.000000) "></path> <path d="M20,11 C20,15.8818027 16.1131863,19.8557914 11.2653623,19.9961629 L11,20 L11,11 L20,11 Z M9,0 C13.9705627,0 18,4.02943725 18,9 L18,9 L10,9 C9.44771525,9 9,9.44771525 9,10 L9,10 L9,18 C4.02943725,18 0,13.9705627 0,9 C0,4.02943725 4.02943725,0 9,0 Z" id="Oval-3" fill="#a6adb2" transform="translate(10.000000, 10.000000) scale(-1, -1) translate(-10.000000, -10.000000) "></path>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 849 B

After

Width:  |  Height:  |  Size: 849 B

View File

@ -4,6 +4,6 @@
<title>Dark / 20 / Menu Resources@svg</title> <title>Dark / 20 / Menu Resources@svg</title>
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<g id="Dark-/-20-/-Menu-Resources" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Dark-/-20-/-Menu-Resources" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M15,0 C15.2210137,0 15.434484,0.0731644725 15.6080295,0.206080627 L15.7071068,0.292893219 L19.7071068,4.29289322 C19.8633871,4.44917353 19.9625983,4.65185492 19.9913276,4.86855602 L20,5 L20,15 C20,15.2210137 19.9268355,15.434484 19.7939194,15.6080295 L19.7071068,15.7071068 L15.7071068,19.7071068 C15.5508265,19.8633871 15.3481451,19.9625983 15.131444,19.9913276 L15,20 L6.9967103,20 C6.77638725,20 6.56353576,19.9272908 6.39025802,19.7951247 L6.29129705,19.7087963 L2.29458675,15.7311618 C1.90312938,15.3415729 1.90161476,14.7084097 2.29120374,14.3169523 C2.65082434,13.9556071 3.21798744,13.9265207 3.61100719,14.2306063 L3.70541325,14.3135693 L7.409,17.999 L14.585,17.999 L17.999,14.585 L17.999,5.414 L14.584,1.999 L7.411,1.999 L3.70739761,5.70681583 C3.34706198,6.06744806 2.77984238,6.09541094 2.38742572,5.79054746 L2.29318417,5.70739761 C1.93255194,5.34706198 1.90458906,4.77984238 2.20945254,4.38742572 L2.29260239,4.29318417 L6.28931269,0.293184169 C6.44561267,0.13675554 6.64838391,0.0374411753 6.86519692,0.00868162677 L6.9967103,0 L15,0 Z M9,7 C9.55228475,7 10,7.44771525 10,8 L10,12 C10,12.5522847 9.55228475,13 9,13 L1,13 C0.44771525,13 6.76353751e-17,12.5522847 0,12 L0,8 C-6.76353751e-17,7.44771525 0.44771525,7 1,7 L9,7 Z" id="Rectangle-2" fill="#3F3F3F"></path> <path d="M15,0 C15.2210137,0 15.434484,0.0731644725 15.6080295,0.206080627 L15.7071068,0.292893219 L19.7071068,4.29289322 C19.8633871,4.44917353 19.9625983,4.65185492 19.9913276,4.86855602 L20,5 L20,15 C20,15.2210137 19.9268355,15.434484 19.7939194,15.6080295 L19.7071068,15.7071068 L15.7071068,19.7071068 C15.5508265,19.8633871 15.3481451,19.9625983 15.131444,19.9913276 L15,20 L6.9967103,20 C6.77638725,20 6.56353576,19.9272908 6.39025802,19.7951247 L6.29129705,19.7087963 L2.29458675,15.7311618 C1.90312938,15.3415729 1.90161476,14.7084097 2.29120374,14.3169523 C2.65082434,13.9556071 3.21798744,13.9265207 3.61100719,14.2306063 L3.70541325,14.3135693 L7.409,17.999 L14.585,17.999 L17.999,14.585 L17.999,5.414 L14.584,1.999 L7.411,1.999 L3.70739761,5.70681583 C3.34706198,6.06744806 2.77984238,6.09541094 2.38742572,5.79054746 L2.29318417,5.70739761 C1.93255194,5.34706198 1.90458906,4.77984238 2.20945254,4.38742572 L2.29260239,4.29318417 L6.28931269,0.293184169 C6.44561267,0.13675554 6.64838391,0.0374411753 6.86519692,0.00868162677 L6.9967103,0 L15,0 Z M9,7 C9.55228475,7 10,7.44771525 10,8 L10,12 C10,12.5522847 9.55228475,13 9,13 L1,13 C0.44771525,13 6.76353751e-17,12.5522847 0,12 L0,8 C-6.76353751e-17,7.44771525 0.44771525,7 1,7 L9,7 Z" id="Rectangle-2" fill="#a6adb2"></path>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -4,6 +4,6 @@
<title>Dark / 20 / Menu Servers@svg</title> <title>Dark / 20 / Menu Servers@svg</title>
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<g id="Dark-/-20-/-Menu-Servers" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Dark-/-20-/-Menu-Servers" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M19,14 C19.5522847,14 20,14.4477153 20,15 L20,15 L20,19 C16.6666667,19.6666667 13.3333333,20 10,20 C6.66666667,20 3.33333333,19.6666667 0,19 L0,19 L0,15 C6.76353751e-17,14.4477153 0.44771525,14 1,14 L1,14 Z M3,16 C2.44771525,16 2,16.4477153 2,17 C2,17.5522847 2.44771525,18 3,18 C3.55228475,18 4,17.5522847 4,17 C4,16.4477153 3.55228475,16 3,16 Z M6,16 C5.44771525,16 5,16.4477153 5,17 C5,17.5522847 5.44771525,18 6,18 C6.55228475,18 7,17.5522847 7,17 C7,16.4477153 6.55228475,16 6,16 Z M19,7 C19.5522847,7 20,7.44771525 20,8 L20,12 C20,12.5522847 19.5522847,13 19,13 L1,13 C0.44771525,13 6.76353751e-17,12.5522847 0,12 L0,8 C-6.76353751e-17,7.44771525 0.44771525,7 1,7 L19,7 Z M10,0 C13.3333333,0 16.6666667,0.333333333 20,1 L20,5 C20,5.55228475 19.5522847,6 19,6 L1,6 C0.44771525,6 6.76353751e-17,5.55228475 0,5 L0,1 C3.33333333,0.333333333 6.66666667,0 10,0 Z M6,2 L3,2 C2.44771525,2 2,2.44771525 2,3 C2,3.51283584 2.38604019,3.93550716 2.88337887,3.99327227 L3,4 L6,4 C6.55228475,4 7,3.55228475 7,3 C7,2.44771525 6.55228475,2 6,2 Z" id="Rectangle-Copy-2" fill="#3F3F3F"></path> <path d="M19,14 C19.5522847,14 20,14.4477153 20,15 L20,15 L20,19 C16.6666667,19.6666667 13.3333333,20 10,20 C6.66666667,20 3.33333333,19.6666667 0,19 L0,19 L0,15 C6.76353751e-17,14.4477153 0.44771525,14 1,14 L1,14 Z M3,16 C2.44771525,16 2,16.4477153 2,17 C2,17.5522847 2.44771525,18 3,18 C3.55228475,18 4,17.5522847 4,17 C4,16.4477153 3.55228475,16 3,16 Z M6,16 C5.44771525,16 5,16.4477153 5,17 C5,17.5522847 5.44771525,18 6,18 C6.55228475,18 7,17.5522847 7,17 C7,16.4477153 6.55228475,16 6,16 Z M19,7 C19.5522847,7 20,7.44771525 20,8 L20,12 C20,12.5522847 19.5522847,13 19,13 L1,13 C0.44771525,13 6.76353751e-17,12.5522847 0,12 L0,8 C-6.76353751e-17,7.44771525 0.44771525,7 1,7 L19,7 Z M10,0 C13.3333333,0 16.6666667,0.333333333 20,1 L20,5 C20,5.55228475 19.5522847,6 19,6 L1,6 C0.44771525,6 6.76353751e-17,5.55228475 0,5 L0,1 C3.33333333,0.333333333 6.66666667,0 10,0 Z M6,2 L3,2 C2.44771525,2 2,2.44771525 2,3 C2,3.51283584 2.38604019,3.93550716 2.88337887,3.99327227 L3,4 L6,4 C6.55228475,4 7,3.55228475 7,3 C7,2.44771525 6.55228475,2 6,2 Z" id="Rectangle-Copy-2" fill="#a6adb2"></path>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -4,6 +4,6 @@
<title>Dark / 20 / Menu Settings@svg</title> <title>Dark / 20 / Menu Settings@svg</title>
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<g id="Dark-/-20-/-Menu-Settings" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Dark-/-20-/-Menu-Settings" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M10.0008176,6.52173913 C8.0282065,6.52173913 6.42908921,8.07900957 6.42908921,10 C6.42908921,11.9209904 8.0282065,13.4782609 10.0008176,13.4782609 C11.9734288,13.4782609 13.5725461,11.9209904 13.5725461,10 C13.566662,8.08138806 11.9709864,6.52746922 10.0008176,6.52173913 Z M17.7121793,10 C17.7103217,10.3250067 17.6858589,10.6495177 17.6389589,10.9713043 L19.8128021,12.6286957 C20.0083535,12.7859383 20.0580698,13.0580211 19.9302227,13.2713043 L17.8738,16.7286957 C17.7447533,16.9399764 17.4784605,17.0303914 17.242497,16.9430435 L14.6864789,15.9430435 C14.154238,16.3421687 13.571791,16.6734037 12.9532977,16.9286957 L12.5711227,19.5713043 C12.527011,19.8154166 12.3117127,19.9950247 12.0572403,20 L7.944395,20 C7.69491952,19.9952713 7.48182541,19.8234517 7.43051257,19.5856522 L7.04833763,16.9430435 C6.42813863,16.6907101 5.84527209,16.3589442 5.3151564,15.9565217 L2.75913824,16.9565217 C2.52328254,17.0439471 2.25702178,16.9537263 2.12783524,16.7426087 L0.0714125971,13.2856522 C-0.056434466,13.0723689 -0.0067181773,12.8002861 0.188833169,12.6430435 L2.36267639,10.9856522 C2.3163098,10.6589991 2.29185117,10.3297508 2.28945595,10 C2.29131355,9.67499326 2.31577636,9.35048232 2.36267639,9.02869565 L0.188833169,7.37130435 C-0.0067181773,7.21406171 -0.056434466,6.9419789 0.0714125971,6.72869565 L2.12783524,3.27130435 C2.25688202,3.06002361 2.52317482,2.96960858 2.75913824,3.05695652 L5.3151564,4.05695652 C5.84739726,3.65783129 6.4298443,3.32659634 7.04833763,3.07130435 L7.43051257,0.428695652 C7.47462425,0.184583354 7.68992256,0.00497525014 7.944395,0 L12.0572403,0 C12.3067158,0.00472869506 12.5198099,0.176548306 12.5711227,0.414347826 L12.9532977,3.05695652 C13.5742761,3.30911759 14.1579033,3.64088921 14.6887112,4.04347826 L17.242497,3.04347826 C17.4783527,2.95605288 17.7446135,3.04627366 17.8738,3.2573913 L19.9302227,6.71478261 C20.0580698,6.92806586 20.0083535,7.20014867 19.8128021,7.3573913 L17.6389589,9.01478261 C17.6853061,9.34129187 17.7097647,9.67039436 17.7121793,10 Z" id="Shape" fill="#3F3F3F"></path> <path d="M10.0008176,6.52173913 C8.0282065,6.52173913 6.42908921,8.07900957 6.42908921,10 C6.42908921,11.9209904 8.0282065,13.4782609 10.0008176,13.4782609 C11.9734288,13.4782609 13.5725461,11.9209904 13.5725461,10 C13.566662,8.08138806 11.9709864,6.52746922 10.0008176,6.52173913 Z M17.7121793,10 C17.7103217,10.3250067 17.6858589,10.6495177 17.6389589,10.9713043 L19.8128021,12.6286957 C20.0083535,12.7859383 20.0580698,13.0580211 19.9302227,13.2713043 L17.8738,16.7286957 C17.7447533,16.9399764 17.4784605,17.0303914 17.242497,16.9430435 L14.6864789,15.9430435 C14.154238,16.3421687 13.571791,16.6734037 12.9532977,16.9286957 L12.5711227,19.5713043 C12.527011,19.8154166 12.3117127,19.9950247 12.0572403,20 L7.944395,20 C7.69491952,19.9952713 7.48182541,19.8234517 7.43051257,19.5856522 L7.04833763,16.9430435 C6.42813863,16.6907101 5.84527209,16.3589442 5.3151564,15.9565217 L2.75913824,16.9565217 C2.52328254,17.0439471 2.25702178,16.9537263 2.12783524,16.7426087 L0.0714125971,13.2856522 C-0.056434466,13.0723689 -0.0067181773,12.8002861 0.188833169,12.6430435 L2.36267639,10.9856522 C2.3163098,10.6589991 2.29185117,10.3297508 2.28945595,10 C2.29131355,9.67499326 2.31577636,9.35048232 2.36267639,9.02869565 L0.188833169,7.37130435 C-0.0067181773,7.21406171 -0.056434466,6.9419789 0.0714125971,6.72869565 L2.12783524,3.27130435 C2.25688202,3.06002361 2.52317482,2.96960858 2.75913824,3.05695652 L5.3151564,4.05695652 C5.84739726,3.65783129 6.4298443,3.32659634 7.04833763,3.07130435 L7.43051257,0.428695652 C7.47462425,0.184583354 7.68992256,0.00497525014 7.944395,0 L12.0572403,0 C12.3067158,0.00472869506 12.5198099,0.176548306 12.5711227,0.414347826 L12.9532977,3.05695652 C13.5742761,3.30911759 14.1579033,3.64088921 14.6887112,4.04347826 L17.242497,3.04347826 C17.4783527,2.95605288 17.7446135,3.04627366 17.8738,3.2573913 L19.9302227,6.71478261 C20.0580698,6.92806586 20.0083535,7.20014867 19.8128021,7.3573913 L17.6389589,9.01478261 C17.6853061,9.34129187 17.7097647,9.67039436 17.7121793,10 Z" id="Shape" fill="#a6adb2"></path>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -4,6 +4,6 @@
<title>Dark / 20 / Menu Tools@svg</title> <title>Dark / 20 / Menu Tools@svg</title>
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<g id="Dark-/-20-/-Menu-Tools" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Dark-/-20-/-Menu-Tools" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M14.6828167,10.4413077 L19.0439132,14.7926527 C19.6873537,15.3633209 19.9733273,16.1479897 19.9733273,16.9326584 C19.9733273,17.7173272 19.6158603,18.501996 19.0439132,19.0726642 C18.4719662,19.7146659 17.6855389,20 16.8991117,20 C16.1126844,20 15.3262572,19.6433324 14.7543101,19.0726642 L14.7543101,19.0726642 L10.3932136,14.7213192 L14.6828167,10.4413077 Z M12.2520416,1.31061654 C13.5389226,0.0266131014 15.469244,-0.330054522 17.1135918,0.3119472 C17.328072,0.383280725 17.4710588,0.597281299 17.5425522,0.811281872 C17.5425522,1.02528245 17.4710588,1.31061654 17.328072,1.45328359 L17.328072,1.45328359 L15.7552175,3.02262114 L15.9696977,3.94995696 L16.8991117,4.16395753 L18.5434596,2.59461999 C18.6864463,2.38061941 18.9724199,2.30928589 19.1869,2.38061941 C19.4013802,2.45195294 19.6158603,2.59461999 19.6873537,2.80862056 C20.3307942,4.52062515 19.9733273,6.37529679 18.6864463,7.65930024 C17.4710588,8.80063663 15.8267109,9.22863778 14.2538564,8.80063663 L14.2538564,8.80063663 L12.6095086,10.4413077 L12.6095086,10.4413077 L10.3932136,12.652647 L10.3932136,12.652647 L8.96334591,13.9366504 C9.39230622,15.5059879 8.96334591,17.2179925 7.81945175,18.3593289 C6.96153112,19.2866648 5.74614357,19.7146659 4.60224941,19.7146659 C4.03030232,19.7146659 3.52984862,19.6433324 2.95790154,19.4293318 C2.74342139,19.3579983 2.60043462,19.1439977 2.52894123,18.9299971 C2.52894123,18.7159966 2.60043462,18.4306625 2.74342139,18.2879954 L2.74342139,18.2879954 L4.31627586,16.7186579 L4.10179571,15.791322 L3.1723817,15.5773215 L1.45654045,17.003992 C1.31355368,17.2179925 1.02758014,17.2893261 0.813099981,17.2179925 C0.598619825,17.146659 0.384139669,17.003992 0.312646284,16.7899914 C-0.330794185,15.0779868 0.0266727422,13.2233152 1.31355368,11.9393117 C2.52894123,10.7979753 4.17328909,10.3699742 5.74614357,10.7979753 L5.74614357,10.7979753 L6.6040642,9.94197303 L4.74523618,8.08730139 L2.09998092,6.51796384 C2.02848753,6.51796384 1.95699415,6.37529679 1.88550076,6.30396327 L1.88550076,6.30396327 L0.241152898,3.52195581 C0.0981661276,3.23662171 0.0981661276,2.87995409 0.384139669,2.66595351 L0.384139669,2.66595351 L2.52894123,0.454614249 C2.81491477,0.240613675 3.1723817,0.169280151 3.45835524,0.383280725 L3.45835524,0.383280725 L6.24659727,2.02395179 C6.31809065,2.02395179 6.38958404,2.16661884 6.46107742,2.23795237 L6.46107742,2.23795237 L8.10542529,5.01995983 L9.96425331,6.87463147 L11.1081475,5.73329507 C10.6791872,4.16395753 11.1081475,2.45195294 12.2520416,1.31061654 Z" id="Path-2" fill="#3F3F3F"></path> <path d="M14.6828167,10.4413077 L19.0439132,14.7926527 C19.6873537,15.3633209 19.9733273,16.1479897 19.9733273,16.9326584 C19.9733273,17.7173272 19.6158603,18.501996 19.0439132,19.0726642 C18.4719662,19.7146659 17.6855389,20 16.8991117,20 C16.1126844,20 15.3262572,19.6433324 14.7543101,19.0726642 L14.7543101,19.0726642 L10.3932136,14.7213192 L14.6828167,10.4413077 Z M12.2520416,1.31061654 C13.5389226,0.0266131014 15.469244,-0.330054522 17.1135918,0.3119472 C17.328072,0.383280725 17.4710588,0.597281299 17.5425522,0.811281872 C17.5425522,1.02528245 17.4710588,1.31061654 17.328072,1.45328359 L17.328072,1.45328359 L15.7552175,3.02262114 L15.9696977,3.94995696 L16.8991117,4.16395753 L18.5434596,2.59461999 C18.6864463,2.38061941 18.9724199,2.30928589 19.1869,2.38061941 C19.4013802,2.45195294 19.6158603,2.59461999 19.6873537,2.80862056 C20.3307942,4.52062515 19.9733273,6.37529679 18.6864463,7.65930024 C17.4710588,8.80063663 15.8267109,9.22863778 14.2538564,8.80063663 L14.2538564,8.80063663 L12.6095086,10.4413077 L12.6095086,10.4413077 L10.3932136,12.652647 L10.3932136,12.652647 L8.96334591,13.9366504 C9.39230622,15.5059879 8.96334591,17.2179925 7.81945175,18.3593289 C6.96153112,19.2866648 5.74614357,19.7146659 4.60224941,19.7146659 C4.03030232,19.7146659 3.52984862,19.6433324 2.95790154,19.4293318 C2.74342139,19.3579983 2.60043462,19.1439977 2.52894123,18.9299971 C2.52894123,18.7159966 2.60043462,18.4306625 2.74342139,18.2879954 L2.74342139,18.2879954 L4.31627586,16.7186579 L4.10179571,15.791322 L3.1723817,15.5773215 L1.45654045,17.003992 C1.31355368,17.2179925 1.02758014,17.2893261 0.813099981,17.2179925 C0.598619825,17.146659 0.384139669,17.003992 0.312646284,16.7899914 C-0.330794185,15.0779868 0.0266727422,13.2233152 1.31355368,11.9393117 C2.52894123,10.7979753 4.17328909,10.3699742 5.74614357,10.7979753 L5.74614357,10.7979753 L6.6040642,9.94197303 L4.74523618,8.08730139 L2.09998092,6.51796384 C2.02848753,6.51796384 1.95699415,6.37529679 1.88550076,6.30396327 L1.88550076,6.30396327 L0.241152898,3.52195581 C0.0981661276,3.23662171 0.0981661276,2.87995409 0.384139669,2.66595351 L0.384139669,2.66595351 L2.52894123,0.454614249 C2.81491477,0.240613675 3.1723817,0.169280151 3.45835524,0.383280725 L3.45835524,0.383280725 L6.24659727,2.02395179 C6.31809065,2.02395179 6.38958404,2.16661884 6.46107742,2.23795237 L6.46107742,2.23795237 L8.10542529,5.01995983 L9.96425331,6.87463147 L11.1081475,5.73329507 C10.6791872,4.16395753 11.1081475,2.45195294 12.2520416,1.31061654 Z" id="Path-2" fill="#a6adb2"></path>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -4,6 +4,6 @@
<title>Dark / 20 / Menu Users@svg</title> <title>Dark / 20 / Menu Users@svg</title>
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<g id="Dark-/-20-/-Menu-Users" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Dark-/-20-/-Menu-Users" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M10,12.9411765 C14.2536667,12.9411765 17,15.2941176 17,17.6470588 C17,18.8235294 14.1043333,20 10,20 C5.625,20 3,18.8235294 3,17.6470588 C3,15.2941176 5.625,12.9411765 10,12.9411765 Z M10,0 C11.6111667,0 13.0695,0.658823529 14.1253333,1.72352941 C15.18,2.78705882 15.8333333,4.25764706 15.8333333,5.88235294 C15.8333333,7.50705882 15.18,8.97764706 14.1253333,10.0411765 C13.0695,11.1058824 11.6111667,11.7647059 10,11.7647059 C8.38883333,11.7647059 6.9305,11.1058824 5.87466667,10.0411765 C4.82,8.97764706 4.16666667,7.50705882 4.16666667,5.88235294 C4.16666667,4.25764706 4.82,2.78705882 5.87466667,1.72352941 C6.9305,0.658823529 8.38883333,0 10,0 Z" id="Path-2" fill="#3F3F3F"></path> <path d="M10,12.9411765 C14.2536667,12.9411765 17,15.2941176 17,17.6470588 C17,18.8235294 14.1043333,20 10,20 C5.625,20 3,18.8235294 3,17.6470588 C3,15.2941176 5.625,12.9411765 10,12.9411765 Z M10,0 C11.6111667,0 13.0695,0.658823529 14.1253333,1.72352941 C15.18,2.78705882 15.8333333,4.25764706 15.8333333,5.88235294 C15.8333333,7.50705882 15.18,8.97764706 14.1253333,10.0411765 C13.0695,11.1058824 11.6111667,11.7647059 10,11.7647059 C8.38883333,11.7647059 6.9305,11.1058824 5.87466667,10.0411765 C4.82,8.97764706 4.16666667,7.50705882 4.16666667,5.88235294 C4.16666667,4.25764706 4.82,2.78705882 5.87466667,1.72352941 C6.9305,0.658823529 8.38883333,0 10,0 Z" id="Path-2" fill="#a6adb2"></path>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -4,6 +4,6 @@
<title>Dark / 20 / Menu Warp Update@svg</title> <title>Dark / 20 / Menu Warp Update@svg</title>
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<g id="Dark-/-20-/-Menu-Warp-Update" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Dark-/-20-/-Menu-Warp-Update" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M10,0 C15.4050388,0 20,1.5951272 20,5.39448104 L20,14.605519 C20,18.1679516 15.9602388,19.79249 11.0007789,19.9812441 L11,12.459 L14.2928932,15.7516014 L14.3871006,15.83479 C14.7793918,16.1398149 15.3466228,16.1120854 15.7071068,15.7516014 C16.0976311,15.3610771 16.0976311,14.7279121 15.7071068,14.3373878 L15.7071068,14.3373878 L10.7071068,9.33738785 L10.6128994,9.25419924 C10.2206082,8.94917435 9.65337718,8.97690389 9.29289322,9.33738785 L9.29289322,9.33738785 L4.29289322,14.3373878 L4.20970461,14.4315952 C3.90467972,14.8238864 3.93240926,15.3911174 4.29289322,15.7516014 L4.29289322,15.7516014 L4.38710056,15.83479 C4.77939176,16.1398149 5.34662282,16.1120854 5.70710678,15.7516014 L5.70710678,15.7516014 L9,12.459 L9.00022065,19.9812821 C4.04030399,19.7927082 0,18.168191 0,14.605519 L0,5.39448104 C0,1.5951272 4.59496118,0 10,0 L10,0 Z M10.6128994,3.20970461 C10.2206082,2.90467972 9.65337718,2.93240926 9.29289322,3.29289322 L9.29289322,3.29289322 L4.29289322,8.29289322 L4.20970461,8.38710056 C3.90467972,8.77939176 3.93240926,9.34662282 4.29289322,9.70710678 L4.29289322,9.70710678 L4.38710056,9.79029539 C4.77939176,10.0953203 5.34662282,10.0675907 5.70710678,9.70710678 L5.70710678,9.70710678 L10,5.415 L14.2928932,9.70710678 L14.3871006,9.79029539 C14.7793918,10.0953203 15.3466228,10.0675907 15.7071068,9.70710678 C16.0976311,9.31658249 16.0976311,8.68341751 15.7071068,8.29289322 L15.7071068,8.29289322 L10.7071068,3.29289322 Z" id="Mask" fill="#3F3F3F"></path> <path d="M10,0 C15.4050388,0 20,1.5951272 20,5.39448104 L20,14.605519 C20,18.1679516 15.9602388,19.79249 11.0007789,19.9812441 L11,12.459 L14.2928932,15.7516014 L14.3871006,15.83479 C14.7793918,16.1398149 15.3466228,16.1120854 15.7071068,15.7516014 C16.0976311,15.3610771 16.0976311,14.7279121 15.7071068,14.3373878 L15.7071068,14.3373878 L10.7071068,9.33738785 L10.6128994,9.25419924 C10.2206082,8.94917435 9.65337718,8.97690389 9.29289322,9.33738785 L9.29289322,9.33738785 L4.29289322,14.3373878 L4.20970461,14.4315952 C3.90467972,14.8238864 3.93240926,15.3911174 4.29289322,15.7516014 L4.29289322,15.7516014 L4.38710056,15.83479 C4.77939176,16.1398149 5.34662282,16.1120854 5.70710678,15.7516014 L5.70710678,15.7516014 L9,12.459 L9.00022065,19.9812821 C4.04030399,19.7927082 0,18.168191 0,14.605519 L0,5.39448104 C0,1.5951272 4.59496118,0 10,0 L10,0 Z M10.6128994,3.20970461 C10.2206082,2.90467972 9.65337718,2.93240926 9.29289322,3.29289322 L9.29289322,3.29289322 L4.29289322,8.29289322 L4.20970461,8.38710056 C3.90467972,8.77939176 3.93240926,9.34662282 4.29289322,9.70710678 L4.29289322,9.70710678 L4.38710056,9.79029539 C4.77939176,10.0953203 5.34662282,10.0675907 5.70710678,9.70710678 L5.70710678,9.70710678 L10,5.415 L14.2928932,9.70710678 L14.3871006,9.79029539 C14.7793918,10.0953203 15.3466228,10.0675907 15.7071068,9.70710678 C16.0976311,9.31658249 16.0976311,8.68341751 15.7071068,8.29289322 L15.7071068,8.29289322 L10.7071068,3.29289322 Z" id="Mask" fill="#a6adb2"></path>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -4,6 +4,6 @@
<title>Dark / 20 / Menu Workspace@svg</title> <title>Dark / 20 / Menu Workspace@svg</title>
<desc>Created with Sketch.</desc> <desc>Created with Sketch.</desc>
<g id="Dark-/-20-/-Menu-Workspace" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Dark-/-20-/-Menu-Workspace" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M5,9 L1,9 C0.44771525,9 0,8.55228475 0,8 L0,8 L0,1 C0,0.44771525 0.44771525,0 1,0 L1,0 L11,0 C11.5522847,0 12,0.44771525 12,1 L12,1 L12,8 C12,8.55228475 11.5522847,9 11,9 L11,9 L7,9 L7,10 L19,10 C19.5128358,10 19.9355072,10.3860402 19.9932723,10.8833789 L20,11 L20,19 C20,19.5522847 19.5522847,20 19,20 C18.4871642,20 18.0644928,19.6139598 18.0067277,19.1166211 L18,19 L18,16 L18,16 L12,16 C11.4477153,16 11,15.5522847 11,15 L11,12 L2,12 L2,19 C2,19.5128358 1.61395981,19.9355072 1.11662113,19.9932723 L1,20 C0.487164161,20 0.0644928393,19.6139598 0.00672773133,19.1166211 L0,19 L0,11 C0,10.4871642 0.38604019,10.0644928 0.883378875,10.0067277 L1,10 L5,10 L5,9 Z M14,12 C13.4477153,12 13,12.4477153 13,13 C13,13.5522847 13.4477153,14 14,14 C14.5522847,14 15,13.5522847 15,13 C15,12.4477153 14.5522847,12 14,12 Z M10,2 L2,2 L2,7 L10,7 L10,2 Z" id="Rectangle-2" fill="#3F3F3F"></path> <path d="M5,9 L1,9 C0.44771525,9 0,8.55228475 0,8 L0,8 L0,1 C0,0.44771525 0.44771525,0 1,0 L1,0 L11,0 C11.5522847,0 12,0.44771525 12,1 L12,1 L12,8 C12,8.55228475 11.5522847,9 11,9 L11,9 L7,9 L7,10 L19,10 C19.5128358,10 19.9355072,10.3860402 19.9932723,10.8833789 L20,11 L20,19 C20,19.5522847 19.5522847,20 19,20 C18.4871642,20 18.0644928,19.6139598 18.0067277,19.1166211 L18,19 L18,16 L18,16 L12,16 C11.4477153,16 11,15.5522847 11,15 L11,12 L2,12 L2,19 C2,19.5128358 1.61395981,19.9355072 1.11662113,19.9932723 L1,20 C0.487164161,20 0.0644928393,19.6139598 0.00672773133,19.1166211 L0,19 L0,11 C0,10.4871642 0.38604019,10.0644928 0.883378875,10.0067277 L1,10 L5,10 L5,9 Z M14,12 C13.4477153,12 13,12.4477153 13,13 C13,13.5522847 13.4477153,14 14,14 C14.5522847,14 15,13.5522847 15,13 C15,12.4477153 14.5522847,12 14,12 Z M10,2 L2,2 L2,7 L10,7 L10,2 Z" id="Rectangle-2" fill="#a6adb2"></path>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1,21 +1,39 @@
<?php <?php
// Pandora FMS - http://pandorafms.com
// ================================================== /**
// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas * Double Authentication Ajax file.
// Please see http://pandorafms.org for full contribution list *
// This program is free software; you can redistribute it and/or * @category Users
// modify it under the terms of the GNU General Public License * @package Pandora FMS
// as published by the Free Software Foundation for version 2. * @subpackage Community
// This program is distributed in the hope that it will be useful, * @version 1.0.0
// but WITHOUT ANY WARRANTY; without even the implied warranty of * @license See below
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
// GNU General Public License for more details. * ______ ___ _______ _______ ________
* | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __|
* | __/| _ | | _ || _ | _| _ | | ___| |__ |
* |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______|
*
* ============================================================================
* Copyright (c) 2005-2023 Artica Soluciones Tecnologicas
* Please see http://pandorafms.org for full contribution list
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation for version 2.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* ============================================================================
*/
// Begin.
global $config; global $config;
// Login check // Login check.
check_login(); check_login();
// Security check // Security check.
$id_user = (string) get_parameter('id_user'); $id_user = (string) get_parameter('id_user');
$FA_forced = (int) get_parameter('FA_forced'); $FA_forced = (int) get_parameter('FA_forced');
$id_user_auth = (string) get_parameter('id_user_auth', $config['id_user']); $id_user_auth = (string) get_parameter('id_user_auth', $config['id_user']);
@ -30,15 +48,15 @@ if ($id_user !== $config['id_user'] && $FA_forced != 1) {
return; return;
} }
// Load the class // Load the class.
require_once $config['homedir'].'/include/auth/GAuth/Auth.php'; require_once $config['homedir'].'/include/auth/GAuth/Auth.php';
// Default lenght of the secret // Default lenght of the secret.
$secret_lenght = 16; $secret_lenght = 16;
// Default lenght of the code // Default lenght of the code.
$code_lenght = 6; $code_lenght = 6;
// Generate a new secret for the user // Generate a new secret for the user.
$generate_double_auth_secret = (bool) get_parameter('generate_double_auth_secret'); $generate_double_auth_secret = (bool) get_parameter('generate_double_auth_secret');
if ($generate_double_auth_secret) { if ($generate_double_auth_secret) {
$gAuth = new \GAuth\Auth(); $gAuth = new \GAuth\Auth();
@ -93,7 +111,7 @@ if ($validate_double_auth_code) {
return; return;
} }
// Set the provided secret to the user // Set the provided secret to the user.
$save_double_auth_secret = (bool) get_parameter('save_double_auth_secret'); $save_double_auth_secret = (bool) get_parameter('save_double_auth_secret');
if ($save_double_auth_secret) { if ($save_double_auth_secret) {
$result = false; $result = false;
@ -101,10 +119,10 @@ if ($save_double_auth_secret) {
$secret = (string) get_parameter('secret'); $secret = (string) get_parameter('secret');
if (strlen($secret) === $secret_lenght) { if (strlen($secret) === $secret_lenght) {
// Delete the actual value (if exists) // Delete the actual value (if exists).
$where = ['id_user' => $id_user]; $where = ['id_user' => $id_user];
db_process_sql_delete('tuser_double_auth', $where); db_process_sql_delete('tuser_double_auth', $where);
// Insert the new value // Insert the new value.
$values = [ $values = [
'id_user' => $id_user, 'id_user' => $id_user,
'secret' => $secret, 'secret' => $secret,
@ -116,12 +134,12 @@ if ($save_double_auth_secret) {
return; return;
} }
// Disable the double auth for the user // Disable the double auth for the user.
$deactivate_double_auth = (bool) get_parameter('deactivate_double_auth'); $deactivate_double_auth = (bool) get_parameter('deactivate_double_auth');
if ($deactivate_double_auth) { if ($deactivate_double_auth) {
$result = false; $result = false;
// Delete the actual value (if exists) // Delete the actual value (if exists).
$where = ['id_user' => $id_user]; $where = ['id_user' => $id_user];
$result = db_process_sql_delete('tuser_double_auth', $where); $result = db_process_sql_delete('tuser_double_auth', $where);
@ -129,7 +147,7 @@ if ($deactivate_double_auth) {
return; return;
} }
// Get the info page to the container dialog // Get the info page to the container dialog.
$get_double_auth_data_page = (bool) get_parameter('get_double_auth_data_page'); $get_double_auth_data_page = (bool) get_parameter('get_double_auth_data_page');
if ($get_double_auth_data_page) { if ($get_double_auth_data_page) {
$secret = db_get_value('secret', 'tuser_double_auth', 'id_user', $id_user); $secret = db_get_value('secret', 'tuser_double_auth', 'id_user', $id_user);
@ -146,7 +164,7 @@ if ($get_double_auth_data_page) {
$html .= '</p>'; $html .= '</p>';
$html .= '</div>'; $html .= '</div>';
$html .= '<div class="center_align">'; $html .= '<div class="center_align">';
$html .= __('Code').": <b>$secret</b>"; $html .= __('Code').': <b>'.$secret.'</b>';
$html .= '<br>'; $html .= '<br>';
$html .= __('QR').': <br>'; $html .= __('QR').': <br>';
$html .= '<div id="qr-container"></div>'; $html .= '<div id="qr-container"></div>';
@ -161,7 +179,7 @@ if ($get_double_auth_data_page) {
var secret = "<?php echo $secret; ?>"; var secret = "<?php echo $secret; ?>";
var id_user_auth = "<?php echo $id_user_auth; ?>"; var id_user_auth = "<?php echo $id_user_auth; ?>";
// QR code with the secret to add it to the app // QR code with the secret to add it to the app.
paint_qrcode("otpauth://totp/"+id_user_auth+"?secret="+secret, $("div#qr-container").get(0), 200, 200); paint_qrcode("otpauth://totp/"+id_user_auth+"?secret="+secret, $("div#qr-container").get(0), 200, 200);
$("div#qr-container").attr("title", "").find("canvas").remove(); $("div#qr-container").attr("title", "").find("canvas").remove();
@ -179,7 +197,7 @@ if ($get_double_auth_data_page) {
return; return;
} }
// Get the info page to the container dialog // Get the info page to the container dialog.
$get_double_auth_info_page = (bool) get_parameter('get_double_auth_info_page'); $get_double_auth_info_page = (bool) get_parameter('get_double_auth_info_page');
if ($get_double_auth_info_page) { if ($get_double_auth_info_page) {
$container_id = (string) get_parameter('containerID'); $container_id = (string) get_parameter('containerID');
@ -209,14 +227,14 @@ if ($get_double_auth_info_page) {
ob_clean(); ob_clean();
?> ?>
<script type="text/javascript"> <script type="text/javascript">
// Open the download page on click // Open the download page on click.
$("input[name=\"google_authenticator_download\"]").click(function (e) { $("#button-google_authenticator_download").click(function (e) {
e.preventDefault(); e.preventDefault();
window.open("https://support.google.com/accounts/answer/1066447"); window.open("https://support.google.com/accounts/answer/1066447");
}); });
// Change the container content with the generation page // Change the container content with the generation page.
$("input[name=\"continue_to_generate\"]").click(function (e) { $("#button-continue_to_generate").click(function (e) {
e.preventDefault(); e.preventDefault();
if (!confirm("<?php echo __('Are you installed the app yet?'); ?>")) { if (!confirm("<?php echo __('Are you installed the app yet?'); ?>")) {
@ -268,7 +286,7 @@ if ($get_double_auth_info_page) {
return; return;
} }
// Get the page that generates a secret for the user // Get the page that generates a secret for the user.
$get_double_auth_generation_page = (bool) get_parameter('get_double_auth_generation_page'); $get_double_auth_generation_page = (bool) get_parameter('get_double_auth_generation_page');
if ($get_double_auth_generation_page) { if ($get_double_auth_generation_page) {
$container_id = (string) get_parameter('containerID'); $container_id = (string) get_parameter('containerID');
@ -289,7 +307,7 @@ if ($get_double_auth_generation_page) {
$html .= '</p>'; $html .= '</p>';
$html .= '</div>'; $html .= '</div>';
$html .= '<div class="center_align">'; $html .= '<div class="center_align">';
$html .= __('Code').": <b>$secret</b>"; $html .= __('Code').': <b>'.$secret.'</b>';
$html .= '<br>'; $html .= '<br>';
$html .= __('QR').': <br>'; $html .= __('QR').': <br>';
$html .= '<div id="qr-container"></div>'; $html .= '<div id="qr-container"></div>';
@ -319,7 +337,7 @@ if ($get_double_auth_generation_page) {
}, 10); }, 10);
// Load the same page with another secret // Load the same page with another secret
$("input[name=\"continue_to_generate\"]").click(function(e) { $("#button-continue_to_generate").click(function(e) {
e.preventDefault(); e.preventDefault();
var containerID = "<?php echo $container_id; ?>"; var containerID = "<?php echo $container_id; ?>";
@ -360,7 +378,7 @@ if ($get_double_auth_generation_page) {
}); });
// Load the validation page // Load the validation page
$("input[name=\"continue_to_validate\"]").click(function(e) { $("#button-continue_to_validate").click(function(e) {
e.preventDefault(); e.preventDefault();
if (!confirm("<?php echo __('Are you introduced the code in the authenticator app yet?'); ?>")) { if (!confirm("<?php echo __('Are you introduced the code in the authenticator app yet?'); ?>")) {
@ -455,7 +473,7 @@ if ($get_double_auth_validation_page) {
$(this).removeClass("red").css('border-color', '#cbcbcb'); $(this).removeClass("red").css('border-color', '#cbcbcb');
}); });
$("input[name=\"continue_to_validate\"]").click(function(e) { $("#button-continue_to_validate").click(function(e) {
e.preventDefault(); e.preventDefault();
// Hide the error message // Hide the error message
@ -463,7 +481,7 @@ if ($get_double_auth_validation_page) {
var containerID = "<?php echo $container_id; ?>"; var containerID = "<?php echo $container_id; ?>";
$("input[name=\"continue_to_validate\"]").prop('enabled', false).hide(); $("#button-continue_to_validate").prop('enabled', false).hide();
$("div#button-container").find("img").show(); $("div#button-container").find("img").show();
$.ajax({ $.ajax({
@ -493,7 +511,7 @@ if ($get_double_auth_validation_page) {
} }
// Invalid code // Invalid code
else if (data === false) { else if (data === false) {
$("input[name=\"continue_to_validate\"]").prop('enabled', true).show(); $("#button-continue_to_validate").prop('enabled', true).show();
$("div#button-container").find("img").hide(); $("div#button-container").find("img").hide();
$("input#text-code").addClass("red").css('border-color', '#c00'); $("input#text-code").addClass("red").css('border-color', '#c00');
@ -501,7 +519,7 @@ if ($get_double_auth_validation_page) {
} }
// Valid code but not saved // Valid code but not saved
else if (data === 1) { else if (data === 1) {
$("input[name=\"continue_to_validate\"]").prop('enabled', true).show(); $("#button-continue_to_validate").prop('enabled', true).show();
$("div#button-container").find("img").hide(); $("div#button-container").find("img").hide();
$("input#text-code").addClass("red").css('border-color', '#c00'); $("input#text-code").addClass("red").css('border-color', '#c00');

View File

@ -225,8 +225,7 @@ if (check_login()) {
SECONDS_2YEARS => __('2 years'), SECONDS_2YEARS => __('2 years'),
SECONDS_3YEARS => __('3 years'), SECONDS_3YEARS => __('3 years'),
]; ];
$formtable->data[0][0] = '<div style="display:flex;align-items:center;font-weight:bold;">'.html_print_radio_button_extended(
$formtable->data[0][0] = html_print_radio_button_extended(
'selection_mode', 'selection_mode',
'fromnow', 'fromnow',
'', '',
@ -235,8 +234,9 @@ if (check_login()) {
'', '',
'class="mrgn_right_15px"', 'class="mrgn_right_15px"',
true true
).__('Choose a time from now'); ).__('Choose a time from now').'</div>';
$formtable->data[0][1] = html_print_select( $formtable->colspan[0][0] = 2;
$formtable->data[0][2] = html_print_select(
$periods, $periods,
'period', 'period',
$period, $period,
@ -247,12 +247,11 @@ if (check_login()) {
false, false,
false false
); );
$formtable->data[0][2] = '';
$formtable->data[0][3] = "<a href='javascript: show_module_detail_dialog(".$module_id.', '.$agentId.', "'.$server_name.'", 0, -1,"'.modules_get_agentmodule_name($module_id)."\")'>".html_print_image('images/refresh.png', true, ['style' => 'vertical-align: middle;', 'border' => '0', 'class' => 'invert_filter' ]).'</a>'; $formtable->data[0][3] = "<a href='javascript: show_module_detail_dialog(".$module_id.', '.$agentId.', "'.$server_name.'", 0, -1,"'.modules_get_agentmodule_name($module_id)."\")'>".html_print_image('images/refresh.png', true, ['style' => 'vertical-align: middle;', 'border' => '0', 'class' => 'invert_filter' ]).'</a>';
$formtable->rowspan[0][3] = 2; $formtable->rowspan[0][3] = 2;
$formtable->cellstyle[0][3] = 'vertical-align: middle;'; $formtable->cellstyle[0][3] = 'vertical-align: middle;';
$formtable->data[1][0] = html_print_radio_button_extended( $formtable->data[1][0] = '<div style="display:flex;align-items:center;font-weight:bold;">'.html_print_radio_button_extended(
'selection_mode', 'selection_mode',
'range', 'range',
'', '',
@ -262,9 +261,9 @@ if (check_login()) {
'class="mrgn_right_15px"', 'class="mrgn_right_15px"',
true true
).__('Specify time range'); ).__('Specify time range');
$formtable->data[1][1] = __('Timestamp from:'); $formtable->data[1][1] = '<span style="font-weight:bold">'.__('Timestamp from:').'</span></div>';
$formtable->data[1][2] = html_print_input_text( $formtable->data[1][2] = '<div class="inputs_date_details">'.html_print_input_text(
'date_from', 'date_from',
$date_from, $date_from,
'', '',
@ -277,12 +276,12 @@ if (check_login()) {
$time_from, $time_from,
'', '',
9, 9,
7, 8,
true true
); );
$formtable->data[1][1] .= '<br />'; $formtable->data[1][1] .= '<br />';
$formtable->data[1][1] .= __('Timestamp to:'); $formtable->data[1][1] .= '<span style="font-weight:bold">'.__('Timestamp to:').'</span>';
$formtable->data[1][2] .= '<br />'; $formtable->data[1][2] .= '<br />';
$formtable->data[1][2] .= html_print_input_text( $formtable->data[1][2] .= html_print_input_text(
@ -298,9 +297,9 @@ if (check_login()) {
$time_to, $time_to,
'', '',
9, 9,
7, 8,
true true
); ).'</div>';
$freesearch_object = ''; $freesearch_object = '';
if (preg_match('/_string/', $moduletype_name)) { if (preg_match('/_string/', $moduletype_name)) {

View File

@ -104,7 +104,7 @@ class OrderInterpreter extends Wizard
[ [
'name' => __('Tactical View'), 'name' => __('Tactical View'),
'icon' => ui_get_full_url( 'icon' => ui_get_full_url(
'images/menu/op_monitoring.menu_gray.png' 'images/menu/monitoring.svg'
), ),
'url' => ui_get_full_url( 'url' => ui_get_full_url(
'index.php?sec=view&sec2=operation/agentes/tactical' 'index.php?sec=view&sec2=operation/agentes/tactical'
@ -122,7 +122,7 @@ class OrderInterpreter extends Wizard
[ [
'name' => __('Agent Management'), 'name' => __('Agent Management'),
'icon' => ui_get_full_url( 'icon' => ui_get_full_url(
'images/menu/gm_resources.menu_gray.png' 'images/menu/resources.svg'
), ),
'url' => ui_get_full_url( 'url' => ui_get_full_url(
'index.php?sec=gagente&sec2=godmode/agentes/modificar_agente' 'index.php?sec=gagente&sec2=godmode/agentes/modificar_agente'
@ -140,7 +140,7 @@ class OrderInterpreter extends Wizard
[ [
'name' => __('General Setup'), 'name' => __('General Setup'),
'icon' => ui_get_full_url( 'icon' => ui_get_full_url(
'images/menu/gm_setup.menu_gray.png' 'images/menu/settings.svg'
), ),
'url' => ui_get_full_url( 'url' => ui_get_full_url(
'index.php?sec=general&sec2=godmode/setup/setup&section=general' 'index.php?sec=general&sec2=godmode/setup/setup&section=general'
@ -156,7 +156,7 @@ class OrderInterpreter extends Wizard
[ [
'name' => __('Manage Policies'), 'name' => __('Manage Policies'),
'icon' => ui_get_full_url( 'icon' => ui_get_full_url(
'images/menu/gm_configuration.menu_gray.png' 'images/menu/configuration.svg'
), ),
'url' => ui_get_full_url( 'url' => ui_get_full_url(
'index.php?sec=gmodules&sec2=enterprise/godmode/policies/policies' 'index.php?sec=gmodules&sec2=enterprise/godmode/policies/policies'
@ -170,7 +170,7 @@ class OrderInterpreter extends Wizard
[ [
'name' => __('List Alerts'), 'name' => __('List Alerts'),
'icon' => ui_get_full_url( 'icon' => ui_get_full_url(
'images/menu/gm_alerts.menu_gray.png' 'images/menu/alerts.svg'
), ),
'url' => ui_get_full_url( 'url' => ui_get_full_url(
'index.php?sec=galertas&sec2=godmode/alerts/alert_list' 'index.php?sec=galertas&sec2=godmode/alerts/alert_list'
@ -194,7 +194,7 @@ class OrderInterpreter extends Wizard
[ [
'name' => __('View Events'), 'name' => __('View Events'),
'icon' => ui_get_full_url( 'icon' => ui_get_full_url(
'images/menu/op_events.menu_gray.png' 'images/menu/events.svg'
), ),
'url' => ui_get_full_url( 'url' => ui_get_full_url(
'index.php?sec=eventos&sec2=operation/events/events' 'index.php?sec=eventos&sec2=operation/events/events'
@ -218,7 +218,7 @@ class OrderInterpreter extends Wizard
[ [
'name' => __('Dashboard'), 'name' => __('Dashboard'),
'icon' => ui_get_full_url( 'icon' => ui_get_full_url(
'images/menu/op_reporting.menu_gray.png' 'images/menu/reporting.svg'
), ),
'url' => ui_get_full_url( 'url' => ui_get_full_url(
'index.php?sec=reporting&sec2=operation/dashboard/dashboard' 'index.php?sec=reporting&sec2=operation/dashboard/dashboard'
@ -232,7 +232,7 @@ class OrderInterpreter extends Wizard
[ [
'name' => __('Visual Console'), 'name' => __('Visual Console'),
'icon' => ui_get_full_url( 'icon' => ui_get_full_url(
'images/menu/op_network.menu_gray.png' 'images/menu/network.svg'
), ),
'url' => ui_get_full_url( 'url' => ui_get_full_url(
'index.php?sec=network&sec2=godmode/reporting/map_builder' 'index.php?sec=network&sec2=godmode/reporting/map_builder'
@ -246,7 +246,7 @@ class OrderInterpreter extends Wizard
[ [
'name' => __('Manage Servers'), 'name' => __('Manage Servers'),
'icon' => ui_get_full_url( 'icon' => ui_get_full_url(
'images/menu/gm_servers.menu_gray.png' 'images/menu/servers.svg'
), ),
'url' => ui_get_full_url( 'url' => ui_get_full_url(
'index.php?sec=gservers&sec2=godmode/servers/modificar_server' 'index.php?sec=gservers&sec2=godmode/servers/modificar_server'
@ -260,7 +260,7 @@ class OrderInterpreter extends Wizard
[ [
'name' => __('Edit User'), 'name' => __('Edit User'),
'icon' => ui_get_full_url( 'icon' => ui_get_full_url(
'images/menu/gm_users.menu_gray.png' 'images/menu/users.svg'
), ),
'url' => ui_get_full_url( 'url' => ui_get_full_url(
'index.php?sec=workspace&sec2=operation/users/user_edit' 'index.php?sec=workspace&sec2=operation/users/user_edit'
@ -270,7 +270,7 @@ class OrderInterpreter extends Wizard
[ [
'name' => __('Tree View'), 'name' => __('Tree View'),
'icon' => ui_get_full_url( 'icon' => ui_get_full_url(
'images/menu/op_monitoring.menu_gray.png' 'images/menu/monitoring.svg'
), ),
'url' => ui_get_full_url( 'url' => ui_get_full_url(
'index.php?sec=view&sec2=operation/tree' 'index.php?sec=view&sec2=operation/tree'
@ -280,7 +280,7 @@ class OrderInterpreter extends Wizard
[ [
'name' => __('Network Component'), 'name' => __('Network Component'),
'icon' => ui_get_full_url( 'icon' => ui_get_full_url(
'images/menu/gm_configuration.menu_gray.png' 'images/menu/configuration.svg'
), ),
'url' => ui_get_full_url( 'url' => ui_get_full_url(
'index.php?sec=gmodules&sec2=godmode/modules/manage_network_components' 'index.php?sec=gmodules&sec2=godmode/modules/manage_network_components'
@ -294,7 +294,7 @@ class OrderInterpreter extends Wizard
[ [
'name' => __('Task List'), 'name' => __('Task List'),
'icon' => ui_get_full_url( 'icon' => ui_get_full_url(
'images/menu/gm_discovery.menu.png' 'images/menu/discovery.menu.png'
), ),
'url' => ui_get_full_url( 'url' => ui_get_full_url(
'index.php?sec=discovery&sec2=godmode/servers/discovery&wiz=tasklist' 'index.php?sec=discovery&sec2=godmode/servers/discovery&wiz=tasklist'
@ -338,7 +338,7 @@ class OrderInterpreter extends Wizard
[ [
'name' => __('Warp Update'), 'name' => __('Warp Update'),
'icon' => ui_get_full_url( 'icon' => ui_get_full_url(
'images/menu/um_messages.menu_gray.png' 'images/menu/um_messages.svg'
), ),
'url' => ui_get_full_url( 'url' => ui_get_full_url(
'index.php?sec=messages&sec2=godmode/update_manager/update_manager&tab=setup' 'index.php?sec=messages&sec2=godmode/update_manager/update_manager&tab=setup'
@ -352,7 +352,7 @@ class OrderInterpreter extends Wizard
[ [
'name' => __('Manage Agent Groups'), 'name' => __('Manage Agent Groups'),
'icon' => ui_get_full_url( 'icon' => ui_get_full_url(
'images/menu/gm_users.menu_gray.png' 'images/menu/users.svg'
), ),
'url' => ui_get_full_url( 'url' => ui_get_full_url(
'index.php?sec=gagente&sec2=godmode/groups/group_list&tab=groups' 'index.php?sec=gagente&sec2=godmode/groups/group_list&tab=groups'

View File

@ -4231,11 +4231,14 @@ function events_page_details($event, $server_id=0)
$data = []; $data = [];
$data[0] = '<div class="normal_weight mrgn_lft_20px">'.__('OS').'</div>'; $data[0] = '<div class="normal_weight mrgn_lft_20px">'.__('OS').'</div>';
$data[1] = ui_print_os_icon($agent['id_os'], true, true); $data[1] = '<div style="display:flex"><div class="main_menu_icon">'.ui_print_os_icon($agent['id_os'], false, true).'</div>';
$data[1] .= get_os_name($agent['id_os']);
if (empty($agent['os_version']) === false) { if (empty($agent['os_version']) === false) {
$data[1] .= ' ('.$agent['os_version'].')'; $data[1] .= ' ('.$agent['os_version'].')';
} }
$data[1] .= '</div>';
$table_details->data[] = $data; $table_details->data[] = $data;
$data = []; $data = [];

View File

@ -3449,7 +3449,8 @@ function html_print_button($label='OK', $name='', $disabled=false, $script='', $
$output = ''; $output = '';
$classes = ''; $classes = '';
$fixedId = ''; $fixedId = '';
$iconStyle = '';
$spanStyle = 'margin-top: 4px;';
if (empty($name) === true) { if (empty($name) === true) {
$name = 'unnamed'; $name = 'unnamed';
} }
@ -3477,6 +3478,10 @@ function html_print_button($label='OK', $name='', $disabled=false, $script='', $
$classes .= ' '.$value; $classes .= ' '.$value;
} else if ($attribute === 'fixed_id') { } else if ($attribute === 'fixed_id') {
$fixedId = $value; $fixedId = $value;
} else if ($attribute === 'icon_style') {
$iconStyle = $value;
} else if ($attribute === 'span_style') {
$spanStyle .= $value;
} else if ($attribute === 'rawAttributes') { } else if ($attribute === 'rawAttributes') {
$buttonType = ($attr_array['type'] ?? 'button'); $buttonType = ($attr_array['type'] ?? 'button');
$buttonAttributes = $value; $buttonAttributes = $value;
@ -3492,7 +3497,7 @@ function html_print_button($label='OK', $name='', $disabled=false, $script='', $
if (empty($iconToUse) === false || (isset($buttonMode) === true && $buttonMode !== 'onlyIcon')) { if (empty($iconToUse) === false || (isset($buttonMode) === true && $buttonMode !== 'onlyIcon')) {
$iconDiv = html_print_div( $iconDiv = html_print_div(
[ [
'style' => '', 'style' => $iconStyle,
'class' => sprintf( 'class' => sprintf(
'subIcon %s %s', 'subIcon %s %s',
$iconToUse, $iconToUse,
@ -3505,8 +3510,12 @@ function html_print_button($label='OK', $name='', $disabled=false, $script='', $
$iconDiv = ''; $iconDiv = '';
} }
// Defined id. Is usable for span and button.
// TODO. Check if will be proper use button or submit when where appropiate.
$mainId = ((empty($fixedId) === false) ? $fixedId : 'button-'.$name);
if ($imageButton === false) { if ($imageButton === false) {
$content = '<span style="margin-top: 4px;" class="font_11">'.$label.'</span>'; $content = '<span id="span-'.$mainId.'" style="'.$spanStyle.'" class="font_11">'.$label.'</span>';
$content .= $iconDiv; $content .= $iconDiv;
} else { } else {
$content = $iconDiv; $content = $iconDiv;
@ -3526,7 +3535,7 @@ function html_print_button($label='OK', $name='', $disabled=false, $script='', $
$parameters = []; $parameters = [];
$parameters[] = 'class="'.$classes.'"'; $parameters[] = 'class="'.$classes.'"';
$parameters[] = (empty($name) === false) ? ' name="'.$name.'"' : ''; $parameters[] = (empty($name) === false) ? ' name="'.$name.'"' : '';
$parameters[] = 'id="'.((empty($fixedId) === false) ? $fixedId : 'button-'.$name ).'"'; $parameters[] = 'id="'.$mainId.'"';
$parameters[] = (empty($label) === false) ? ' value="'.$label.'"' : ''; $parameters[] = (empty($label) === false) ? ' value="'.$label.'"' : '';
$parameters[] = (empty($script) === false) ? ' onClick="'.$script.'"' : ''; $parameters[] = (empty($script) === false) ? ' onClick="'.$script.'"' : '';
$parameters[] = ($disabled === true) ? ' disabled' : ''; $parameters[] = ($disabled === true) ? ' disabled' : '';

View File

@ -117,9 +117,7 @@ function profile_create_user_profile(
'assigned_by' => $assign, 'assigned_by' => $assign,
'no_hierarchy' => $no_hierarchy ? 1 : 0, 'no_hierarchy' => $no_hierarchy ? 1 : 0,
]; ];
hd('inicio insert', true);
hd($insert, true);
hd('final insert', true);
return db_process_sql_insert('tusuario_perfil', $insert); return db_process_sql_insert('tusuario_perfil', $insert);
} }

View File

@ -215,7 +215,7 @@ $(document).ready(function() {
} }
}); });
$("#submit-hide-license-error-msg").click(function() { $("#ok_buttom").click(function() {
$("#license_error_msg_dialog").dialog("close"); $("#license_error_msg_dialog").dialog("close");
}); });
} }

View File

@ -236,98 +236,121 @@
/* Icons specified here */ /* Icons specified here */
.icon_oper-networkconsole { .icon_oper-networkconsole {
background: url(../../images/menu/network.svg) no-repeat 50% 50%; background: url(../../images/menu/network.svg) no-repeat 50% 50%;
background-size: 18px;
} }
.icon_oper-agents { .icon_oper-agents {
background: url(../../images/menu/monitoring.svg) no-repeat 50% 50%; background: url(../../images/menu/monitoring.svg) no-repeat 50% 50%;
background-size: 18px;
} }
.icon_oper-events { .icon_oper-events {
background: url(../../images/menu/events.svg) no-repeat 50% 50%; background: url(../../images/menu/events.svg) no-repeat 50% 50%;
background-size: 18px;
} }
/* users */ /* users */
.icon_oper-users { .icon_oper-users {
background: url(../../images/menu/workspace.svg) no-repeat 50% 50%; background: url(../../images/menu/workspace.svg) no-repeat 50% 50%;
background-size: 18px;
} }
/* trap console */ /* trap console */
.icon_oper-snmpc, .icon_oper-snmpc,
.icon_god-snmpc { .icon_god-snmpc {
background: url(../../images/menu/op_snmp.menu.png) no-repeat 50% 50%; background: url(../../images/menu/op_snmp.menu.png) no-repeat 50% 50%;
background-size: 18px;
} }
.icon_oper-reporting { .icon_oper-reporting {
background: url(../../images/menu/reporting.svg) no-repeat 50% 50%; background: url(../../images/menu/reporting.svg) no-repeat 50% 50%;
background-size: 18px;
} }
.icon_oper-gismaps { .icon_oper-gismaps {
background: url(../../images/menu/op_gis.menu.png) no-repeat 50% 50%; background: url(../../images/menu/op_gis.menu.png) no-repeat 50% 50%;
background-size: 18px;
} }
.icon_oper-netflow { .icon_oper-netflow {
background: url(../../images/menu/op_netflow.menu.png) no-repeat 50% 50%; background: url(../../images/menu/op_netflow.menu.png) no-repeat 50% 50%;
background-size: 18px;
} }
.icon_oper-extensions { .icon_oper-extensions {
background: url(../../images/menu/tools.svg) no-repeat 50% 50%; background: url(../../images/menu/tools.svg) no-repeat 50% 50%;
background-size: 18px;
} }
/* Godmode images */ /* Godmode images */
.icon_god-discovery { .icon_god-discovery {
background: url(../../images/menu/discovery.svg) no-repeat 50% 50%; background: url(../../images/menu/discovery.svg) no-repeat 50% 50%;
background-size: 18px;
} }
.icon_god-resources { .icon_god-resources {
background: url(../../images/menu/resources.svg) no-repeat 50% 50%; background: url(../../images/menu/resources.svg) no-repeat 50% 50%;
background-size: 18px;
} }
.icon_god-configuration { .icon_god-configuration {
background: url(../../images/menu/configuration.svg) no-repeat 50% 50%; background: url(../../images/menu/configuration.svg) no-repeat 50% 50%;
background-size: 18px;
} }
.icon_god-alerts { .icon_god-alerts {
background: url(../../images/menu/alerts.svg) no-repeat 50% 50%; background: url(../../images/menu/alerts.svg) no-repeat 50% 50%;
background-size: 18px;
} }
.icon_god-users { .icon_god-users {
background: url(../../images/menu/users.svg) no-repeat 50% 50%; background: url(../../images/menu/users.svg) no-repeat 50% 50%;
background-size: 18px;
} }
.icon_god-reporting { .icon_god-reporting {
background: url(../../images/menu/reporting_edit.menu.png) no-repeat 50% 50%; background: url(../../images/menu/reporting_edit.menu.png) no-repeat 50% 50%;
background-size: 18px;
} }
.icon_god-servers { .icon_god-servers {
background: url(../../images/menu/servers.svg) no-repeat 50% 50%; background: url(../../images/menu/servers.svg) no-repeat 50% 50%;
background-size: 18px;
} }
.icon_god-setup { .icon_god-setup {
background: url(../../images/menu/settings.svg) no-repeat 50% 50%; background: url(../../images/menu/settings.svg) no-repeat 50% 50%;
background-size: 18px;
} }
.icon_god-events { .icon_god-events {
background: url(../../images/menu/events_2.svg) no-repeat 50% 50%; background: url(../../images/menu/events_2.svg) no-repeat 50% 50%;
background-size: 18px;
} }
.icon_god-extensions { .icon_god-extensions {
background: url(../../images/menu/admin_tools.svg) no-repeat 50% 50%; background: url(../../images/menu/admin_tools.svg) no-repeat 50% 50%;
background-size: 18px;
} }
.icon_god-links { .icon_god-links {
background: url(../../images/menu/links.svg) no-repeat 50% 50%; background: url(../../images/menu/links.svg) no-repeat 50% 50%;
background-size: 18px;
} }
.icon_god-um_messages { .icon_god-um_messages {
background: url(../../images/menu/warp_update.svg) no-repeat 50% 50%; background: url(../../images/menu/warp_update.svg) no-repeat 50% 50%;
background-size: 18px;
} }
.icon_god-module_library { .icon_god-module_library {
background: url(../../images/menu/library.svg) no-repeat 50% 50%; background: url(../../images/menu/library.svg) no-repeat 50% 50%;
background-size: 18px;
} }
.icon_about { .icon_about {
background: url(../../images/menu/about.svg) no-repeat 50% 50%; background: url(../../images/menu/about.svg) no-repeat 50% 50%;
background-size: 18px;
} }
#menu_container { #menu_container {
@ -422,11 +445,6 @@ ul li {
align-items: center; align-items: center;
} }
.menu li div {
background-clip: text;
/* Very important to fix a bug in Firefox */
}
.godmode { .godmode {
padding-top: 2em !important; padding-top: 2em !important;
} }
@ -476,6 +494,14 @@ ul li {
display: flex !important; display: flex !important;
} }
.submenu_text,
.span_has_menu_text,
.title_menu_classic span {
font-size: 14px;
font-weight: normal;
letter-spacing: -0.3px;
height: 18px;
}
.menu_icon_collapsed { .menu_icon_collapsed {
background-position: 50% 50%; background-position: 50% 50%;
} }
@ -607,7 +633,7 @@ ul li {
.span_selected { .span_selected {
color: #1d7874 !important; color: #1d7874 !important;
font-weight: bold; font-weight: bold !important;
} }
.tabs_collapsed { .tabs_collapsed {
@ -662,3 +688,11 @@ ul li {
.logo_icon { .logo_icon {
margin-left: 16px; margin-left: 16px;
} }
.head_tab_selected span {
color: #161628;
}
.head_tab_unselected span {
color: #95a3bf;
}

View File

@ -10002,6 +10002,10 @@ input[type="submit"].secondary:active {
color: #0d312f; color: #0d312f;
} }
input[type="file"] {
padding-top: 10px;
}
button.buttonButton, button.buttonButton,
button.submitButton { button.submitButton {
display: flex; display: flex;
@ -10559,6 +10563,7 @@ tr.bring_next_field {
vertical-align: middle; vertical-align: middle;
text-align: left; text-align: left;
min-width: 150px !important; min-width: 150px !important;
z-index: 10002;
} }
.select2-container .select2-selection--single, .select2-container .select2-selection--single,
@ -10767,8 +10772,8 @@ tr.bring_next_field {
.fixed_action_buttons { .fixed_action_buttons {
position: fixed; position: fixed;
padding: 0px; padding: 0;
bottom: 8px; bottom: 0;
z-index: 1; z-index: 1;
width: -webkit-fill-available; width: -webkit-fill-available;
width: -moz-available; width: -moz-available;
@ -10798,8 +10803,8 @@ tr.bring_next_field {
width: -moz-available; width: -moz-available;
position: absolute; position: absolute;
left: 0; left: 0;
top: 0;
height: 58px; height: 58px;
top: -8px;
border: 1px solid #e5e9ed; border: 1px solid #e5e9ed;
background-color: #fff; background-color: #fff;
/*z-index: 10000;*/ /*z-index: 10000;*/
@ -11178,3 +11183,30 @@ form#satellite_conf_edit > fieldset.full-column {
#principal_action_buttons .select2-container { #principal_action_buttons .select2-container {
z-index: 50; z-index: 50;
} }
#api_qrcode_display {
width: 300px;
height: 300px;
position: absolute;
left: 660px;
top: 130px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
}
.input_sub_placeholder.input_sub_placeholder_qrcode {
font-size: 13px;
text-align: center;
width: 70%;
margin-top: 5px;
}
.action-buttons > button {
margin: 10px;
}
.inputs_date_details > input {
margin: 5px;
}

View File

@ -476,7 +476,7 @@ a.pandora_pagination.current:hover {
.section_table_title { .section_table_title {
flex: 0 1 auto; flex: 0 1 auto;
font-size: 11pt; font-size: 15px;
color: #14524f; color: #14524f;
font-family: "Pandora-Bold"; font-family: "Pandora-Bold";
margin: 4px 0 7px; margin: 4px 0 7px;
@ -489,7 +489,7 @@ a.pandora_pagination.current:hover {
height: 3px; height: 3px;
background-color: #14524f; background-color: #14524f;
margin-top: -4px; margin-top: -4px;
box-shadow: inset 1px 1px 1px 1px #1d7873; /*box-shadow: inset 1px 1px 1px 1px #1d7873;*/
} }
.cron_section { .cron_section {

View File

@ -106,7 +106,9 @@ input.vs_button_ghost {
} }
div#editor div#toolbox input.visual_editor_button_toolbox, div#editor div#toolbox input.visual_editor_button_toolbox,
div#edit-controls input.visual_editor_button_toolbox { div#edit-controls input.visual_editor_button_toolbox,
div#edit-controls > div.toolbox-buttons button,
div#edit-controls > div.visual-console-copy-delete button {
padding-right: 20px; padding-right: 20px;
padding-top: 12px; padding-top: 12px;
padding-bottom: 12px; padding-bottom: 12px;
@ -116,6 +118,12 @@ div#edit-controls input.visual_editor_button_toolbox {
border-radius: initial; border-radius: initial;
} }
div#edit-controls > div.toolbox-buttons button,
div#edit-controls > div.visual-console-copy-delete button {
margin-left: 2px;
vertical-align: middle;
}
div#edit-controls button.sub:hover, div#edit-controls button.sub:hover,
div#edit-controls input.sub:hover { div#edit-controls input.sub:hover {
border: 0px; border: 0px;
@ -127,317 +135,413 @@ div#edit-controls input.sub[disabled] {
border-color: transparent; border-color: transparent;
} }
input.delete_min { input.delete_min,
button.delete_min {
background: url(../../images/cross.png) no-repeat center; background: url(../../images/cross.png) no-repeat center;
} }
input.delete_min[disabled] { input.delete_min[disabled],
button.delete_min[disabled] {
background: url(../../images/cross.disabled.png) no-repeat center; background: url(../../images/cross.disabled.png) no-repeat center;
} }
input.delete_min_white { input.delete_min_white,
button.delete_min_white {
background: url(../../images/cross.disabled.png) no-repeat center; background: url(../../images/cross.disabled.png) no-repeat center;
} }
input.delete_min_white[disabled] { input.delete_min_white[disabled],
button.delete_min_white[disabled] {
background: url(../../images/cross.png) no-repeat center; background: url(../../images/cross.png) no-repeat center;
} }
input.graph_min { input.graph_min,
button.graph_min {
background: url(../../images/chart_curve.png) no-repeat center; background: url(../../images/chart_curve.png) no-repeat center;
} }
input.graph_min[disabled] { input.graph_min[disabled],
button.graph_min[disabled] {
background: url(../../images/chart_curve.disabled.png) no-repeat center; background: url(../../images/chart_curve.disabled.png) no-repeat center;
} }
input.graph_min_white { input.graph_min_white,
button.graph_min_white {
background: url(../../images/chart_curve.disabled.png) no-repeat center; background: url(../../images/chart_curve.disabled.png) no-repeat center;
} }
input.graph_min_white[disabled] { input.graph_min_white[disabled],
button.graph_min_white[disabled] {
background: url(../../images/chart_curve.png) no-repeat center; background: url(../../images/chart_curve.png) no-repeat center;
} }
input.bars_graph_min { input.bars_graph_min,
button.bars_graph_min {
background: url(../../images/icono-barras-arriba.png) no-repeat center; background: url(../../images/icono-barras-arriba.png) no-repeat center;
} }
input.bars_graph_min[disabled] { input.bars_graph_min[disabled],
button.bars_graph_min[disabled] {
background: url(../../images/icono-barras-arriba.disabled.png) no-repeat background: url(../../images/icono-barras-arriba.disabled.png) no-repeat
center; center;
} }
input.bars_graph_min_white { input.bars_graph_min_white,
button.bars_graph_min_white {
background: url(../../images/icono-barras-arriba.disabled.png) no-repeat background: url(../../images/icono-barras-arriba.disabled.png) no-repeat
center; center;
} }
input.bars_graph_min_white[disabled] { input.bars_graph_min_white[disabled],
button.bars_graph_min_white[disabled] {
background: url(../../images/icono-barras-arriba.png) no-repeat center; background: url(../../images/icono-barras-arriba.png) no-repeat center;
} }
input.percentile_min { input.percentile_min,
button.percentile_min {
background: url(../../images/chart_bar.png) no-repeat center; background: url(../../images/chart_bar.png) no-repeat center;
} }
input.percentile_min[disabled] { input.percentile_min[disabled],
button.percentile_min[disabled] {
background: url(../../images/chart_bar.disabled.png) no-repeat center; background: url(../../images/chart_bar.disabled.png) no-repeat center;
} }
input.percentile_min_white { input.percentile_min_white,
button.percentile_min_white {
background: url(../../images/chart_bar.disabled.png) no-repeat center; background: url(../../images/chart_bar.disabled.png) no-repeat center;
} }
input.percentile_min_white[disabled] { input.percentile_min_white[disabled],
button.percentile_min_white[disabled] {
background: url(../../images/chart_bar.png) no-repeat center; background: url(../../images/chart_bar.png) no-repeat center;
} }
input.percentile_item_min { input.percentile_item_min,
button.percentile_item_min {
background: url(../../images/percentile_item.png) no-repeat center; background: url(../../images/percentile_item.png) no-repeat center;
} }
input.percentile_item_min[disabled] { input.percentile_item_min[disabled],
button.percentile_item_min[disabled] {
background: url(../../images/percentile_item.disabled.png) no-repeat center; background: url(../../images/percentile_item.disabled.png) no-repeat center;
} }
input.percentile_item_min_white { input.percentile_item_min_white,
button.percentile_item_min_white {
background: url(../../images/percentile_item.disabled.png) no-repeat center; background: url(../../images/percentile_item.disabled.png) no-repeat center;
} }
input.percentile_item_min_white[disabled] { input.percentile_item_min_white[disabled],
button.percentile_item_min_white[disabled] {
background: url(../../images/percentile_item.png) no-repeat center; background: url(../../images/percentile_item.png) no-repeat center;
} }
input.auto_sla_graph_min { input.auto_sla_graph_min,
button.auto_sla_graph_min {
background: url(../../images/auto_sla_graph.png) no-repeat center; background: url(../../images/auto_sla_graph.png) no-repeat center;
} }
input.auto_sla_graph_min[disabled] { input.auto_sla_graph_min[disabled],
button.auto_sla_graph_min[disabled] {
background: url(../../images/auto_sla_graph.disabled.png) no-repeat center; background: url(../../images/auto_sla_graph.disabled.png) no-repeat center;
} }
input.auto_sla_graph_min_white { input.auto_sla_graph_min_white,
button.auto_sla_graph_min_white {
background: url(../../images/auto_sla_graph.disabled.png) no-repeat center; background: url(../../images/auto_sla_graph.disabled.png) no-repeat center;
} }
input.auto_sla_graph_min_white[disabled] { input.auto_sla_graph_min_white[disabled],
button.auto_sla_graph_min_white[disabled] {
background: url(../../images/auto_sla_graph.png) no-repeat center; background: url(../../images/auto_sla_graph.png) no-repeat center;
} }
input.donut_graph_min { input.donut_graph_min,
button.donut_graph_min {
background: url(../../images/icono-quesito.png) no-repeat center; background: url(../../images/icono-quesito.png) no-repeat center;
} }
input.donut_graph_min[disabled] { input.donut_graph_min[disabled],
button.donut_graph_min[disabled] {
background: url(../../images/icono-quesito.disabled.png) no-repeat center; background: url(../../images/icono-quesito.disabled.png) no-repeat center;
} }
input.donut_graph_min_white { input.donut_graph_min_white,
button.donut_graph_min_white {
background: url(../../images/icono-quesito.disabled.png) no-repeat center; background: url(../../images/icono-quesito.disabled.png) no-repeat center;
} }
input.donut_graph_min_white[disabled] { input.donut_graph_min_white[disabled],
button.donut_graph_min_white[disabled] {
background: url(../../images/icono-quesito.png) no-repeat center; background: url(../../images/icono-quesito.png) no-repeat center;
} }
input.binary_min { input.binary_min,
button.binary_min {
background: url(../../images/binary.png) no-repeat center; background: url(../../images/binary.png) no-repeat center;
} }
input.binary_min[disabled] { input.binary_min[disabled],
button.binary_min[disabled] {
background: url(../../images/binary.disabled.png) no-repeat center; background: url(../../images/binary.disabled.png) no-repeat center;
} }
input.binary_min_white { input.binary_min_white,
button.binary_min_white {
background: url(../../images/binary.disabled.png) no-repeat center; background: url(../../images/binary.disabled.png) no-repeat center;
} }
input.binary_min_white[disabled] { input.binary_min_white[disabled],
button.binary_min_white[disabled] {
background: url(../../images/binary.png) no-repeat center; background: url(../../images/binary.png) no-repeat center;
} }
input.camera_min { input.camera_min,
button.camera_min {
background: url(../../images/camera.png) no-repeat center; background: url(../../images/camera.png) no-repeat center;
} }
input.camera_min[disabled] { input.camera_min[disabled],
button.camera_min[disabled] {
background: url(../../images/camera.disabled.png) no-repeat center; background: url(../../images/camera.disabled.png) no-repeat center;
} }
input.camera_min_white { input.camera_min_white,
button.camera_min_white {
background: url(../../images/camera.disabled.png) no-repeat center; background: url(../../images/camera.disabled.png) no-repeat center;
} }
input.camera_min_white[disabled] { input.camera_min_white[disabled],
button.camera_min_white[disabled] {
background: url(../../images/camera.png) no-repeat center; background: url(../../images/camera.png) no-repeat center;
} }
input.config_min { input.config_min,
button.config_min {
background: url(../../images/config.png) no-repeat center; background: url(../../images/config.png) no-repeat center;
} }
input.config_min[disabled] { input.config_min[disabled],
button.config_min[disabled] {
background: url(../../images/config.disabled.png) no-repeat center; background: url(../../images/config.disabled.png) no-repeat center;
} }
input.config_min_white { input.config_min_white,
button.config_min_white {
background: url(../../images/config.disabled.png) no-repeat center; background: url(../../images/config.disabled.png) no-repeat center;
} }
input.config_min_white[disabled] { input.config_min_white[disabled],
button.config_min_white[disabled] {
background: url(../../images/config.png) no-repeat center; background: url(../../images/config.png) no-repeat center;
} }
input.label_min { input.label_min,
button.label_min {
background: url(../../images/tag_red.png) no-repeat center; background: url(../../images/tag_red.png) no-repeat center;
} }
input.label_min[disabled] { input.label_min[disabled],
button.label_min[disabled] {
background: url(../../images/tag_red.disabled.png) no-repeat center; background: url(../../images/tag_red.disabled.png) no-repeat center;
} }
input.label_min_white { input.label_min_white,
button.label_min_white {
background: url(../../images/tag_red.disabled.png) no-repeat center; background: url(../../images/tag_red.disabled.png) no-repeat center;
} }
input.label_min_white[disabled] { input.label_min_white[disabled],
button.label_min_white[disabled] {
background: url(../../images/tag_red.png) no-repeat center; background: url(../../images/tag_red.png) no-repeat center;
} }
input.icon_min { input.icon_min,
button.icon_min {
background: url(../../images/photo.png) no-repeat center; background: url(../../images/photo.png) no-repeat center;
} }
input.icon_min[disabled] { input.icon_min[disabled],
button.icon_min[disabled] {
background: url(../../images/photo.disabled.png) no-repeat center; background: url(../../images/photo.disabled.png) no-repeat center;
} }
input.icon_min_white { input.icon_min_white,
button.icon_min_white {
background: url(../../images/photo.disabled.png) no-repeat center; background: url(../../images/photo.disabled.png) no-repeat center;
} }
input.icon_min_white[disabled] { input.icon_min_white[disabled],
button.icon_min_white[disabled] {
background: url(../../images/photo.png) no-repeat center; background: url(../../images/photo.png) no-repeat center;
} }
input.clock_min { input.clock_min,
button.clock_min {
background: url(../../images/clock-tab.png) no-repeat center; background: url(../../images/clock-tab.png) no-repeat center;
} }
input.clock_min[disabled] { input.clock_min[disabled],
button.clock_min[disabled] {
background: url(../../images/clock-tab.disabled.png) no-repeat center; background: url(../../images/clock-tab.disabled.png) no-repeat center;
} }
input.clock_min_white { input.clock_min_white,
button.clock_min_white {
background: url(../../images/clock-tab.disabled.png) no-repeat center; background: url(../../images/clock-tab.disabled.png) no-repeat center;
} }
input.clock_min_white[disabled] { input.clock_min_white[disabled],
button.clock_min_white[disabled] {
background: url(../../images/clock-tab.png) no-repeat center; background: url(../../images/clock-tab.png) no-repeat center;
} }
input.box_item { input.box_item,
button.box_item {
background: url(../../images/box_item.png) no-repeat center; background: url(../../images/box_item.png) no-repeat center;
} }
input.box_item[disabled] { input.box_item[disabled],
button.box_item[disabled] {
background: url(../../images/box_item.disabled.png) no-repeat center; background: url(../../images/box_item.disabled.png) no-repeat center;
} }
input.box_item_white { input.box_item_white,
button.box_item_white {
background: url(../../images/box_item.disabled.png) no-repeat center; background: url(../../images/box_item.disabled.png) no-repeat center;
} }
input.box_item_white[disabled] { input.box_item_white[disabled],
button.box_item_white[disabled] {
background: url(../../images/box_item.png) no-repeat center; background: url(../../images/box_item.png) no-repeat center;
} }
input.line_item { input.line_item,
button.line_item {
background: url(../../images/line_item.png) no-repeat center; background: url(../../images/line_item.png) no-repeat center;
} }
input.line_item[disabled] { input.line_item[disabled],
button.line_item[disabled] {
background: url(../../images/line_item.disabled.png) no-repeat center; background: url(../../images/line_item.disabled.png) no-repeat center;
} }
input.line_item_white { input.line_item_white,
button.line_item_white {
background: url(../../images/line_item.disabled.png) no-repeat center; background: url(../../images/line_item.disabled.png) no-repeat center;
} }
input.line_item_white[disabled] { input.line_item_white[disabled],
button.line_item_white[disabled] {
background: url(../../images/line_item.png) no-repeat center; background: url(../../images/line_item.png) no-repeat center;
} }
input.copy_item { input.copy_item,
button.copy_item {
background: url(../../images/copy_visualmap.png) no-repeat center; background: url(../../images/copy_visualmap.png) no-repeat center;
} }
input.copy_item[disabled] { input.copy_item[disabled],
button.copy_item[disabled] {
background: url(../../images/copy_visualmap.disabled.png) no-repeat center; background: url(../../images/copy_visualmap.disabled.png) no-repeat center;
} }
input.copy_item_white { input.copy_item_white,
button.copy_item_white {
background: url(../../images/copy_visualmap.disabled.png) no-repeat center; background: url(../../images/copy_visualmap.disabled.png) no-repeat center;
} }
input.copy_item_white[disabled] { input.copy_item_white[disabled],
button.copy_item_white[disabled] {
background: url(../../images/copy_visualmap.png) no-repeat center; background: url(../../images/copy_visualmap.png) no-repeat center;
} }
input.grid_min { input.grid_min,
button.grid_min {
background: url(../../images/grid.png) no-repeat center; background: url(../../images/grid.png) no-repeat center;
} }
input.grid_min[disabled] { input.grid_min[disabled],
button.grid_min[disabled] {
background: url(../../images/grid.disabled.png) no-repeat center; background: url(../../images/grid.disabled.png) no-repeat center;
} }
input.grid_min_white { input.grid_min_white,
button.grid_min_white {
background: url(../../images/grid.disabled.png) no-repeat center; background: url(../../images/grid.disabled.png) no-repeat center;
} }
input.grid_min_white[disabled] { input.grid_min_white[disabled],
button.grid_min_white[disabled] {
background: url(../../images/grid.png) no-repeat center; background: url(../../images/grid.png) no-repeat center;
} }
input.save_min { input.save_min,
button.save_min {
background: url(../../images/file.png) no-repeat center; background: url(../../images/file.png) no-repeat center;
} }
input.save_min[disabled] { input.save_min[disabled],
button.save_min[disabled] {
background: url(../../images/file.disabled.png) no-repeat center; background: url(../../images/file.disabled.png) no-repeat center;
} }
input.save_min_white { input.save_min_white,
button.save_min_white {
background: url(../../images/file.disabled.png) no-repeat center; background: url(../../images/file.disabled.png) no-repeat center;
} }
input.save_min_white[disabled] { input.save_min_white[disabled],
button.save_min_white[disabled] {
background: url(../../images/file.png) no-repeat center; background: url(../../images/file.png) no-repeat center;
} }
input.service_min { input.service_min,
button.service_min {
background: url(../../images/box.png) no-repeat center; background: url(../../images/box.png) no-repeat center;
} }
input.service_min[disabled] { input.service_min[disabled],
button.service_min[disabled] {
background: url(../../images/box.disabled.png) no-repeat center; background: url(../../images/box.disabled.png) no-repeat center;
} }
input.service_min_white { input.service_min_white,
button.service_min_white {
background: url(../../images/box.disabled.png) no-repeat center; background: url(../../images/box.disabled.png) no-repeat center;
} }
input.service_min_white[disabled] { input.service_min_white[disabled],
button.service_min_white[disabled] {
background: url(../../images/box.png) no-repeat center; background: url(../../images/box.png) no-repeat center;
} }
input.network_link_min { input.network_link_min,
button.network_link_min {
background: url(../../images/network_link_item.png) no-repeat center; background: url(../../images/network_link_item.png) no-repeat center;
} }
input.network_link_min[disabled] { input.network_link_min[disabled],
button.network_link_min[disabled] {
background: url(../../images/network_link_item.disabled.png) no-repeat center; background: url(../../images/network_link_item.disabled.png) no-repeat center;
} }
input.network_link_min_white { input.network_link_min_white,
button.network_link_min_white {
background: url(../../images/network_link_item.disabled.png) no-repeat center; background: url(../../images/network_link_item.disabled.png) no-repeat center;
} }
input.network_link_min_white[disabled] { input.network_link_min_white[disabled],
button.network_link_min_white[disabled] {
background: url(../../images/network_link_item.png) no-repeat center; background: url(../../images/network_link_item.png) no-repeat center;
} }
input.group_item_min { input.group_item_min,
button.group_item_min {
background: url(../../images/group_green.png) no-repeat center; background: url(../../images/group_green.png) no-repeat center;
} }
input.group_item_min[disabled] { input.group_item_min[disabled],
button.group_item_min[disabled] {
background: url(../../images/group_green.disabled.png) no-repeat center; background: url(../../images/group_green.disabled.png) no-repeat center;
} }
input.group_item_min_white { input.group_item_min_white,
button.group_item_min_white {
background: url(../../images/group_green.disabled.png) no-repeat center; background: url(../../images/group_green.disabled.png) no-repeat center;
} }
input.group_item_min_white[disabled] { input.group_item_min_white[disabled],
button.group_item_min_white[disabled] {
background: url(../../images/group_green.png) no-repeat center; background: url(../../images/group_green.png) no-repeat center;
} }
input.color_cloud_min { input.color_cloud_min,
button.color_cloud_min {
background: url(../../images/color_cloud_item.png) no-repeat center; background: url(../../images/color_cloud_item.png) no-repeat center;
} }
input.color_cloud_min[disabled] { input.color_cloud_min[disabled],
button.color_cloud_min[disabled] {
background: url(../../images/color_cloud_item.disabled.png) no-repeat center; background: url(../../images/color_cloud_item.disabled.png) no-repeat center;
} }
input.color_cloud_min_white { input.color_cloud_min_white,
button.color_cloud_min_white {
background: url(../../images/color_cloud_item.disabled.png) no-repeat center; background: url(../../images/color_cloud_item.disabled.png) no-repeat center;
} }
input.color_cloud_min_white[disabled] { input.color_cloud_min_white[disabled],
button.color_cloud_min_white[disabled] {
background: url(../../images/color_cloud_item.png) no-repeat center; background: url(../../images/color_cloud_item.png) no-repeat center;
} }
input.odometer_min { input.odometer_min,
button.odometer_min {
background: url(../../images/odometer.png) no-repeat center; background: url(../../images/odometer.png) no-repeat center;
} }
input.odometer_min[disabled] { input.odometer_min[disabled],
button.odometer_min[disabled] {
background: url(../../images/odometer.disabled.png) no-repeat center; background: url(../../images/odometer.disabled.png) no-repeat center;
} }
input.odometer_min_white { input.odometer_min_white,
button.odometer_min_white {
background: url(../../images/odometer.disabled.png) no-repeat center; background: url(../../images/odometer.disabled.png) no-repeat center;
} }
input.odometer_min_white[disabled] { input.odometer_min_white[disabled],
button.odometer_min_white[disabled] {
background: url(../../images/odometer.png) no-repeat center; background: url(../../images/odometer.png) no-repeat center;
} }
input.basic_chart_min { input.basic_chart_min,
button.basic_chart_min {
background: url(../../images/basic_chart.png) no-repeat center; background: url(../../images/basic_chart.png) no-repeat center;
} }
input.basic_chart_min[disabled] { input.basic_chart_min[disabled],
button.basic_chart_min[disabled] {
background: url(../../images/basic_chart.disabled.png) no-repeat center; background: url(../../images/basic_chart.disabled.png) no-repeat center;
} }
input.basic_chart_min_white { input.basic_chart_min_white,
button.basic_chart_min_white {
background: url(../../images/basic_chart.disabled.png) no-repeat center; background: url(../../images/basic_chart.disabled.png) no-repeat center;
} }
input.basic_chart_min_white[disabled] { input.basic_chart_min_white[disabled],
button.basic_chart_min_white[disabled] {
background: url(../../images/basic_chart.png) no-repeat center; background: url(../../images/basic_chart.png) no-repeat center;
} }

View File

@ -118,12 +118,12 @@ ui_print_message_dialog(
<link rel="stylesheet" href="../../include/styles/js/jquery-ui.min.css" type="text/css" /> <link rel="stylesheet" href="../../include/styles/js/jquery-ui.min.css" type="text/css" />
<link rel="stylesheet" href="../../include/styles/js/jquery-ui_custom.css" type="text/css" /> <link rel="stylesheet" href="../../include/styles/js/jquery-ui_custom.css" type="text/css" />
<link rel="stylesheet" href="../../include/styles/select2.min.css" type="text/css" /> <link rel="stylesheet" href="../../include/styles/select2.min.css" type="text/css" />
<script type='text/javascript' src='../../include/javascript/pandora.js'></script>
<script type='text/javascript' src='../../include/javascript/pandora_ui.js'></script> <script type='text/javascript' src='../../include/javascript/pandora_ui.js'></script>
<script type='text/javascript' src='../../include/javascript/jquery.current.js'></script> <script type='text/javascript' src='../../include/javascript/jquery.current.js'></script>
<script type='text/javascript' src='../../include/javascript/jquery.pandora.js'></script> <script type='text/javascript' src='../../include/javascript/jquery.pandora.js'></script>
<script type='text/javascript' src='../../include/javascript/jquery-ui.min.js'></script> <script type='text/javascript' src='../../include/javascript/jquery-ui.min.js'></script>
<script type='text/javascript' src='../../include/javascript/select2.min.js'></script> <script type='text/javascript' src='../../include/javascript/select2.min.js'></script>
<script type='text/javascript' src='../../include/javascript/pandora.js'></script>
<?php <?php
require_once $config['homedir'].'/include/graphs/functions_flot.php'; require_once $config['homedir'].'/include/graphs/functions_flot.php';
echo include_javascript_dependencies_flot_graph(true, '../'); echo include_javascript_dependencies_flot_graph(true, '../');
@ -202,10 +202,10 @@ ui_print_message_dialog(
$table = html_get_predefined_table('transparent', 2); $table = html_get_predefined_table('transparent', 2);
$table->width = '100%'; $table->width = '100%';
$table->id = 'stat_win_form_div'; $table->id = 'stat_win_form_div';
$table->style[0] = 'text-align:left;'; $table->style[0] = 'text-align:left;font-weight: bold;font-size:8.5pt;line-height:30pt;';
$table->style[1] = 'text-align:left;'; $table->style[1] = 'text-align:left;font-weight: bold;line-height:30pt;';
$table->style[2] = 'text-align:left;font-weight: bold;'; $table->style[2] = 'text-align:left;font-weight: bold;line-height:30pt;';
$table->style[3] = 'text-align:left;'; $table->style[3] = 'text-align:left;font-weight: bold;line-height:30pt;';
$table->class = 'table_modal_alternate'; $table->class = 'table_modal_alternate';
$table->data = []; $table->data = [];
@ -451,7 +451,10 @@ ui_print_message_dialog(
__('Reload'), __('Reload'),
'submit', 'submit',
false, false,
'class="sub upd"', [
'icon' => 'Icon search secondary mini',
'class' => 'float-right',
],
true true
); );
$form_table .= '</div>'; $form_table .= '</div>';

View File

@ -2106,7 +2106,7 @@ if (!empty($result)) {
// End Build List Result. // End Build List Result.
echo "<div id='monitor_details_window'></div>"; echo "<div id='monitor_details_window' class='filter_table'></div>";
// Load filter div for dialog. // Load filter div for dialog.
echo '<div id="load-modal-filter" style="display:none"></div>'; echo '<div id="load-modal-filter" style="display:none"></div>';
@ -2252,7 +2252,7 @@ function show_module_detail_dialog(module_id, id_agent, server_name, offset, per
opacity: 0.5, opacity: 0.5,
background: "black" background: "black"
}, },
width: 620, width: 700,
height: 500 height: 500
}) })
.show (); .show ();