Changed positions of logo eac in class characteristics resource page #528

Merged
jothi merged 1 commits from ranjith-dev into master 2026-04-12 09:25:00 +00:00
Showing only changes of commit 27ec4148ae - Show all commits

View File

@@ -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()