@@ -31,7 +31,7 @@ type AdminUpdateUserPasswordForm struct {
}
type AdminUpdateUserPermissionsForm struct {
- IsGrafanaAdmin bool `json:"IsGrafanaAdmin"`
+ IsGrafanaAdmin bool `json:"isGrafanaAdmin" binding:"Required"`
type AdminUserListItem struct {
@@ -33,7 +33,7 @@ $yellow: #ECBB13;
$pink: #FF4444;
$purple: #9933CC;
$variable: #32D1DF;
-$orange: #dF7518;
+$orange: #eb7b18;
$brand-primary: $orange;
$brand-success: $green;