Changed position of logo eac and zmm values in temp class charcateristics resource page #530
@@ -706,6 +706,12 @@ class TempClassCharacteristicResource 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 TempClassCharacteristicResource 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()
|
||||||
@@ -970,18 +970,6 @@ class TempClassCharacteristicResource 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('part_validation_1')
|
|
||||||
->label('PART VALIDATION 1')
|
|
||||||
->reactive()
|
|
||||||
->afterStateUpdated(function (callable $set) {
|
|
||||||
$set('updated_by', Filament::auth()->user()?->name);
|
|
||||||
}),
|
|
||||||
Forms\Components\TextInput::make('part_validation_2')
|
|
||||||
->label('PART VALIDATION 2')
|
|
||||||
->reactive()
|
|
||||||
->afterStateUpdated(function (callable $set) {
|
|
||||||
$set('updated_by', Filament::auth()->user()?->name);
|
|
||||||
}),
|
|
||||||
Forms\Components\TextInput::make('model_type')
|
Forms\Components\TextInput::make('model_type')
|
||||||
->label('MODEL TYPE')
|
->label('MODEL TYPE')
|
||||||
->reactive()
|
->reactive()
|
||||||
@@ -1410,6 +1398,10 @@ class TempClassCharacteristicResource 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()
|
||||||
@@ -1542,10 +1534,6 @@ class TempClassCharacteristicResource 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