1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-27 00:19:39 +01:00
This commit is contained in:
ivaosthu 2016-11-04 23:09:50 +01:00 committed by Ivar Conradi Østhus
parent c836d45f80
commit 908c46e45f
3 changed files with 3 additions and 3 deletions
packages
unleash-api/lib/client-metrics
unleash-frontend-next/src/component

View File

@ -32,4 +32,4 @@ module.exports = class Projection {
};
}
}
}
};

View File

@ -45,4 +45,4 @@ module.exports = class TTLList extends EventEmitter {
}
});
}
}
};

View File

@ -20,7 +20,7 @@ export default class UnleashNav extends Component {
{createListItem('/archive', 'Archived toggles')}
<ListDivider />
<ListSubHeader caption="Clients" />
{createListItem('/metrics', 'Client metrics')}
{createListItem('/client-strategies', 'Client strategies')}