mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 23:30:05 +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 { ServiceScale, ServiceDelete } from '@containers/service';
|
||||||
import { InstanceList } from '@containers/instances';
|
import { InstanceList } from '@containers/instances';
|
||||||
import Manifest from '@containers/manifest';
|
import Manifest from '@containers/manifest';
|
||||||
import Rollback from '@containers/rollback';
|
|
||||||
|
|
||||||
import {
|
import {
|
||||||
DeploymentGroupList,
|
DeploymentGroupList,
|
||||||
@ -120,12 +119,6 @@ const Router = (
|
|||||||
component={Manifest}
|
component={Manifest}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Route
|
|
||||||
path="/deployment-groups/:deploymentGroup/rollback"
|
|
||||||
exact
|
|
||||||
component={Rollback}
|
|
||||||
/>
|
|
||||||
|
|
||||||
<Route
|
<Route
|
||||||
path="/deployment-groups/:deploymentGroup/services-list"
|
path="/deployment-groups/:deploymentGroup/services-list"
|
||||||
component={ServiceList}
|
component={ServiceList}
|
||||||
|
@ -13,10 +13,6 @@ const state = {
|
|||||||
{
|
{
|
||||||
pathname: 'manifest',
|
pathname: 'manifest',
|
||||||
name: 'Manifest'
|
name: 'Manifest'
|
||||||
},
|
|
||||||
{
|
|
||||||
pathname: 'rollback',
|
|
||||||
name: 'Rollback'
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
services: [
|
services: [
|
||||||
|
Loading…
Reference in New Issue
Block a user