mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-28 12:27:18 +00:00
7 lines
102 B
Lua
7 lines
102 B
Lua
local actions = {}
|
|
|
|
actions["restart"] = {
|
|
["iconClass"] = "fa fa-fw fa-redo"
|
|
}
|
|
|
|
return actions
|