Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ce-deploy-ui
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ccce
dev
ce-deploy-ui
Merge requests
!360
CE-2132
: Display network scope in host table
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CE-2132
: Display network scope in host table
CE-2132_display-network-scope-on-host-table
into
develop
Overview
2
Commits
2
Pipelines
2
Changes
2
Merged
Domonkos Gulyas
requested to merge
CE-2132_display-network-scope-on-host-table
into
develop
1 year ago
Overview
2
Commits
2
Pipelines
2
Changes
1
Expand
Closes
CE-2132
0
0
Merge request reports
Compare
version 1
version 1
79a2ad56
1 year ago
develop (base)
and
latest version
latest version
8093515f
2 commits,
1 year ago
version 1
79a2ad56
1 commit,
1 year ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/components/host/HostTable.spec.js
+
1
−
1
Options
@@ -3,7 +3,7 @@ import { composeStories } from "@storybook/testing-react";
import
*
as
stories
from
"
../../stories/components/common/host/HostTable.stories
"
;
const
{
Populated
}
=
composeStories
(
stories
);
const
textColumns
=
[
"
host
"
,
"
description
"
,
"
network
"
];
const
textColumns
=
[
"
host
"
,
"
description
"
,
"
network
"
,
"
scope
"
];
const
columns
=
[
"
status
"
].
concat
(
textColumns
);
const
firstRowData
=
[
"
Active
"
,
Loading