PluginProbe ʕ •ᴥ•ʔ
JetBackup – Backup, Restore & Migrate / 3.1.14.17
JetBackup – Backup, Restore & Migrate v3.1.14.17
3.1.23.6 3.1.23.5 3.1.23.3 3.1.22.4 3.1.22.3 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.8.1 1.4.9 1.5.0 1.5.1 1.5.1.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.6.0 1.6.10 1.6.11 1.6.12 1.6.13 1.6.15 1.6.5.1 1.6.8.8 1.6.9 1.6.9.1 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7.5 2.0.8.7 2.0.9.11 2.0.9.14 2.0.9.15 2.0.9.6 2.0.9.7 2.0.9.9 3.1.10.7 3.1.11.1 3.1.12.3 3.1.13.4 3.1.14.17 3.1.15.4 3.1.16.1 3.1.17.5 3.1.18.10 3.1.18.8 3.1.18.9 3.1.19.8 3.1.20.3 3.1.21.3 3.1.7.9 3.1.9.2 trunk 1.1.90 1.1.91 1.2.0 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2
backup / public / views / main.htm
backup / public / views Last commit date
destinations 9 months ago modal 9 months ago settings 9 months ago 404.htm 9 months ago alerts.htm 9 months ago backups.htm 9 months ago dashboard.htm 9 months ago destinations.htm 9 months ago downloads.htm 9 months ago jobs.htm 9 months ago main.htm 9 months ago mfa.htm 9 months ago queue.htm 9 months ago schedules.htm 9 months ago settings.htm 9 months ago system.htm 9 months ago
main.htm
63 lines
1 <div class="container-xxl pt-xxl-5 jb-holder jb-grey-0 just">
2
3 <div id="alert-floating-container" ng-show="alerts.length">
4 <alert-box
5 ng-repeat="alert in alerts"
6 ng-model="alert"
7 auto-close="alert.ttl">
8 </alert-box>
9 </div>
10
11 <div class="row align-items-left jb-white-0 jb-header">
12 <div class="col">
13 <span id="logo" class="site_title" title="JetBackup"></span>
14 </div>
15 <div class="col d-flex justify-content-end">
16 <div class="jb-alerts rounded-4 jb-grey-1 d-flex justify-content-between">
17 <a href="#!/settings/general" aria-label="General settings">
18 <span class="jb-settings rounded-circle jb-grey-2 justify-content-center head-icons">
19 <span class="icon"><i class="fa-sharp fa-light fa-gear"></i></span>
20 </span>
21 </a>
22 <span ng-click="callSupport()" title='{{ lang.t("Click For Support") }}' aria-label="call support">
23 <span class="jb-settings rounded-circle jb-grey-2 head-icons position-relative">
24 <span class="icon"><i class="fa-sharp fa-light fa-headset"></i></span>
25 </span>
26 </span>
27 </div>
28 </div>
29 <div class="col jb-user rounded-4 jb-grey-2 d-flex justify-content-between">
30 <span class="jb-user-avatar user-ph">
31 <a style="color: #fff;" href="{{account.profile}}" aria-label="User profile"><span class="icon"><i class="fa-sharp fa-light fa-user"></i></span></a>
32 </span>
33 <span class="jb-user-name">
34 <ul class="jb-user-name-ul">
35 <li class="name">{{account.name}}</li>
36 <li class="title">{{account.role}}</li>
37 </ul>
38 </span>
39 </div>
40 </div>
41 <div ng-if="errors" class="row rounded-4 jb-white-0 d-flex justify-content-between justify-content-lg-around">
42 <div class="row jb-header-alert">
43 <div class="alert alert-danger d-flex align-items-center" role="alert">
44 <ul>
45 <li ng-repeat="error in errors">{{error}}</li>
46 </ul>
47 </div>
48 </div>
49 </div>
50
51 <div ng-view></div>
52
53 <div class="row d-flex align-items-center">
54 <div class="d-flex justify-content-center version">
55 <p style="color: #585858; font-family: monospace;">JetBackup WordPress Version {{info.version}}</p>
56 </div>
57 </div>
58 </div> <!-- container-xxl from header -->
59
60 <script type="text/javascript">window.DocsBotAI=window.DocsBotAI||{},DocsBotAI.init=function(e){return new Promise((t,r)=>{var n=document.createElement("script");n.type="text/javascript",n.async=!0,n.src="https://widget.docsbot.ai/chat.js";let o=document.getElementsByTagName("script")[0];o.parentNode.insertBefore(n,o),n.addEventListener("load",()=>{let n;Promise.all([new Promise((t,r)=>{window.DocsBotAI.mount(Object.assign({}, e)).then(t).catch(r)}),(n=function e(t){return new Promise(e=>{if(document.querySelector(t))return e(document.querySelector(t));let r=new MutationObserver(n=>{if(document.querySelector(t))return e(document.querySelector(t)),r.disconnect()});r.observe(document.body,{childList:!0,subtree:!0})})})("#docsbotai-root"),]).then(()=>t()).catch(r)}),n.addEventListener("error",e=>{r(e.message)})})};</script>
61 <script type="text/javascript">
62 DocsBotAI.init({id: "rlwAvBItbA0WIeZId1Td/eNyNFBhIx7XzO8NqFRwb"});
63 </script>