mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 22:39:46 +00:00
feat: split row_actions into remove_action and overflow_actions for URL plugins
This commit is contained in:
@@ -12,6 +12,7 @@ export type HostnameMetadata =
|
||||
| {
|
||||
kind: 'plugin'
|
||||
packageId: PackageId
|
||||
rowActions: Array<ActionId>
|
||||
removeAction: ActionId | null
|
||||
overflowActions: Array<ActionId>
|
||||
info: unknown
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user