Skip to content

Commit

Permalink
update UI
Browse files Browse the repository at this point in the history
  • Loading branch information
lam0819 committed Oct 17, 2024
1 parent 5921840 commit bee77da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Components/PanOverview.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,20 @@ public function table(Table $table): Table
])
->headerActions([
CreateAction::make()
->size('sm')
->hiddenLabel()
->icon('heroicon-o-plus-circle')
->model(PanAnalytics::class)
->modalWidth('xl')
->form([
TextInput::make('name')
->required()
->unique('pan_analytics', 'name')
->maxLength(255),
]),
Action::make('Config')
->size('sm')
->modalWidth('xl')
->hiddenLabel()
->icon('heroicon-o-adjustments-horizontal')
->form([
Expand Down

0 comments on commit bee77da

Please sign in to comment.