mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Disabled new buttons
This commit is contained in:
@@ -37,8 +37,10 @@ use Utopia\Locale\Locale;
|
||||
</form>
|
||||
|
||||
<hr />
|
||||
|
||||
<div data-ui-modal class="box modal close" data-button-text="Add collection" data-button-class="button link" data-button-icon="icon-plus">
|
||||
|
||||
<button class="button disabled link" type="button" disabled><i class="icon-plus"></i>Add collection</button>
|
||||
|
||||
<div xdata-ui-modal class="box modal close" data-button-text="Add collection" data-button-class="button link" data-button-icon="icon-plus">
|
||||
<button type="button" class="close pull-end" data-ui-modal-close=""><i class="icon-cancel"></i></button>
|
||||
|
||||
<h1>Create Collection</h1>
|
||||
@@ -164,7 +166,8 @@ use Utopia\Locale\Locale;
|
||||
|
||||
<hr />
|
||||
|
||||
<div data-ui-modal class="box modal close" data-button-text="Add document" data-button-class="button link" data-button-icon="icon-plus">
|
||||
<button class="button disabled link" type="button" disabled><i class="icon-plus"></i>Add document</button>
|
||||
<div xdata-ui-modal class="box modal close" data-button-text="Add document" data-button-class="button link" data-button-icon="icon-plus">
|
||||
<button type="button" class="close pull-end" data-ui-modal-close=""><i class="icon-cancel"></i></button>
|
||||
|
||||
<h1>Create Document</h1>
|
||||
|
||||
Reference in New Issue
Block a user