mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
This reverts commit 2c032f1739
.
This commit is contained in:
parent
2c032f1739
commit
ecce501cf3
70 changed files with 45 additions and 418 deletions
|
@ -27,7 +27,7 @@ export function DashboardView() {
|
|||
|
||||
return (
|
||||
<>
|
||||
<PageHeader title="Home" breadcrumbs={[{ label: 'Dashboard' }]} reload />
|
||||
<PageHeader title="Home" breadcrumbs={[{ label: 'Dashboard' }]} />
|
||||
|
||||
<div className="mx-4">
|
||||
{subscriptionsQuery.data && (
|
||||
|
|
|
@ -12,7 +12,6 @@ export function CreateView() {
|
|||
{ link: 'azure.containerinstances', label: 'Container instances' },
|
||||
{ label: 'Add container' },
|
||||
]}
|
||||
reload
|
||||
/>
|
||||
|
||||
<div className="row">
|
||||
|
|
|
@ -68,7 +68,6 @@ export function ItemView() {
|
|||
{ link: 'azure.containerinstances', label: 'Container instances' },
|
||||
{ label: container.name },
|
||||
]}
|
||||
reload
|
||||
/>
|
||||
|
||||
<div className="row">
|
||||
|
|
|
@ -32,9 +32,9 @@ export function ListView() {
|
|||
return (
|
||||
<>
|
||||
<PageHeader
|
||||
title="Container list"
|
||||
breadcrumbs="Container instances"
|
||||
reload
|
||||
title="Container list"
|
||||
/>
|
||||
|
||||
<ContainersDatatable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue