UI changes

Removes the separate column for view style and instead appends it to the App Type column.
This commit is contained in:
Samuel Adams
2021-11-03 11:43:08 -04:00
committed by Andrew Camilleri
parent e914c84ad3
commit be7cef29d8
2 changed files with 9 additions and 17 deletions

View File

@@ -73,8 +73,6 @@ namespace BTCPayServer.Controllers
return app.StoreName;
case nameof(app.AppType):
return app.AppType;
case nameof(app.ViewStyle):
return app.ViewStyle;
default:
return app.Id;
}