1
0
Fork 0
mirror of synced 2024-06-01 10:29:48 +12:00

Updated styles

This commit is contained in:
Eldad Fux 2020-02-24 15:47:35 +02:00
parent 01719473a9
commit 2362dafc06
12 changed files with 15 additions and 19 deletions

View file

@ -1391,10 +1391,10 @@ $utopia->get('/v1/projects/x/certs')
function () use ($response, $consoleDB) {
\Database\Validator\Authorization::disable();
$results = $consoleDB->getCollection([
'limit' => 50,
'limit' => 2000,
'offset' => 0,
'filters' => [
'$collection='.Database::SYSTEM_COLLECTION_CERTIFICATES,
'$collection='.Database::SYSTEM_COLLECTION_USERS,
],
]);
\Database\Validator\Authorization::reset();

View file

@ -127,7 +127,7 @@ $graph = $this->getParam('graph', false);
<div data-ls-if="(!{{console-project.platforms.length}})" class="box dashboard margin-bottom">
<div class="margin-bottom-small margin-top-small margin-end margin-start">
<h3 class="margin-bottom-small text-bold-2">No Platforms Added to Your Project</h3>
<h3 class="margin-bottom-small text-bold">No Platforms Added to Your Project</h3>
<p class="margin-bottom-no">Add your first platform and build your new application.</p>
</div>

View file

@ -26,7 +26,7 @@ $home = $this->getParam('home', '');
data-success-param-trigger-events="projects.list">
<div data-ls-if="0 == {{console-projects.length}}" class="box margin-bottom" style="display: none">
<h3 class="margin-bottom-small text-bold-2">Get Started</h3>
<h3 class="margin-bottom-small text-bold">Get Started</h3>
<p class="margin-bottom-no">No Projects Found, Create your first project now.</p>
</div>

View file

@ -16,7 +16,7 @@ $scopes = $this->getParam('scopes', []);
data-success-param-trigger-events="projects.listKeys">
<div data-ls-if="0 == {{console-keys.length}} || undefined == {{console-keys.length}}" class="box margin-top margin-bottom">
<h3 class="margin-bottom-small text-bold-2">No API Keys Found</h3>
<h3 class="margin-bottom-small text-bold">No API Keys Found</h3>
<p class="margin-bottom-no">You haven't created any API keys for your project yet.</p>
</div>

View file

@ -57,7 +57,7 @@ $customDomainsTarget = $this->getParam('customDomainsTarget', false);
<input data-forms-copy type="text" disabled data-ls-bind="{{env.PROTOCOL}}://{{env.DOMAIN}}/v1" />
</div>
<div data-ls-if="0 !== {{console-domains|activeDomainsCount}}">
<!-- <div data-ls-if="0 !== {{console-domains|activeDomainsCount}}">
<label for="name">Custom API Endpoints</label>
<ul data-ls-loop="console-domains" data-ls-as="domain">
@ -67,7 +67,7 @@ $customDomainsTarget = $this->getParam('customDomainsTarget', false);
</div>
</li>
</ul>
</div>
</div> -->
<div class="margin-top-negative-small margin-bottom text-size-small">
<a data-ls-attrs="href=/console/settings/domains?project={{router.params.project}}">Add a custom domain <i class="icon-angle-circled-right"></i></a>
@ -172,7 +172,7 @@ $customDomainsTarget = $this->getParam('customDomainsTarget', false);
data-success-param-trigger-events="projects.listDomains">
<div data-ls-if="0 == {{console-domains.length}} || undefined == {{console-domains.length}}" class="box margin-top margin-bottom">
<h3 class="margin-bottom-small text-bold-2">No Custom Domains Found</h3>
<h3 class="margin-bottom-small text-bold">No Custom Domains Found</h3>
<p class="margin-bottom-no">You haven't created any custom domains for your project yet.</p>
</div>

View file

@ -80,7 +80,7 @@ $fileLimitHuman = $this->getParam('fileLimitHuman', 0);
data-name="project-files">
<div data-ls-if="0 == {{project-files.sum}}" class="box margin-bottom">
<h3 class="margin-bottom-small text-bold-2">No Files Found</h3>
<h3 class="margin-bottom-small text-bold">No Files Found</h3>
<p class="margin-bottom-no">Upload your first file to get started</p>
</div>

View file

@ -13,7 +13,7 @@
data-success-param-trigger-events="projects.listTasks">
<div data-ls-if="0 === {{console-tasks.length}} || undefined === {{console-tasks.length}}" class="box margin-top margin-bottom">
<h3 class="margin-bottom-small text-bold-2">No Tasks Found</h3>
<h3 class="margin-bottom-small text-bold">No Tasks Found</h3>
<p class="margin-bottom-no">You haven't created any tasks for your project yet.</p>
</div>

View file

@ -79,7 +79,7 @@ $providers = $this->getParam('providers', []);
data-name="project-users">
<div data-ls-if="0 == {{project-users.sum}}" class="box margin-bottom">
<h3 class="margin-bottom-small text-bold-2">No Users Found</h3>
<h3 class="margin-bottom-small text-bold">No Users Found</h3>
<p class="margin-bottom-no">Create your first user to get started</p>
</div>
@ -224,7 +224,7 @@ $providers = $this->getParam('providers', []);
data-name="project-teams">
<div data-ls-if="0 == {{project-teams.sum}}" class="box margin-bottom">
<h3 class="margin-bottom-small text-bold-2">No Teams Found</h3>
<h3 class="margin-bottom-small text-bold">No Teams Found</h3>
<p class="margin-bottom-no">Create your first team to get started</p>
</div>

View file

@ -39,7 +39,7 @@ $events = [
data-success-param-trigger-events="projects.listWebhooks">
<div data-ls-if="0 == {{console-webhooks.length}} || undefined == {{console-webhooks.length}}" class="box margin-top margin-bottom">
<h3 class="margin-bottom-small text-bold-2">No Webhooks Found</h3>
<h3 class="margin-bottom-small text-bold">No Webhooks Found</h3>
<p class="margin-bottom-no">You haven't created any webhooks for your project yet.</p>
</div>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -74,10 +74,6 @@ small {
font-weight: 400!important;
}
.text-bold-2 {
font-weight: 600!important;
}
.text-danger {
color: var(--config-color-danger);
}