File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public static function getNavigationLabel(): string
5858 {
5959 return __ ('inspirecms::pages/health.title ' );
6060 }
61-
61+
6262 protected function getHeaderWidgets (): array
6363 {
6464 return [
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ class CmsVersionInfo extends Widget implements GuardWidget
1111{
1212 use GuardWidgetTrait;
1313 use InteractsWithActions;
14+
1415 protected static string $ view = 'inspirecms::filament.widgets.cms-version-info ' ;
1516
1617 protected int | string | array $ columnSpan = 'full ' ;
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ public function infolist(Infolist $infolist): Infolist
9090 ->fontFamily (FontFamily::Mono)
9191 ->size ('xs ' )
9292 ->placeholder (fn () => strval (__ ('inspirecms::inspirecms.n/a ' )))
93- ->extraAttributes (['class ' => 'overflow-x-auto overflow-y-hidden ' ])
93+ ->extraAttributes (['class ' => 'overflow-x-auto overflow-y-hidden ' ]),
9494 ]);
9595 }
9696
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ public function infolist(Infolist $infolist): Infolist
139139 ->fontFamily (FontFamily::Mono)
140140 ->size ('xs ' )
141141 ->placeholder (fn () => strval (__ ('inspirecms::inspirecms.n/a ' )))
142- ->extraAttributes (['class ' => 'overflow-x-auto overflow-y-hidden ' ])
142+ ->extraAttributes (['class ' => 'overflow-x-auto overflow-y-hidden ' ]),
143143 ]);
144144 }
145145
@@ -151,7 +151,6 @@ private static function getThemeNameInputComponent(string $name = 'theme'): Form
151151 ->live (true , 500 )
152152 ->afterStateUpdated (fn ($ component , ?string $ state ) => $ component ->state (Str::slug ($ state )));
153153 }
154-
155154
156155 public function createThemeAction (): Action
157156 {
You can’t perform that action at this time.
0 commit comments