Skip to content

Commit a9e9b70

Browse files
committed
chore: wip
1 parent bdd191b commit a9e9b70

File tree

4 files changed

+25
-126
lines changed

4 files changed

+25
-126
lines changed

resources/components/Dashboard/Deployments/DeploymentList.vue

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ const showModal = ref(false)
1414
<div class="relative overflow-hidden rounded-lg bg-white px-4 pt-5 shadow sm:px-6 sm:pt-6">
1515
<dt>
1616
<div class="absolute rounded-md bg-blue-500 p-3">
17-
<svg class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
18-
<path stroke-linecap="round" stroke-linejoin="round" d="M15 19.128a9.38 9.38 0 002.625.372 9.337 9.337 0 004.121-.952 4.125 4.125 0 00-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 018.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0111.964-3.07M12 6.375a3.375 3.375 0 11-6.75 0 3.375 3.375 0 016.75 0zm8.25 2.25a2.625 2.625 0 11-5.25 0 2.625 2.625 0 015.25 0z" />
19-
</svg>
17+
<div class="i-heroicons-rocket-launch h-6 w-6 text-white" />
2018
</div>
19+
2120
<p class="ml-16 truncate text-sm font-medium text-gray-500">
2221
Total Deployments
2322
</p>
2423
</dt>
24+
2525
<dd class="ml-16 flex items-baseline pb-6 sm:pb-7">
2626
<p class="text-2xl font-semibold text-gray-900">
2727
71,897
@@ -40,9 +40,7 @@ const showModal = ref(false)
4040
<div class="relative overflow-hidden rounded-lg bg-white px-4 pt-5 shadow sm:px-6 sm:pt-6">
4141
<dt>
4242
<div class="absolute rounded-md bg-blue-500 p-3">
43-
<svg class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
44-
<path stroke-linecap="round" stroke-linejoin="round" d="M21.75 9v.906a2.25 2.25 0 01-1.183 1.981l-6.478 3.488M2.25 9v.906a2.25 2.25 0 001.183 1.981l6.478 3.488m8.839 2.51l-4.66-2.51m0 0l-1.023-.55a2.25 2.25 0 00-2.134 0l-1.022.55m0 0l-4.661 2.51m16.5 1.615a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V8.844a2.25 2.25 0 011.183-1.98l7.5-4.04a2.25 2.25 0 012.134 0l7.5 4.04a2.25 2.25 0 011.183 1.98V19.5z" />
45-
</svg>
43+
<div class="i-heroicons-clock h-6 w-6 text-white" />
4644
</div>
4745

4846
<p class="ml-16 truncate text-sm font-medium text-gray-500">
@@ -68,10 +66,9 @@ const showModal = ref(false)
6866
<div class="relative overflow-hidden rounded-lg bg-white px-4 pt-5 shadow sm:px-6 sm:pt-6">
6967
<dt>
7068
<div class="absolute rounded-md bg-blue-500 p-3">
71-
<svg class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
72-
<path stroke-linecap="round" stroke-linejoin="round" d="M15.042 21.672L13.684 16.6m0 0l-2.51 2.225.569-9.47 5.227 7.917-3.286-.672zM12 2.25V4.5m5.834.166l-1.591 1.591M20.25 10.5H18M7.757 14.743l-1.59 1.59M6 10.5H3.75m4.007-4.243l-1.59-1.59" />
73-
</svg>
69+
<div class="i-heroicons-check-circle h-6 w-6 text-white" />
7470
</div>
71+
7572
<p class="ml-16 truncate text-sm font-medium text-gray-500">
7673
Success Rate
7774
</p>

resources/views/dashboard/actions/index.vue

