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) {
|
->afterStateUpdated(function (callable $set) {
|
||||||
$set('updated_by', Filament::auth()->user()?->name);
|
$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')
|
Forms\Components\TextInput::make('zmm_beenote')
|
||||||
->label('ZMM BEENOTE')
|
->label('ZMM BEENOTE')
|
||||||
->reactive()
|
->reactive()
|
||||||
@@ -904,12 +910,6 @@ class ClassCharacteristicResource extends Resource
|
|||||||
->afterStateUpdated(function (callable $set) {
|
->afterStateUpdated(function (callable $set) {
|
||||||
$set('updated_by', Filament::auth()->user()?->name);
|
$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')
|
Forms\Components\TextInput::make('zmm_operating_range')
|
||||||
->label('ZMM OPERATING RANGE')
|
->label('ZMM OPERATING RANGE')
|
||||||
->reactive()
|
->reactive()
|
||||||
@@ -1624,6 +1624,10 @@ class ClassCharacteristicResource extends Resource
|
|||||||
->label('ZMM LOGO NSF')
|
->label('ZMM LOGO NSF')
|
||||||
->alignCenter()
|
->alignCenter()
|
||||||
->sortable(),
|
->sortable(),
|
||||||
|
Tables\Columns\TextColumn::make('zmm_logo_eac')
|
||||||
|
->label('ZMM LOGO EAC')
|
||||||
|
->alignCenter()
|
||||||
|
->sortable(),
|
||||||
Tables\Columns\TextColumn::make('zmm_beenote')
|
Tables\Columns\TextColumn::make('zmm_beenote')
|
||||||
->label('ZMM BEENOTE')
|
->label('ZMM BEENOTE')
|
||||||
->alignCenter()
|
->alignCenter()
|
||||||
@@ -1756,10 +1760,6 @@ class ClassCharacteristicResource extends Resource
|
|||||||
->label('ZMM USP')
|
->label('ZMM USP')
|
||||||
->alignCenter()
|
->alignCenter()
|
||||||
->sortable(),
|
->sortable(),
|
||||||
Tables\Columns\TextColumn::make('zmm_logo_eac')
|
|
||||||
->label('ZMM LOGO EAC')
|
|
||||||
->alignCenter()
|
|
||||||
->sortable(),
|
|
||||||
Tables\Columns\TextColumn::make('zmm_operating_range')
|
Tables\Columns\TextColumn::make('zmm_operating_range')
|
||||||
->label('ZMM OPERATING RANGE')
|
->label('ZMM OPERATING RANGE')
|
||||||
->alignCenter()
|
->alignCenter()
|
||||||
|
|||||||
Reference in New Issue
Block a user