feat: enhance roster unit management with bidirectional pairing sync
fix: scheduler one off
This commit is contained in:
@@ -36,8 +36,7 @@
|
||||
<input type="datetime-local"
|
||||
name="start_datetime"
|
||||
id="oneoff_start_datetime"
|
||||
class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-lg bg-white dark:bg-gray-700 text-gray-900 dark:text-white focus:ring-seismo-orange focus:border-seismo-orange"
|
||||
required>
|
||||
class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-lg bg-white dark:bg-gray-700 text-gray-900 dark:text-white focus:ring-seismo-orange focus:border-seismo-orange">
|
||||
<p class="text-xs text-gray-400 dark:text-gray-500 mt-2">
|
||||
Must be in the future
|
||||
</p>
|
||||
@@ -51,8 +50,7 @@
|
||||
<input type="datetime-local"
|
||||
name="end_datetime"
|
||||
id="oneoff_end_datetime"
|
||||
class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-lg bg-white dark:bg-gray-700 text-gray-900 dark:text-white focus:ring-seismo-orange focus:border-seismo-orange"
|
||||
required>
|
||||
class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-lg bg-white dark:bg-gray-700 text-gray-900 dark:text-white focus:ring-seismo-orange focus:border-seismo-orange">
|
||||
</div>
|
||||
|
||||
<!-- Duration preview -->
|
||||
|
||||
Reference in New Issue
Block a user