Lines changed: 4 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -16,97 +16,26 @@ useHead({
1616
<div class="relative overflow-hidden rounded-lg bg-white px-4 pt-5 shadow sm:px-6 sm:pt-6">
1717
<dt>
1818
<div class="absolute rounded-md bg-blue-500 p-3">
19-
<svg class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
20-
<path stroke-linecap="round" stroke-linejoin="round" d="M15 19.128a9.38 9.38 0 002.625.372 9.337 9.337 0 004.121-.952 4.125 4.125 0 00-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 018.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0111.964-3.07M12 6.375a3.375 3.375 0 11-6.75 0 3.375 3.375 0 016.75 0zm8.25 2.25a2.625 2.625 0 11-5.25 0 2.625 2.625 0 015.25 0z" />
21-
</svg>
19+
<div class="i-heroicons-bolt h-6 w-6 text-white" />
2220
</div>
23-
<p class="ml-16 truncate text-sm font-medium text-gray-500">
24-
Total Queued
25-
</p>
26-
</dt>
27-
<dd class="ml-16 flex items-baseline pb-6 sm:pb-7">
28-
<p class="text-2xl font-semibold text-gray-900">
29-
71,897
30-
</p>
31-
<p class="ml-2 flex items-baseline text-sm font-semibold text-green-600">
32-
<svg class="h-5 w-5 flex-shrink-0 self-center text-green-500" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
33-
<path fill-rule="evenodd" d="M10 17a.75.75 0 01-.75-.75V5.612L5.29 9.77a.75.75 0 01-1.08-1.04l5.25-5.5a.75.75 0 011.08 0l5.25 5.5a.75.75 0 11-1.08 1.04l-3.96-4.158V16.25A.75.75 0 0110 17z" clip-rule="evenodd" />
34-
</svg>
35-
<span class="sr-only"> Increased by </span>
36-
122
37-
</p>
38-
39-
<!-- <div class="absolute inset-x-0 bottom-0 bg-gray-50 px-4 py-4 sm:px-6">
40-
<div class="text-sm">
41-
<a href="#" class="font-medium text-blue-600 hover:text-blue-500">View all<span class="sr-only"> Deployments</span></a>
42-
</div>
43-
</div> -->
44-
</dd>
45-
</div>
4621

47-
<div class="relative overflow-hidden rounded-lg bg-white px-4 pt-5 shadow sm:px-6 sm:pt-6">
48-
<dt>
49-
<div class="absolute rounded-md bg-blue-500 p-3">
50-
<svg class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
51-
<path stroke-linecap="round" stroke-linejoin="round" d="M21.75 9v.906a2.25 2.25 0 01-1.183 1.981l-6.478 3.488M2.25 9v.906a2.25 2.25 0 001.183 1.981l6.478 3.488m8.839 2.51l-4.66-2.51m0 0l-1.023-.55a2.25 2.25 0 00-2.134 0l-1.022.55m0 0l-4.661 2.51m16.5 1.615a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V8.844a2.25 2.25 0 011.183-1.98l7.5-4.04a2.25 2.25 0 012.134 0l7.5 4.04a2.25 2.25 0 011.183 1.98V19.5z" />
52-
</svg>
53-
</div>
5422
<p class="ml-16 truncate text-sm font-medium text-gray-500">
55-
Avg. Queue Time
23+
Total Actions
5624
</p>
5725
</dt>
5826

5927
<dd class="ml-16 flex items-baseline pb-6 sm:pb-7">
6028
<p class="text-2xl font-semibold text-gray-900">
61-
365 ms
29+
71,897
6230
</p>
6331

6432
<p class="ml-2 flex items-baseline text-sm font-semibold text-green-600">
6533
<svg class="h-5 w-5 flex-shrink-0 self-center text-green-500" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
6634
<path fill-rule="evenodd" d="M10 17a.75.75 0 01-.75-.75V5.612L5.29 9.77a.75.75 0 01-1.08-1.04l5.25-5.5a.75.75 0 011.08 0l5.25 5.5a.75.75 0 11-1.08 1.04l-3.96-4.158V16.25A.75.75 0 0110 17z" clip-rule="evenodd" />
6735
</svg>
6836
<span class="sr-only"> Increased by </span>
69-
12 s
70-
</p>
71-
72-
<!-- <div class="absolute inset-x-0 bottom-0 bg-gray-50 px-4 py-4 sm:px-6">
73-
<div class="text-sm">
74-
<a href="#" class="font-medium text-blue-600 hover:text-blue-500">View all<span class="sr-only"> Average Deploy Time</span></a>
75-
</div>
76-
</div> -->
77-
</dd>
78-
</div>
79-
80-
<div class="relative overflow-hidden rounded-lg bg-white px-4 pt-5 shadow sm:px-6 sm:pt-6">
81-
<dt>
82-
<div class="absolute rounded-md bg-blue-500 p-3">
83-
<svg class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
84-
<path stroke-linecap="round" stroke-linejoin="round" d="M15.042 21.672L13.684 16.6m0 0l-2.51 2.225.569-9.47 5.227 7.917-3.286-.672zM12 2.25V4.5m5.834.166l-1.591 1.591M20.25 10.5H18M7.757 14.743l-1.59 1.59M6 10.5H3.75m4.007-4.243l-1.59-1.59" />
85-
</svg>
86-
</div>
87-
<p class="ml-16 truncate text-sm font-medium text-gray-500">
88-
Success Rate
89-
</p>
90-
</dt>
91-
92-
<dd class="ml-16 flex items-baseline pb-6 sm:pb-7">
93-
<p class="text-2xl font-semibold text-gray-900">
94-
94.57%
95-
</p>
96-
97-
<p class="ml-2 flex items-baseline text-sm font-semibold text-red-600">
98-
<svg class="h-5 w-5 flex-shrink-0 self-center text-red-500" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
99-
<path fill-rule="evenodd" d="M10 3a.75.75 0 01.75.75v10.638l3.96-4.158a.75.75 0 111.08 1.04l-5.25 5.5a.75.75 0 01-1.08 0l-5.25-5.5a.75.75 0 111.08-1.04l3.96 4.158V3.75A.75.75 0 0110 3z" clip-rule="evenodd" />
100-
</svg>
101-
<span class="sr-only"> Decreased by </span>
102-
3.2%
37+
122
10338
</p>
104-
105-
<!-- <div class="absolute inset-x-0 bottom-0 bg-gray-50 px-4 py-4 sm:px-6">
106-
<div class="text-sm">
107-
<a href="#" class="font-medium text-blue-600 hover:text-blue-500">View all<span class="sr-only"> Success Rate</span></a>
108-
</div>
109-
</div> -->
11039
</dd>
11140
</div>
11241
</dl>

resources/views/dashboard/commands/index.vue

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -16,41 +16,35 @@ useHead({
1616
<div class="relative overflow-hidden rounded-lg bg-white px-4 pt-5 shadow sm:px-6 sm:pt-6">
1717
<dt>
1818
<div class="absolute rounded-md bg-blue-500 p-3">
19-
<svg class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
20-
<path stroke-linecap="round" stroke-linejoin="round" d="M15 19.128a9.38 9.38 0 002.625.372 9.337 9.337 0 004.121-.952 4.125 4.125 0 00-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 018.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0111.964-3.07M12 6.375a3.375 3.375 0 11-6.75 0 3.375 3.375 0 016.75 0zm8.25 2.25a2.625 2.625 0 11-5.25 0 2.625 2.625 0 015.25 0z" />
21-
</svg>
19+
<div class="i-heroicons-command-line h-6 w-6 text-white" />
2220
</div>
21+
2322
<p class="ml-16 truncate text-sm font-medium text-gray-500">
2423
Commands Triggered
2524
</p>
2625
</dt>
26+
2727
<dd class="ml-16 flex items-baseline pb-6 sm:pb-7">
2828
<p class="text-2xl font-semibold text-gray-900">
2929
71,897
3030
</p>
31+
3132
<p class="ml-2 flex items-baseline text-sm font-semibold text-green-600">
3233
<svg class="h-5 w-5 flex-shrink-0 self-center text-green-500" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
3334
<path fill-rule="evenodd" d="M10 17a.75.75 0 01-.75-.75V5.612L5.29 9.77a.75.75 0 01-1.08-1.04l5.25-5.5a.75.75 0 011.08 0l5.25 5.5a.75.75 0 11-1.08 1.04l-3.96-4.158V16.25A.75.75 0 0110 17z" clip-rule="evenodd" />
3435
</svg>
3536
<span class="sr-only"> Increased by </span>
3637
122
3738
</p>
38-
39-
<!-- <div class="absolute inset-x-0 bottom-0 bg-gray-50 px-4 py-4 sm:px-6">
40-
<div class="text-sm">
41-
<a href="#" class="font-medium text-blue-600 hover:text-blue-500">View all<span class="sr-only"> Deployments</span></a>
42-
</div>
43-
</div> -->
4439
</dd>
4540
</div>
4641

4742
<div class="relative overflow-hidden rounded-lg bg-white px-4 pt-5 shadow sm:px-6 sm:pt-6">
4843
<dt>
4944
<div class="absolute rounded-md bg-blue-500 p-3">
50-
<svg class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
51-
<path stroke-linecap="round" stroke-linejoin="round" d="M21.75 9v.906a2.25 2.25 0 01-1.183 1.981l-6.478 3.488M2.25 9v.906a2.25 2.25 0 001.183 1.981l6.478 3.488m8.839 2.51l-4.66-2.51m0 0l-1.023-.55a2.25 2.25 0 00-2.134 0l-1.022.55m0 0l-4.661 2.51m16.5 1.615a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V8.844a2.25 2.25 0 011.183-1.98l7.5-4.04a2.25 2.25 0 012.134 0l7.5 4.04a2.25 2.25 0 011.183 1.98V19.5z" />
52-
</svg>
45+
<div class="i-heroicons-clock h-6 w-6 text-white" />
5346
</div>
47+
5448
<p class="ml-16 truncate text-sm font-medium text-gray-500">
5549
Avg. Run Time
5650
</p>
@@ -68,22 +62,15 @@ useHead({
6862
<span class="sr-only"> Increased by </span>
6963
12 s
7064
</p>
71-
72-
<!-- <div class="absolute inset-x-0 bottom-0 bg-gray-50 px-4 py-4 sm:px-6">
73-
<div class="text-sm">
74-
<a href="#" class="font-medium text-blue-600 hover:text-blue-500">View all<span class="sr-only"> Average Deploy Time</span></a>
75-
</div>
76-
</div> -->
7765
</dd>
7866
</div>
7967

8068
<div class="relative overflow-hidden rounded-lg bg-white px-4 pt-5 shadow sm:px-6 sm:pt-6">
8169
<dt>
8270
<div class="absolute rounded-md bg-blue-500 p-3">
83-
<svg class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
84-
<path stroke-linecap="round" stroke-linejoin="round" d="M15.042 21.672L13.684 16.6m0 0l-2.51 2.225.569-9.47 5.227 7.917-3.286-.672zM12 2.25V4.5m5.834.166l-1.591 1.591M20.25 10.5H18M7.757 14.743l-1.59 1.59M6 10.5H3.75m4.007-4.243l-1.59-1.59" />
85-
</svg>
71+
<div class="i-heroicons-check-circle h-6 w-6 text-white" />
8672
</div>
73+
8774
<p class="ml-16 truncate text-sm font-medium text-gray-500">
8875
Success Rate
8976
</p>

resources/views/dashboard/requests/index.vue

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -16,40 +16,33 @@ useHead({
1616
<div class="relative overflow-hidden rounded-lg bg-white px-4 pt-5 shadow sm:px-6 sm:pt-6">
1717
<dt>
1818
<div class="absolute rounded-md bg-blue-500 p-3">
19-
<svg class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
20-
<path stroke-linecap="round" stroke-linejoin="round" d="M15 19.128a9.38 9.38 0 002.625.372 9.337 9.337 0 004.121-.952 4.125 4.125 0 00-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 018.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0111.964-3.07M12 6.375a3.375 3.375 0 11-6.75 0 3.375 3.375 0 016.75 0zm8.25 2.25a2.625 2.625 0 11-5.25 0 2.625 2.625 0 015.25 0z" />
21-
</svg>
19+
<div class="i-heroicons-globe-americas h-6 w-6 text-white" />
2220
</div>
21+
2322
<p class="ml-16 truncate text-sm font-medium text-gray-500">
2423
Total Requests
2524
</p>
2625
</dt>
26+
2727
<dd class="ml-16 flex items-baseline pb-6 sm:pb-7">
2828
<p class="text-2xl font-semibold text-gray-900">
2929
71,897
3030
</p>
31+
3132
<p class="ml-2 flex items-baseline text-sm font-semibold text-green-600">
3233
<svg class="h-5 w-5 flex-shrink-0 self-center text-green-500" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
3334
<path fill-rule="evenodd" d="M10 17a.75.75 0 01-.75-.75V5.612L5.29 9.77a.75.75 0 01-1.08-1.04l5.25-5.5a.75.75 0 011.08 0l5.25 5.5a.75.75 0 11-1.08 1.04l-3.96-4.158V16.25A.75.75 0 0110 17z" clip-rule="evenodd" />
3435
</svg>
3536
<span class="sr-only"> Increased by </span>
3637
122
3738
</p>
38-
39-
<!-- <div class="absolute inset-x-0 bottom-0 bg-gray-50 px-4 py-4 sm:px-6">
40-
<div class="text-sm">
41-
<a href="#" class="font-medium text-blue-600 hover:text-blue-500">View all<span class="sr-only"> Deployments</span></a>
42-
</div>
43-
</div> -->
4439
</dd>
4540
</div>
4641

4742
<div class="relative overflow-hidden rounded-lg bg-white px-4 pt-5 shadow sm:px-6 sm:pt-6">
4843
<dt>
4944
<div class="absolute rounded-md bg-blue-500 p-3">
50-
<svg class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
51-
<path stroke-linecap="round" stroke-linejoin="round" d="M21.75 9v.906a2.25 2.25 0 01-1.183 1.981l-6.478 3.488M2.25 9v.906a2.25 2.25 0 001.183 1.981l6.478 3.488m8.839 2.51l-4.66-2.51m0 0l-1.023-.55a2.25 2.25 0 00-2.134 0l-1.022.55m0 0l-4.661 2.51m16.5 1.615a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V8.844a2.25 2.25 0 011.183-1.98l7.5-4.04a2.25 2.25 0 012.134 0l7.5 4.04a2.25 2.25 0 011.183 1.98V19.5z" />
52-
</svg>
45+
<div class="i-heroicons-clock h-6 w-6 text-white" />
5346
</div>
5447
<p class="ml-16 truncate text-sm font-medium text-gray-500">
5548
Avg. Request Time
@@ -68,22 +61,15 @@ useHead({
6861
<span class="sr-only"> Increased by </span>
6962
12 s
7063
</p>
71-
72-
<!-- <div class="absolute inset-x-0 bottom-0 bg-gray-50 px-4 py-4 sm:px-6">
73-
<div class="text-sm">
74-
<a href="#" class="font-medium text-blue-600 hover:text-blue-500">View all<span class="sr-only"> Average Deploy Time</span></a>
75-
</div>
76-
</div> -->
7764
</dd>
7865
</div>
7966

8067
<div class="relative overflow-hidden rounded-lg bg-white px-4 pt-5 shadow sm:px-6 sm:pt-6">
8168
<dt>
8269
<div class="absolute rounded-md bg-blue-500 p-3">
83-
<svg class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
84-
<path stroke-linecap="round" stroke-linejoin="round" d="M15.042 21.672L13.684 16.6m0 0l-2.51 2.225.569-9.47 5.227 7.917-3.286-.672zM12 2.25V4.5m5.834.166l-1.591 1.591M20.25 10.5H18M7.757 14.743l-1.59 1.59M6 10.5H3.75m4.007-4.243l-1.59-1.59" />
85-
</svg>
70+
<div class="i-heroicons-check-circle h-6 w-6 text-white" />
8671
</div>
72+
8773
<p class="ml-16 truncate text-sm font-medium text-gray-500">
8874
Success Rate
8975
</p>

0 commit comments

Comments
 (0)