changed delete downtime btn text

pull/1097/head
smit95tpatel 2021-12-20 16:15:45 +05:30
parent 97767e8bb8
commit 22640aa9b2
1 changed files with 2 additions and 2 deletions

View File

@ -159,10 +159,10 @@ export default {
handleDowntimeDelete: async function (downtime) {
const modal = {
visible: true,
title: 'Delete Service',
title: 'Delete Downtime',
body: `Are you sure you want to delete the downtime for service ${downtime.service.name}?`,
btnColor: 'btn-danger',
btnText: 'Delete Service',
btnText: 'Delete Downtime',
func: () => this.delete(downtime.id),
};
this.$store.commit('setModal', modal);