update scripts

This commit is contained in:
Damodar Lohani
2021-07-29 14:06:52 +05:45
parent 68ea2e2ab1
commit 6cd4f044e9
7 changed files with 242 additions and 62 deletions
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -212,9 +212,6 @@
data-analytics-label="Create Project">
<p>Appwrite projects are containers for your resources and apps across different platforms.</p>
<label>Name</label>
<input type="text" class="full-width margin-bottom-xl" name="name" required autocomplete="off" maxlength="128" />
<label>Project ID</label>
<input
type="hidden"
@@ -224,6 +221,9 @@
maxlength="36"
class=""
name="projectId" />
<label>Name</label>
<input type="text" class="full-width margin-bottom-xl" name="name" required autocomplete="off" maxlength="128" />
<footer>
<button type="submit">Create</button> &nbsp; <button data-ui-modal-close="" type="button" class="reverse">Cancel</button>