mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-15 01:16:22 +02:00
mend
This commit is contained in:
parent
9eb365b512
commit
23bf2250fc
@ -32,4 +32,4 @@ module.exports = class Projection {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
@ -45,4 +45,4 @@ module.exports = class TTLList extends EventEmitter {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
@ -20,7 +20,7 @@ export default class UnleashNav extends Component {
|
|||||||
{createListItem('/archive', 'Archived toggles')}
|
{createListItem('/archive', 'Archived toggles')}
|
||||||
|
|
||||||
<ListDivider />
|
<ListDivider />
|
||||||
|
|
||||||
<ListSubHeader caption="Clients" />
|
<ListSubHeader caption="Clients" />
|
||||||
{createListItem('/metrics', 'Client metrics')}
|
{createListItem('/metrics', 'Client metrics')}
|
||||||
{createListItem('/client-strategies', 'Client strategies')}
|
{createListItem('/client-strategies', 'Client strategies')}
|
||||||
|
Loading…
Reference in New Issue
Block a user