Changed positions of logo eac in class characteristics resource page
Some checks failed
Gemini PR Review / Gemini PR Review (pull_request) Waiting to run
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Waiting to run
Laravel Larastan / larastan (pull_request) Waiting to run
Laravel Pint / pint (pull_request) Waiting to run
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Some checks failed
Gemini PR Review / Gemini PR Review (pull_request) Waiting to run
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Waiting to run
Laravel Larastan / larastan (pull_request) Waiting to run
Laravel Pint / pint (pull_request) Waiting to run
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
This commit is contained in:
@@ -706,6 +706,12 @@ class ClassCharacteristicResource extends Resource
|
||||
->afterStateUpdated(function (callable $set) {
|
||||
$set('updated_by', Filament::auth()->user()?->name);
|
||||
}),
|
||||
Forms\Components\TextInput::make('zmm_logo_eac')
|
||||
->label('ZMM LOGO EAC')
|
||||
->reactive()
|
||||
->afterStateUpdated(function (callable $set) {
|
||||
$set('updated_by', Filament::auth()->user()?->name);
|
||||
}),
|
||||
Forms\Components\TextInput::make('zmm_beenote')
|
||||
->label('ZMM BEENOTE')
|
||||
->reactive()
|
||||
@@ -904,12 +910,6 @@ class ClassCharacteristicResource extends Resource
|
||||
->afterStateUpdated(function (callable $set) {
|
||||
$set('updated_by', Filament::auth()->user()?->name);
|
||||
}),
|
||||
Forms\Components\TextInput::make('zmm_logo_eac')
|
||||
->label('ZMM LOGO EAC')
|
||||
->reactive()
|
||||
->afterStateUpdated(function (callable $set) {
|
||||
$set('updated_by', Filament::auth()->user()?->name);
|
||||
}),
|
||||
Forms\Components\TextInput::make('zmm_operating_range')
|
||||
->label('ZMM OPERATING RANGE')
|
||||
->reactive()
|
||||
@@ -1624,6 +1624,10 @@ class ClassCharacteristicResource extends Resource
|
||||
->label('ZMM LOGO NSF')
|
||||
->alignCenter()
|
||||
->sortable(),
|
||||
Tables\Columns\TextColumn::make('zmm_logo_eac')
|
||||
->label('ZMM LOGO EAC')
|
||||
->alignCenter()
|
||||
->sortable(),
|
||||
Tables\Columns\TextColumn::make('zmm_beenote')
|
||||
->label('ZMM BEENOTE')
|
||||
->alignCenter()
|
||||
@@ -1756,10 +1760,6 @@ class ClassCharacteristicResource extends Resource
|
||||
->label('ZMM USP')
|
||||
->alignCenter()
|
||||
->sortable(),
|
||||
Tables\Columns\TextColumn::make('zmm_logo_eac')
|
||||
->label('ZMM LOGO EAC')
|
||||
->alignCenter()
|
||||
->sortable(),
|
||||
Tables\Columns\TextColumn::make('zmm_operating_range')
|
||||
->label('ZMM OPERATING RANGE')
|
||||
->alignCenter()
|
||||
|
||||
Reference in New Issue
Block a user