[%
# Copyright 2026 WebPros International, LLC
# All rights reserved.
# copyright@cpanel.net http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited.
%]
[%
USE Whostmgr;
USE JSON;
SET TEMPLATE_PATH = '/templates/web-log-retention/';
SET breadcrumb_url = '/scripts7/web-log-retention';
SET ROUTER_PATH = cp_security_token _ breadcrumb_url;
SET RESOURCE_PATH = cp_security_token _ TEMPLATE_PATH;
SET style_sheets = [];
SET scripts = []; # Do not change this name unless it is also changed in the partials below.
# The following content is inserted by underscore-template-loader's require macro.
#
#----------------------------------------------------
# ∨∨∨ THIS IS GENERATED CODE, DO NOT MODIFY IT ∨∨∨
#----------------------------------------------------
#
# Build webpack css bundle list
style_sheets.push(Whostmgr.find_file_url(TEMPLATE_PATH _ "styles.a750d56caa1e6430.css"));
# Build webpack javascript bundle list
scripts.push(Whostmgr.find_file_url(TEMPLATE_PATH _ "runtime.55652e5cbd7d872e.js"));
scripts.push(Whostmgr.find_file_url(TEMPLATE_PATH _ "vendor-365520a0.b2b3956f923274f2.js"));
scripts.push(Whostmgr.find_file_url(TEMPLATE_PATH _ "vendor-c0d76f48.ca46420dda60f1b5.js"));
scripts.push(Whostmgr.find_file_url(TEMPLATE_PATH _ "vendor-0bc5b059.93d64f0d224e0a43.js"));
scripts.push(Whostmgr.find_file_url(TEMPLATE_PATH _ "vendor-89d5c698.141b05957a96a0f3.js"));
scripts.push(Whostmgr.find_file_url(TEMPLATE_PATH _ "polyfills.e8140df3aeae8915.js"));
scripts.push(Whostmgr.find_file_url(TEMPLATE_PATH _ "main.c855d24149189a1b.js"));
#
# ^^^ THIS IS GENERATED CODE, DO NOT MODIFY IT ^^^
#----------------------------------------------------
SET locale_is_rtl = 0;
WRAPPER 'master_templates/master.tmpl'
app_key = 'web_log_retention',
breadcrumburl = breadcrumb_url,
base = RESOURCE_PATH,
stylesheets = style_sheets,
scripts = scripts,
theme = 'bootstrap',
CJT2_EXCLUSIVE=1,
is_ng = 1
%]
<cp-web-log-retention-root></cp-web-log-retention-root>
<script>
window.PAGE = {
base: [% ROUTER_PATH.json() %],
securityToken: [% cp_security_token.json() %]
}
</script>
[% END %]