File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
<label for =" inputKey" class =" col-sm-2 control-label" >Key</label >
17
17
18
18
<div class =" col-sm-10" >
19
- <input type =" text" class =" form-control key" id =" inputKey" placeholder =" key" readonly value =" {{ $data [' key' ] or ' ' } }" >
19
+ <input type =" text" class =" form-control key" id =" inputKey" placeholder =" key" readonly value =" {{ $data [' key' ] ?? ' ' } }" >
20
20
</div >
21
21
</div >
22
22
23
23
<div class =" form-group" >
24
24
<label for =" inputExpire" class =" col-sm-2 control-label" >Expires</label >
25
25
26
26
<div class =" col-sm-10" >
27
- <input type =" number" class =" form-control ttl" id =" inputExpire" value =" {{ $data [' ttl' ] or - 1 } }" >
27
+ <input type =" number" class =" form-control ttl" id =" inputExpire" value =" {{ $data [' ttl' ] ?? - 1 } }" >
28
28
</div >
29
29
</div >
30
30
197
197
198
198
</script >
199
199
200
- @endsection
200
+ @endsection
You can’t perform that action at this time.
0 commit comments