fixing conflicts
This commit is contained in:
1 parent
0672981e69
commit
d2e69f230f
4 files changed
+12
-9
No files matched your search
@@ -25,11 +25,14 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="w-md my-6 max-w-md mx-auto px-4 flex flex-row justify-between">
|
<div class="w-md my-6 max-w-md mx-auto px-4 flex flex-row justify-between">
|
||||||
<a href="/home" class="text-center w-sm py-2 mx-2 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500">
|
<a href="/home" class="text-center w-sm py-2 mx-2 px-4 border
|
||||||
|
border-transparent rounded-md shadow-sm text-sm font-medium
|
||||||
|
text-white bg-blue-600 hover:bg-blue-700 focus:outline-none">
|
||||||
Back to Dashboard
|
Back to Dashboard
|
||||||
</a>
|
</a>
|
||||||
<button
|
<button
|
||||||
class="text-center w-sm py-2 py-2 mx-2 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 cursor-pointer"
|
class="text-center w-sm py-2 py-2 mx-2 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-blue-600
|
||||||
|
hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 cursor-pointer"
|
||||||
onclick="document.getElementById('create-asset-modal').showModal()"
|
onclick="document.getElementById('create-asset-modal').showModal()"
|
||||||
>
|
>
|
||||||
Add New Asset
|
Add New Asset
|
||||||
|
|||||||
@@ -5,9 +5,9 @@
|
|||||||
<!-- Buttons -->
|
<!-- Buttons -->
|
||||||
<div class="flex justify-end gap-4 px-5 py-6">
|
<div class="flex justify-end gap-4 px-5 py-6">
|
||||||
<a href="/assets?popup"
|
<a href="/assets?popup"
|
||||||
class="text-center cursor-pointer min-w-[150px] bg-green-600 px-4 py-2 text-white rounded hover:bg-green-800"
|
id="addAss" class="text-center cursor-pointer min-w-[150px] bg-green-600 px-4 py-2 text-white rounded hover:bg-green-800"
|
||||||
type="button">Add Asset</a>
|
type="button">Add Asset</a>
|
||||||
<a href="/newPlan"
|
<a href="/plans?openModal=true"
|
||||||
class="text-center cursor-pointer min-w-[150px] bg-green-600 px-4 py-2 text-white rounded hover:bg-green-800"
|
class="text-center cursor-pointer min-w-[150px] bg-green-600 px-4 py-2 text-white rounded hover:bg-green-800"
|
||||||
type="button">Create new plan </a>
|
type="button">Create new plan </a>
|
||||||
</div>
|
</div>
|
||||||
@@ -21,8 +21,7 @@
|
|||||||
<div class="mt-4 flex justify-center">
|
<div class="mt-4 flex justify-center">
|
||||||
<a href="/plans" class="cursor-pointer border-2 border-blue-600 bg-blue-600 text-white py-2 px-6
|
<a href="/plans" class="cursor-pointer border-2 border-blue-600 bg-blue-600 text-white py-2 px-6
|
||||||
rounded-md hover:bg-blue-700 hover:border-blue-700 font-semibold
|
rounded-md hover:bg-blue-700 hover:border-blue-700 font-semibold
|
||||||
transition-colors duration-200 focus:outline-none focus:ring-2
|
transition-colors duration-200 focus:outline-none ">Make one</a>
|
||||||
focus:ring-blue-500 focus:ring-offset-2">Make one</a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -8,7 +8,8 @@
|
|||||||
style="width: 100%;"
|
style="width: 100%;"
|
||||||
onclick="lockAsset('<%= asset._id %>', '<%= asset.icon %>')"
|
onclick="lockAsset('<%= asset._id %>', '<%= asset.icon %>')"
|
||||||
type="submit"
|
type="submit"
|
||||||
class="text-center w-sm py-2 py-2 mx-2 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 cursor-pointer"
|
class="text-center w-sm py-2 py-2 mx-2 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-white
|
||||||
|
bg-blue-600 hover:bg-blue-700 focus:outline-none "
|
||||||
>
|
>
|
||||||
Close
|
Close
|
||||||
</button>
|
</button>
|
||||||
@@ -71,7 +72,7 @@
|
|||||||
<button
|
<button
|
||||||
id="edit-<%= asset._id %>"
|
id="edit-<%= asset._id %>"
|
||||||
onclick="unlockAsset('<%= asset._id %>')"
|
onclick="unlockAsset('<%= asset._id %>')"
|
||||||
class="py-3 px-8 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 cursor-pointer"
|
class="py-3 px-8 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 cursor-pointer"
|
||||||
>
|
>
|
||||||
Edit
|
Edit
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<button
|
<button
|
||||||
onclick="resetAll()"
|
onclick="resetAll()"
|
||||||
type="submit"
|
type="submit"
|
||||||
class="text-center py-2 mx-2 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 cursor-pointer"
|
class="text-center py-2 mx-2 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-blue-600 hover:bg-blue-700 focus:outline-none cursor-pointer"
|
||||||
>
|
>
|
||||||
Cancel
|
Cancel
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in new issue
Block a user