Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/cloud-cluster/index.html.tt

[%
# ng/whm/apps/cloud-cluster/src/index.html.tt      Copyright 2022 cPanel, L.L.C.
#                                                           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/cloud-cluster/';
SET breadcrumb_url = '/scripts7/cloud-cluster';
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.ef46db3751d8e999.css"));

# Build webpack javascript bundle list
scripts.push(Whostmgr.find_file_url(TEMPLATE_PATH _ "runtime.8c25e536929a8e8b.js"));
scripts.push(Whostmgr.find_file_url(TEMPLATE_PATH _ "vendor.bbcdb8ceb8c905f0.js"));
scripts.push(Whostmgr.find_file_url(TEMPLATE_PATH _ "polyfills.8d21c0f0131d7e79.js"));
scripts.push(Whostmgr.find_file_url(TEMPLATE_PATH _ "main.ddec59234a0eeffd.js"));

#
# ^^^ THIS IS GENERATED CODE, DO NOT MODIFY IT ^^^
#----------------------------------------------------

SET locale_is_rtl = 0;

WRAPPER 'master_templates/master.tmpl'
    app_key = 'cloud_cluster',
    breadcrumburl = breadcrumb_url,
    base = RESOURCE_PATH,
    stylesheets = style_sheets,
    scripts = scripts,
    theme = 'bootstrap',
    CJT2_EXCLUSIVE=1,
    is_ng = 1
%]
<cp-cloud-root></cp-cloud-root>
<script>
    window.PAGE = {
        base: [% ROUTER_PATH.json() %],
        securityToken: [% cp_security_token.json() %],
    }
</script>
[% END %]
Back to Directory File Manager