make api key delete use confirm page

This commit is contained in:
Kukks
2020-02-26 10:26:38 +01:00
parent 48c21baee5
commit e7eea1036b
4 changed files with 28 additions and 6 deletions

View File

@@ -29,5 +29,6 @@ namespace BTCPayServer.Models
get; set;
}
public string ButtonClass { get; set; } = "btn-danger";
public string ActionUrl { get; set; }
}
}