minor touch up

merge-requests/198/head
Moe 2020-05-27 17:48:30 -07:00
parent c2a9633cc1
commit 683218d988
2 changed files with 1 additions and 2 deletions

View File

@ -106,7 +106,7 @@ module.exports = function(s,config,lang){
"fieldType": "btn",
"attribute": `data-toggle="modal" data-target="#schedules"`,
"class": `btn-info`,
"btnContent": `<i class="fa fa-clock"></i> &nbsp; ${lang['Schedules']}`,
"btnContent": `<i class="fa fa-clock-o"></i> &nbsp; ${lang['Schedules']}`,
},
],
},

View File

@ -197,7 +197,6 @@ module.exports = function(s,config,lang,app,io){
s.checkDetails(schedule)
})
endData.schedules = schedules
s.closeJsonResponse(res,endData)
})
})