1
0
Fork 0
mirror of synced 2024-06-09 22:34:46 +12:00

Merge branch '0.6' of github.com:appwrite/appwrite into database-ui

This commit is contained in:
Eldad Fux 2020-04-19 07:18:37 +03:00
commit a5efaf2dd9
2 changed files with 5 additions and 5 deletions

View file

@ -98,7 +98,7 @@ $fileLimitHuman = $this->getParam('fileLimitHuman', 0);
<table class="vertical">
<thead>
<tr>
<th width="60"></th>
<th width="40"></th>
<th>Filename</th>
<th width="160">Type</th>
<th width="100">Size</th>
@ -110,7 +110,7 @@ $fileLimitHuman = $this->getParam('fileLimitHuman', 0);
<td class="hide">
<img src="" data-ls-attrs="src=//{{env.DOMAIN}}/v1/storage/files/{{file.$id}}/preview?width=65&height=65&project={{router.params.project}}&mode=admin" class="pull-start avatar" loading="lazy" width="30" height="30" />
</td>
<td data-title="Name: ">
<td data-title="Name: " class="text-one-liner">
<div data-ui-modal class="box modal width-large close" data-button-text="{{file.name}}" data-button-class="link" data-button-element="span">
<button type="button" class="close pull-end" data-ui-modal-close=""><i class="icon-cancel"></i></button>
@ -190,7 +190,7 @@ $fileLimitHuman = $this->getParam('fileLimitHuman', 0);
</div>
</td>
<td data-title="Type: ">
<span data-ls-bind="{{file.mimeType}}" class="tag"></span>
<span data-ls-bind="{{file.mimeType}}" class="text-fade text-size-small"></span>
</td>
<td data-title="Size: ">
<span class="text-fade text-size-small" data-ls-bind="{{file.sizeOriginal|humanFileSize}}"></span>

View file

@ -94,7 +94,7 @@ $providers = $this->getParam('providers', []);
<table class="vertical">
<thead>
<tr>
<th width="60"></th>
<th width="40"></th>
<th width="180">Name</th>
<th>Email</th>
<th width="140">Status</th>
@ -241,7 +241,7 @@ $providers = $this->getParam('providers', []);
<table class="vertical">
<thead>
<tr>
<th width="60"></th>
<th width="40"></th>
<th>Name</th>
<th width="150">Members</th>
<th width="150">Created</th>