PluginProbe
WebTotem Security / 2.2.2
WebTotem Security v2.2.2
3.0.2 3.0.1 3.0.0 trunk 1.0 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 2.0 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.1 2.2.2 2.2.3 All 110 releases
← All changes | includes/dashboard.php +41 -2 2.2.32.2.2 View file →
@@ -560,9 +560,50 @@
560 560 <?= $arguments["dc"]["time_of_the_last_test"] ?>
561 561 </div>
562 562 </div>
563 563 </div>
564 + <div class="wtotem_table__col">
565 + <div class="wtotem_table__th">
566 + <h3 class="wtotem_table__title wtotem_title-info__title">
567 + <?= wtsec_locale("domain") ?>
568 + <span class="wtotem_title-info__info" data-tlite="w"
569 + title="<?= $arguments["dec"]["description"] ?>"></span>
570 + </h3>
571 + </div>
572 + <div class="wtotem_table__item">
573 + <div class="wtotem_table__wrap_big">
574 + <?php if($arguments["dec"]["status"]["image"]):?>
575 + <img src="<?= wtsec_getImagePath($arguments["dec"]["status"]["image"]) ?>" alt="Check mark icon"
576 + class="wtotem_table__img"/>
577 + <?php endif; ?>
578 + </div>
579 + </div>
564 580
581 + <div class="wtotem_table__info">
582 + <h3 class="wtotem_table__subject">
583 + <?= wtsec_locale("status") ?>
584 + </h3>
585 + <div class="wtotem_table__status">
586 + <?= $arguments["dec"]["status"]["text"] ?>
587 + </div>
588 + </div>
589 + <div class="wtotem_table__info">
590 + <h3 class="wtotem_table__subject">
591 + <?= wtsec_locale("created") ?>
592 + </h3>
593 + <div class="wtotem_table__text">
594 + <?= $arguments["dec"]["created"] ?>
595 + </div>
596 + </div>
597 + <div class="wtotem_table__info">
598 + <h3 class="wtotem_table__subject">
599 + <?= wtsec_locale("expiry_date") ?>
600 + </h3>
601 + <div class="wtotem_table__text">
602 + <?= $arguments["dec"]["expiry_date"] ?>
603 + </div>
604 + </div>
605 + </div>
565 606 </div>
566 607
567 608 <div class="wtotem_table__footer">
568 609 <a target="_blank" href="https://wtotem.com/faq/#hs-chat-open" class="wtotem_table__link">
@@ -588,10 +629,8 @@
588 629 var wtotem_locale_installed = "<?= wtsec_locale("installed") ?>";
589 630 var wtotem_locale_installing = "<?= wtsec_locale("installation_in_progress") ?>";
590 631 var wtotem_locale_failed = "<?= wtsec_locale("failed") ?>";
591 632 var wtotem_socket_url = "wss://api.wtotem.com/graphql";
592 - // var wtotem_socket_url = "wss://api-1.2ke2xgwx4.wtotem.com/graphql";
593 - // var wtotem_socket_url = "wss://api.webtotem.kz/graphql";
594 633 document.addEventListener('DOMContentLoaded', function () {
595 634 if (wtotem_am_process_status === "installing") {
596 635 let firewall_selector = document.getElementsByClassName("wtotem_unit__block_firewall");
597 636 let firewall_installed_selector = document.getElementById("wtsec_firewall_block_installed");