File tree Expand file tree Collapse file tree 5 files changed +13
-35
lines changed
resources/views/dashboard Expand file tree Collapse file tree 5 files changed +13
-35
lines changed Original file line number Diff line number Diff line change @@ -124,11 +124,11 @@ useHead({
124
124
</p >
125
125
</div >
126
126
127
- <!-- < div class="mt-4 sm:ml-16 sm:mt-0 sm:flex-none">
127
+ <div class =" mt-4 sm:ml-16 sm:mt-0 sm:flex-none" >
128
128
<button type =" button" class =" block rounded-md bg-blue-600 px-3 py-2 text-center text-sm font-semibold text-white shadow-sm hover:bg-blue-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-600" >
129
- Deploy
129
+ Create Action
130
130
</button >
131
- </div> -->
131
+ </div >
132
132
</div >
133
133
134
134
<div class =" mt-8 flow-root" >
Original file line number Diff line number Diff line change @@ -35,12 +35,6 @@ useHead({
35
35
<span class =" sr-only" > Increased by </span >
36
36
122
37
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
38
</dd >
45
39
</div >
46
40
@@ -68,12 +62,6 @@ useHead({
68
62
<span class =" sr-only" > Increased by </span >
69
63
12 s
70
64
</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
65
</dd >
78
66
</div >
79
67
@@ -101,12 +89,6 @@ useHead({
101
89
<span class =" sr-only" > Decreased by </span >
102
90
3.2%
103
91
</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> -->
110
92
</dd >
111
93
</div >
112
94
</dl >
@@ -123,11 +105,12 @@ useHead({
123
105
A list of all the components in your library.
124
106
</p >
125
107
</div >
126
- <!-- <div class="mt-4 sm:ml-16 sm:mt-0 sm:flex-none">
108
+
109
+ <div class =" mt-4 sm:ml-16 sm:mt-0 sm:flex-none" >
127
110
<button type =" button" class =" block rounded-md bg-blue-600 px-3 py-2 text-center text-sm font-semibold text-white shadow-sm hover:bg-blue-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-600" >
128
111
Deploy
129
112
</button >
130
- </div> -->
113
+ </div >
131
114
</div >
132
115
133
116
<div class =" mt-8 flow-root" >
Original file line number Diff line number Diff line change @@ -101,12 +101,6 @@ useHead({
101
101
<span class =" sr-only" > Decreased by </span >
102
102
3.2%
103
103
</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> -->
110
104
</dd >
111
105
</div >
112
106
</dl >
@@ -123,11 +117,12 @@ useHead({
123
117
A list of all the functions in your library.
124
118
</p >
125
119
</div >
126
- <!-- <div class="mt-4 sm:ml-16 sm:mt-0 sm:flex-none">
120
+
121
+ <div class =" mt-4 sm:ml-16 sm:mt-0 sm:flex-none" >
127
122
<button type =" button" class =" block rounded-md bg-blue-600 px-3 py-2 text-center text-sm font-semibold text-white shadow-sm hover:bg-blue-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-600" >
128
- Deploy
123
+ Create Function
129
124
</button >
130
- </div> -->
125
+ </div >
131
126
</div >
132
127
133
128
<div class =" mt-8 flow-root" >
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ useHead({
173
173
Playa Vista
174
174
</td >
175
175
176
- <td class =" whitespace-nowrap px-3 py-4 text-sm text-gray-500" >
176
+ <td class =" whitespace-nowrap px-3 py-4 text-sm text-gray-500 font-mono " >
177
177
5kb
178
178
</td >
179
179
Original file line number Diff line number Diff line change @@ -117,10 +117,10 @@ useHead({
117
117
<div class =" sm:flex sm:items-center" >
118
118
<div class =" sm:flex-auto" >
119
119
<h1 class =" text-base font-semibold leading-6 text-gray-900" >
120
- Requests
120
+ Request History
121
121
</h1 >
122
122
<p class =" mt-2 text-sm text-gray-700" >
123
- A list of all the requests.
123
+ A list of all the requests that came in .
124
124
</p >
125
125
</div >
126
126
You can’t perform that action at this time.
0 commit comments