Skip to content

Commit

Permalink
fix(utils): increase width of the Actions column for certificates, …
Browse files Browse the repository at this point in the history
…private keys, and CSP
  • Loading branch information
azasypkin committed May 16, 2024
1 parent b4b0453 commit f8a48d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ export default function CertificatesCertificateTemplates() {
{
name: 'Actions',
field: 'headers',
width: '75px',
width: '105px',
actions: [
{
name: 'Generate',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ export default function CertificatesPrivateKeys() {
{
name: 'Actions',
field: 'headers',
width: '75px',
width: '105px',
actions: [
{
name: 'Export',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export default function WebSecurityContentSecurityPolicies() {
{
name: 'Actions',
field: 'headers',
width: '75px',
width: '105px',
actions: [
{
name: 'Copy policy',
Expand Down

0 comments on commit f8a48d9

Please sign in to comment.