fix(lint): remove unused fmtMaintMonitor function
This commit is contained in:
@@ -41,10 +41,6 @@ func fmtMaintType(t string) string {
|
|||||||
return maintStyle.Render("maintenance")
|
return maintStyle.Render("maintenance")
|
||||||
}
|
}
|
||||||
|
|
||||||
func fmtMaintMonitor(monitorID int, sites []models.Site) string {
|
|
||||||
return fmtMaintMonitorW(monitorID, sites, 18)
|
|
||||||
}
|
|
||||||
|
|
||||||
func fmtMaintMonitorW(monitorID int, sites []models.Site, maxW int) string {
|
func fmtMaintMonitorW(monitorID int, sites []models.Site, maxW int) string {
|
||||||
if monitorID == 0 {
|
if monitorID == 0 {
|
||||||
return "All"
|
return "All"
|
||||||
|
|||||||
Reference in New Issue
Block a user