1
0
Fork 0
mirror of synced 2024-06-27 18:50:47 +12:00

Updated themes

This commit is contained in:
Eldad Fux 2020-02-29 08:24:55 +02:00
parent cb5952c6c2
commit 04d84f2614
11 changed files with 24 additions and 18 deletions

View file

@ -3,7 +3,7 @@ $graph = $this->getParam('graph', false);
?>
<div class="cover margin-bottom-small">
<div class="zone xl margin-bottom margin-top-small">
<div class="zone xl margin-bottom-xl margin-top-small">
<h1 class="margin-bottom-small"
data-service="projects.get"
data-event="load,project.update,projects.createPlatform,projects.updatePlatform,projects.deletePlatform"
@ -22,7 +22,7 @@ $graph = $this->getParam('graph', false);
</div>
</div>
<div class="zone xl margin-top-negative-large">
<div class="zone xl margin-top-negative-xxl">
<div class="box margin-bottom dashboard">
<div
data-service="projects.getUsage"

View file

@ -187,8 +187,8 @@ $customDomainsTarget = $this->getParam('customDomainsTarget', false);
<table class="vertical">
<thead>
<tr>
<th width="140"></th>
<th width="220">Domain Name</th>
<th width="120"></th>
<th width="200">Domain Name</th>
<th width="160">TLS</th>
<th></th>
<th width="60"></th>
@ -197,16 +197,16 @@ $customDomainsTarget = $this->getParam('customDomainsTarget', false);
<tbody data-ls-loop="console-domains" data-ls-as="domain">
<tr>
<td data-title="Status">
<span class="tag red" data-ls-if="true !== {{domain.verification}}"><i class="icon-cancel-circled"></i> Unverified&nbsp;</span>
<span class="tag blue" data-ls-if="true === {{domain.verification}}"><i class="icon-ok-circled"></i> Verified&nbsp;</span>
<span class="text-size-small text-danger" data-ls-if="true !== {{domain.verification}}"><i class="icon-cancel-circled"></i> Unverified&nbsp;</span>
<span class="text-size-small text-info" data-ls-if="true === {{domain.verification}}"><i class="icon-ok-circled"></i> Verified&nbsp;</span>
</td>
<td data-title="Domain: ">
<span data-ls-bind="{{domain.domain}}"></span>
</td>
<td data-title="TLS: ">
<span class="tag" data-ls-if="!{{domain.certificateId}} && false === {{domain.verification}}"> &nbsp;Pending Verification&nbsp;</span>
<span class="tag yellow" data-ls-if="!{{domain.certificateId}} && true === {{domain.verification}}"> &nbsp;In Progress&nbsp;</span>
<span class="tag green" data-ls-if="{{domain.certificateId}}"><i class="icon-ok-circled"></i> Enabled&nbsp;</span>
<span class="text-size-small text-fade" data-ls-if="!{{domain.certificateId}} && false === {{domain.verification}}"> &nbsp;Pending Verification&nbsp;</span>
<span class="text-size-small text-fade" data-ls-if="!{{domain.certificateId}} && true === {{domain.verification}}"> &nbsp;In Progress&nbsp;</span>
<span class="text-size-small text-success" data-ls-if="{{domain.certificateId}}"><i class="icon-ok-circled"></i> Enabled&nbsp;</span>
</td>
<td data-title="">
<button class="link text-size-small" data-ls-if="true === {{domain.verification}}" data-ls-ui-trigger="dns-settings-{{domain.$id}}">DNS Settings</button>

View file

@ -166,7 +166,7 @@ $fileLimitHuman = $this->getParam('fileLimitHuman', 0);
<div class="margin-bottom-small">File Preview</div>
<div class="margin-bottom-small">
<img src="" data-ls-attrs="src=//{{env.DOMAIN}}/v1/storage/files/{{file.$id}}/preview?width=350&height=250&project={{router.params.project}}&mode=admin" loading="lazy" width="100%" height="100%" />
<img src="" class="file-preview" data-ls-attrs="src=//{{env.DOMAIN}}/v1/storage/files/{{file.$id}}/preview?width=350&height=250&project={{router.params.project}}&mode=admin" loading="lazy" width="100%" height="100%" />
</div>
<div class="margin-bottom-tiny">

View file

@ -218,11 +218,11 @@
<input type="hidden" name="taskId" data-ls-bind="{{task.$id}}" />
</form>
<button class="pull-end margin-start-small reverse round desktops-only" data-ls-ui-trigger="task-update-{{task.$id}}"><i class="icon-cog"></i></button>
<button class="pull-end margin-start reverse round desktops-only" data-ls-ui-trigger="task-update-{{task.$id}}"><i class="icon-cog"></i></button>
<button class="pull-end reverse danger round desktops-only" data-ls-ui-trigger="task-delete-{{task.$id}}"><i class="icon-trash"></i></button>
<button class="link pull-start margin-end-small tablets-only phones-only" data-ls-ui-trigger="task-update-{{task.$id}}">Update</button>
<button class="link pull-start margin-end-small text-danger tablets-only phones-only" data-ls-ui-trigger="task-delete-{{task.$id}}">Delete</button>
<button class="link pull-start margin-end text-danger tablets-only phones-only" data-ls-ui-trigger="task-delete-{{task.$id}}">Delete</button>
</td>
</tr>
</tbody>

View file

@ -192,7 +192,7 @@
</li>
<li data-state="/console/users/view/audit?id={{router.params.id}}&project={{router.params.project}}">
<h2>Audit Log</h2>
<h2>Activity</h2>
<div
data-service="users.getLogs"

View file

@ -11,7 +11,7 @@ $litespeed = $this->getParam('litespeed', true);
$analytics = $this->getParam('analytics', 'UA-26264668-9');
$env = $this->getParam('env', '');
$canonical = $this->getParam('canonical', '');
$buster = 43; // For DEV env
$buster = 44; // For DEV env
if(!empty($platforms)) {
$platforms = array_map(function($platform) {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -494,7 +494,7 @@ fieldset {
}
&.blue {
background: #386fd2;
background: var(--config-color-info);
color: #fff;
}

View file

@ -28,6 +28,7 @@
--config-color-danger: #f53d3d;
--config-color-success: #1bbf61;
--config-color-warning: #ffed4d;
--config-color-info: #386fd2;
--config-border-color: #f5f5f5;
--config-border-radius: 10px;
--config-prism-background: #373738;
@ -95,6 +96,7 @@
--config-color-danger: #d84a4a;
--config-color-success: #34b86d;
--config-color-warning: #e0d56d;
--config-color-info: #386fd2;
--config-border-color: #262D50;
--config-prism-background: #1F253F;
--config-prism-numbers: #1F253F;

View file

@ -88,7 +88,7 @@ small {
}
.text-warning {
color: var(--config-color-success)
color: var(--config-color-warning)
}
.text-focus {
@ -107,6 +107,10 @@ small {
color: var(--config-color-danger);
}
&.text-info {
color: var(--config-color-info);
}
&.text-yellow {
color: #ffe28b;
}