Add icon to tab

This commit is contained in:
Lance Pioch 2024-04-29 20:06:18 -04:00
parent dd8f28b864
commit d7051bb7ed

View File

@ -11,6 +11,8 @@ class NodesRelationManager extends RelationManager
{ {
protected static string $relationship = 'servers'; protected static string $relationship = 'servers';
protected static ?string $icon = 'tabler-brand-docker';
public function table(Table $table): Table public function table(Table $table): Table
{ {
return $table return $table