File tree Expand file tree Collapse file tree 5 files changed +11
-8
lines changed
admin_web_app/Source_webapp
src/views/services/ServiceView Expand file tree Collapse file tree 5 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fidesinnova" ,
3
3
"private" : true ,
4
- "version" : " 5.0.5 " ,
4
+ "version" : " 5.0.7 " ,
5
5
"scripts" : {
6
6
"dev" : " vite" ,
7
7
"build" : " vite build" ,
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ export default function NotificationPage() {
228
228
< Form >
229
229
< FormContainer >
230
230
< h4 className = "mb-1" >
231
- Send Notification to User
231
+ Send Notification to a User
232
232
</ h4 >
233
233
< p >
234
234
Provide the details for the
@@ -276,6 +276,7 @@ export default function NotificationPage() {
276
276
</ FormRow >
277
277
< div className = "flex mt-4 ltr:text-right" >
278
278
< Button
279
+ size = "sm"
279
280
className = "w-1/2 mx-auto"
280
281
type = "submit"
281
282
disabled = { isSubmitting }
@@ -317,7 +318,7 @@ export default function NotificationPage() {
317
318
< Form >
318
319
< FormContainer >
319
320
< h4 className = "mb-1" >
320
- Send a Notification to All
321
+ Send Notification to All
321
322
Users
322
323
</ h4 >
323
324
< p >
@@ -373,6 +374,7 @@ export default function NotificationPage() {
373
374
</ FormRow >
374
375
< div className = "flex mt-4 ltr:text-right" >
375
376
< Button
377
+ size = "sm"
376
378
className = "w-1/2 mx-auto"
377
379
type = "submit"
378
380
disabled = { isSubmitting }
@@ -580,6 +582,7 @@ export default function NotificationPage() {
580
582
</ FormRow >
581
583
< div className = "flex mt-4 ltr:text-right" >
582
584
< Button
585
+ size = "sm"
583
586
className = "w-1/2 mx-auto"
584
587
type = "submit"
585
588
disabled = {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " server_backend" ,
3
- "version" : " 5.0.5 " ,
3
+ "version" : " 5.2.3 " ,
4
4
"description" : " Fidesinnova backend server." ,
5
5
"author" : " " ,
6
6
"private" : true ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fidesinnova" ,
3
3
"private" : true ,
4
- "version" : " 5.1.8 " ,
4
+ "version" : " 5.2.0 " ,
5
5
"scripts" : {
6
6
"dev" : " vite" ,
7
7
"build" : " vite build" ,
Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ const createService = ({
332
332
type = "text"
333
333
autoComplete = "off"
334
334
name = "serviceName"
335
- placeholder = "service name... "
335
+ placeholder = "Service Name "
336
336
component = { Input }
337
337
/>
338
338
</ FormRow >
@@ -348,7 +348,7 @@ const createService = ({
348
348
} : FieldProps ) => (
349
349
< Select < ServiceTypeOption >
350
350
field = { field }
351
- placeholder = "select service type... "
351
+ placeholder = "Select Service Type "
352
352
form = { form }
353
353
options = { serviceOptions }
354
354
components = { {
@@ -381,7 +381,7 @@ const createService = ({
381
381
type = "text"
382
382
autoComplete = "off"
383
383
name = "description"
384
- placeholder = "service description... "
384
+ placeholder = "Service Description "
385
385
component = { Input }
386
386
/>
387
387
</ FormRow >
You can’t perform that action at this time.
0 commit comments