@@ -169,33 +236,12 @@ class AdminInfluxDBPage extends Component {
{users ? (
-
-
u.isEditing)}
- isEditingRoles={roles.some(r => r.isEditing)}
- onUpdateRoleUsers={this.handleUpdateRoleUsers}
- onUpdateUserRoles={this.handleUpdateUserRoles}
- onUpdateUserPassword={this.handleUpdateUserPassword}
- onUpdateRolePermissions={this.handleUpdateRolePermissions}
- onUpdateUserPermissions={this.handleUpdateUserPermissions}
- />
-
+
) : (
@@ -239,6 +285,9 @@ AdminInfluxDBPage.propTypes = {
updateUserRoles: func,
updateUserPassword: func,
notify: func.isRequired,
+ params: shape({
+ tab: string,
+ }).isRequired,
}
const mapStateToProps = ({adminInfluxDB: {users, roles, permissions}}) => ({
diff --git a/ui/src/index.tsx b/ui/src/index.tsx
index 10ffc7dec..5f8572b98 100644
--- a/ui/src/index.tsx
+++ b/ui/src/index.tsx
@@ -147,7 +147,7 @@ class Root extends PureComponent<{}, State> {
component={KapacitorPage}
/>
-
+
diff --git a/ui/src/side_nav/containers/SideNav.tsx b/ui/src/side_nav/containers/SideNav.tsx
index dc17ddbb0..d08d3ca46 100644
--- a/ui/src/side_nav/containers/SideNav.tsx
+++ b/ui/src/side_nav/containers/SideNav.tsx
@@ -101,11 +101,11 @@ class SideNav extends PureComponent {
replaceWithIfNotUsingAuth={
@@ -123,7 +123,7 @@ class SideNav extends PureComponent {
Chronograf
-
+
InfluxDB