mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 15:20:06 +02:00
fix(cp-frontend): remove rollback
This commit is contained in:
parent
08e87475f6
commit
db378a6f3a
@ -1 +0,0 @@
|
||||
export default null;
|
@ -6,7 +6,6 @@ import { Header, Breadcrumb, Menu } from '@containers/navigation';
|
||||
import { ServiceScale, ServiceDelete } from '@containers/service';
|
||||
import { InstanceList } from '@containers/instances';
|
||||
import Manifest from '@containers/manifest';
|
||||
import Rollback from '@containers/rollback';
|
||||
|
||||
import {
|
||||
DeploymentGroupList,
|
||||
@ -120,12 +119,6 @@ const Router = (
|
||||
component={Manifest}
|
||||
/>
|
||||
|
||||
<Route
|
||||
path="/deployment-groups/:deploymentGroup/rollback"
|
||||
exact
|
||||
component={Rollback}
|
||||
/>
|
||||
|
||||
<Route
|
||||
path="/deployment-groups/:deploymentGroup/services-list"
|
||||
component={ServiceList}
|
||||
|
@ -13,10 +13,6 @@ const state = {
|
||||
{
|
||||
pathname: 'manifest',
|
||||
name: 'Manifest'
|
||||
},
|
||||
{
|
||||
pathname: 'rollback',
|
||||
name: 'Rollback'
|
||||
}
|
||||
],
|
||||
services: [
|
||||
|
Loading…
Reference in New Issue
Block a user