2018-01-22 13:01:38 -08:00
|
|
|
<div class="content">
|
|
|
|
|
|
2024-10-15 18:46:51 +02:00
|
|
|
<h1 class="section-header">{{ 'support.title' | tr }}</h1>
|
2018-01-22 13:01:38 -08:00
|
|
|
|
2024-10-15 18:46:51 +02:00
|
|
|
<h3 class="section-header">{{ 'support.help.title' | tr }}</h3>
|
2023-12-03 16:17:55 +01:00
|
|
|
|
|
|
|
|
<div class="card">
|
|
|
|
|
<div class="grid-item-top">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-lg-12">
|
2023-12-03 18:03:03 +01:00
|
|
|
<div ng-bind-html="'support.help.description' | tr:{ docsLink: 'https://docs.cloudron.io/?support_view', packagingLink: 'https://docs.cloudron.io/custom-apps/tutorial/?support_view', forumLink: 'https://forum.cloudron.io/' } | markdown2html"></div>
|
2023-12-03 16:17:55 +01:00
|
|
|
</div>
|
|
|
|
|
</div>
|
2024-07-12 15:35:38 +02:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2024-10-15 18:46:51 +02:00
|
|
|
<h3 class="section-header" ng-if="troubleshoot">Troubleshoot</h3>
|
2024-07-12 15:35:38 +02:00
|
|
|
|
|
|
|
|
<div class="card" ng-if="troubleshoot">
|
|
|
|
|
<div class="grid-item-top">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-lg-12">
|
|
|
|
|
<p>Troubleshooting tools</p>
|
|
|
|
|
<div>
|
|
|
|
|
<button class="btn btn-default pull-right" ng-click="repairAll()"><i ng-show="repairAllBusy" class="fa fa-circle-notch fa-spin"></i> Repair All</button>
|
|
|
|
|
<button class="btn btn-default pull-right" ng-click="updateAll()"><i ng-show="updateAllBusy" class="fa fa-circle-notch fa-spin"></i> Update All</button>
|
|
|
|
|
</div>
|
|
|
|
|
<p class="text-small text-warning">{{ troubleshootingMessage }}</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2023-12-03 16:17:55 +01:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2024-10-15 18:46:51 +02:00
|
|
|
<h3 class="section-header">{{ 'support.remoteSupport.title' | tr }}</h3>
|
2018-01-22 13:01:38 -08:00
|
|
|
|
2020-02-28 19:27:19 +01:00
|
|
|
<div class="card">
|
2020-02-19 14:19:35 +01:00
|
|
|
<div class="grid-item-top">
|
2022-02-09 17:04:20 +01:00
|
|
|
<div class="row" ng-hide="ready">
|
|
|
|
|
<h2 class="text-center"><i class="fa fa-circle-notch fa-spin"></i></h2>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row" ng-show="ready">
|
2020-02-19 14:19:35 +01:00
|
|
|
<div class="col-lg-12">
|
2020-11-11 18:27:43 +01:00
|
|
|
<p>{{ 'support.remoteSupport.description' | tr }}</p>
|
2022-05-26 14:13:13 -07:00
|
|
|
<div>
|
2020-11-11 18:27:43 +01:00
|
|
|
<b>{{ 'support.remoteSupport.warning' | tr }}</b>
|
2020-03-06 01:08:55 -08:00
|
|
|
<br/>
|
|
|
|
|
<br/>
|
2021-10-07 17:16:27 +02:00
|
|
|
<b class="pull-left text-danger text-bold" ng-show="toggleSshSupportError">{{ toggleSshSupportError }}</b>
|
2021-10-19 15:24:40 +02:00
|
|
|
<button class="btn pull-right" ng-class="!sshSupportEnabled ? 'btn-danger' : 'btn-primary'" ng-click="toggleSshSupport()">{{ sshSupportEnabled ? ('support.remoteSupport.disableAction' | tr) : ('support.remoteSupport.enableAction' | tr) }}</button>
|
2020-03-06 01:08:55 -08:00
|
|
|
</div>
|
2020-02-19 14:19:35 +01:00
|
|
|
</div>
|
2018-01-22 13:01:38 -08:00
|
|
|
</div>
|
2020-02-19 14:19:35 +01:00
|
|
|
</div>
|
2018-01-22 13:01:38 -08:00
|
|
|
</div>
|
|
|
|
|
</div>
|