Skip to content
Snippets Groups Projects
Commit 09cf0005 authored by Imre Toth's avatar Imre Toth
Browse files

Merge branch 'ICSHWI-10608_Revising_texts' into 'develop'

ICSHWI-10608: Revising texts

See merge request !228
parents dd25e3fd 9e76a3c7
No related branches found
No related tags found
2 merge requests!270Merging develop branch to master in order to create RC,!228ICSHWI-10608: Revising texts
Pipeline #124336 passed
...@@ -25,7 +25,7 @@ defineFeature(feature, (test) => { ...@@ -25,7 +25,7 @@ defineFeature(feature, (test) => {
}); });
then('they should not get Access deniend', async () => { then('they should not get Access deniend', async () => {
expect(await screen.findByText(/IOC Name/i)).toBeInTheDocument(); expect(await screen.findByText(/IOC name/i)).toBeInTheDocument();
}); });
}); });
......
...@@ -72,7 +72,7 @@ export default function IOCDelete({ ioc, buttonDisabled }) { ...@@ -72,7 +72,7 @@ export default function IOCDelete({ ioc, buttonDisabled }) {
disabledButtonTitle = "There is an ongoing operation, you can not delete the IOC right now"; disabledButtonTitle = "There is an ongoing operation, you can not delete the IOC right now";
} }
let differentOwnerButtonTitle = "Only owner of the IOC can delete the IOC"; let differentOwnerButtonTitle = "Only mainainer of the IOC can delete the IOC";
return ( return (
<> <>
......
...@@ -144,11 +144,11 @@ export default function IOCDetailAdmin({ ioc, getIOC, resetTab, buttonDisabled } ...@@ -144,11 +144,11 @@ export default function IOCDetailAdmin({ ioc, getIOC, resetTab, buttonDisabled }
<Autocomplete <Autocomplete
className={classes.textField} className={classes.textField}
autoHighlight autoHighlight
id="owner" id="maintainer"
options={users} options={users}
getOptionLabel={(option) => { return option }} getOptionLabel={(option) => { return option }}
defaultValue={owner} defaultValue={owner}
renderInput={(params) => <TextField {...params} label="Owner" variant="outlined" fullWidth required />} renderInput={(params) => <TextField {...params} label="Maintainer" variant="outlined" fullWidth required />}
onChange={(event, value, reason) => {setOwner(value); setError(null);}} onChange={(event, value, reason) => {setOwner(value); setError(null);}}
disabled={disabled} disabled={disabled}
autoSelect autoSelect
......
...@@ -42,7 +42,7 @@ export function IOCLiveStatus({ ioc }) { ...@@ -42,7 +42,7 @@ export function IOCLiveStatus({ ioc }) {
} }
</Typography> </Typography>
: grayOutNoText, : grayOutNoText,
"Owner": ioc.owner "Maintainer": ioc.owner
} }
//show comment only for deployments and where comment field is filled //show comment only for deployments and where comment field is filled
......
...@@ -7,7 +7,7 @@ import { useRedirect } from '../../hooks/Redirect'; ...@@ -7,7 +7,7 @@ import { useRedirect } from '../../hooks/Redirect';
const ownIocsColumns = [ const ownIocsColumns = [
{ id: "status", label: 'Status', width: '8ch', textAlign: "center" }, { id: "status", label: 'Status', width: '8ch', textAlign: "center" },
{ id: "namingName", label: 'IOC Name', width: '15ch', sortable: false }, { id: "namingName", label: 'IOC name', width: '15ch', sortable: false },
{ id: "host", label: 'Host', width: '10ch', sortable: false }, { id: "host", label: 'Host', width: '10ch', sortable: false },
{ id: "network", label: 'Network', width: '10ch', sortable: false }, { id: "network", label: 'Network', width: '10ch', sortable: false },
{ id: "sourceVersion", label: 'Reference', width: '12ch', sortable: false }, { id: "sourceVersion", label: 'Reference', width: '12ch', sortable: false },
...@@ -15,16 +15,16 @@ const ownIocsColumns = [ ...@@ -15,16 +15,16 @@ const ownIocsColumns = [
const exploreIocsColumns = [ const exploreIocsColumns = [
{ id: "status", label: 'Status', width: '8ch', textAlign: "center" }, { id: "status", label: 'Status', width: '8ch', textAlign: "center" },
{ id: "namingName", label: 'IOC Name', width: '15ch', sortable: false }, { id: "namingName", label: 'IOC name', width: '15ch', sortable: false },
{ id: "host", label: 'Host', width: '10ch', sortable: false }, { id: "host", label: 'Host', width: '10ch', sortable: false },
{ id: "network", label: 'Network', width: '10ch', sortable: false }, { id: "network", label: 'Network', width: '10ch', sortable: false },
{ id: "owner", label: 'Owner', width: '13ch', sortable: false }, { id: "owner", label: 'Maintainer', width: '13ch', sortable: false },
{ id: "sourceVersion", label: 'Reference', width: '12ch', sortable: false }, { id: "sourceVersion", label: 'Reference', width: '12ch', sortable: false },
] ]
const hostDetailsColumns = [ const hostDetailsColumns = [
{ id: "status", label: 'Status', width: '8ch', textAlign: "center" }, { id: "status", label: 'Status', width: '8ch', textAlign: "center" },
{ id: "namingName", label: 'IOC Name', width: '15ch', sortable: false }, { id: "namingName", label: 'IOC name', width: '15ch', sortable: false },
{ id: "sourceVersion", label: 'Reference', width: '12ch', sortable: false }, { id: "sourceVersion", label: 'Reference', width: '12ch', sortable: false },
] ]
......
...@@ -4,7 +4,7 @@ import { composeStories } from "@storybook/testing-react"; ...@@ -4,7 +4,7 @@ import { composeStories } from "@storybook/testing-react";
import * as stories from "./IOCTable.stories"; import * as stories from "./IOCTable.stories";
const {AfterAsync} = composeStories(stories) const {AfterAsync} = composeStories(stories)
const textColumns = ["IOC Name", "Host", "Network", "Owner", "Reference"]; const textColumns = ["IOC name", "Host", "Network", "Maintainer", "Reference"];
const columns = ["Status"].concat(textColumns); const columns = ["Status"].concat(textColumns);
const firstRowData = ["Active", "VacS-RFQ:SC-IOC-130", "vacs-accv-vm-ioc", "ChannelAccess-FEB", "krisztianloki", "1.0.0"] const firstRowData = ["Active", "VacS-RFQ:SC-IOC-130", "vacs-accv-vm-ioc", "ChannelAccess-FEB", "krisztianloki", "1.0.0"]
......
...@@ -14,7 +14,7 @@ const formatJobDate = (value) => { ...@@ -14,7 +14,7 @@ const formatJobDate = (value) => {
const jobLogColumns = [ const jobLogColumns = [
{ id: 'type', label: 'Type', width: '8ch', textAlign: "center"}, { id: 'type', label: 'Type', width: '8ch', textAlign: "center"},
{ id: 'ioc', label: 'IOC Name', width: '15ch', sortable: false }, { id: 'ioc', label: 'IOC name', width: '15ch', sortable: false },
{ id: 'host', label: 'Host', width: '15ch', sortable: false }, { id: 'host', label: 'Host', width: '15ch', sortable: false },
{ id: 'network', label: 'Network', width: '10ch', sortable: false }, { id: 'network', label: 'Network', width: '10ch', sortable: false },
{ id: 'user', label: 'User', width: '10ch', sortable: false }, { id: 'user', label: 'User', width: '10ch', sortable: false },
......
...@@ -4,7 +4,7 @@ import { useEffect, useState } from "react"; ...@@ -4,7 +4,7 @@ import { useEffect, useState } from "react";
import { useEffectAfterMount } from "../../../hooks/MountEffects"; import { useEffectAfterMount } from "../../../hooks/MountEffects";
import { useTypingTimer } from "../SearchBoxFilter/TypingTimer"; import { useTypingTimer } from "../SearchBoxFilter/TypingTimer";
export function SearchBar({ search, loading = false, placeholder = "search", children }) { export function SearchBar({ search, loading = false, placeholder = "Search", children }) {
const [queryString, stillTyping] = useTypingTimer(); const [queryString, stillTyping] = useTypingTimer();
const [showAnimation, setShowAnimation] = useState(false); const [showAnimation, setShowAnimation] = useState(false);
const [checkMarkOn, setCheckMarkOn] = useState(false); const [checkMarkOn, setCheckMarkOn] = useState(false);
......
...@@ -23,7 +23,7 @@ export function SearchBoxFilter({ items, filter, render }) { ...@@ -23,7 +23,7 @@ export function SearchBoxFilter({ items, filter, render }) {
return ( return (
<Container> <Container>
<TextField className={classes.searchText} fullWidth variant="outlined" label="search" onKeyUp={searchKeyPress} /> <TextField className={classes.searchText} fullWidth variant="outlined" label="Search" onKeyUp={searchKeyPress} />
<div>&nbsp;</div> <div>&nbsp;</div>
{render(filteredItems)} {render(filteredItems)}
</Container> </Container>
......
...@@ -14,7 +14,7 @@ const formatDeploymentDate = (value) => { ...@@ -14,7 +14,7 @@ const formatDeploymentDate = (value) => {
const columns = [ const columns = [
{ id: 'type', label: 'Type', width: '8ch', textAlign: "center"}, { id: 'type', label: 'Type', width: '8ch', textAlign: "center"},
{ id: 'ioc', label: 'IOC Name', width: '15ch', sortable: true }, { id: 'ioc', label: 'IOC name', width: '15ch', sortable: true },
{ id: 'host', label: 'Host', width: '15ch', sortable: false }, { id: 'host', label: 'Host', width: '15ch', sortable: false },
{ id: 'network', label: 'Network', width: '10ch', sortable: false }, { id: 'network', label: 'Network', width: '10ch', sortable: false },
{ id: 'user', label: 'User', width: '10ch', sortable: true }, { id: 'user', label: 'User', width: '10ch', sortable: true },
......
...@@ -4,7 +4,7 @@ import { composeStories } from "@storybook/testing-react"; ...@@ -4,7 +4,7 @@ import { composeStories } from "@storybook/testing-react";
import * as stories from "./DeploymentsTable.stories"; import * as stories from "./DeploymentsTable.stories";
const {AfterAsync} = composeStories(stories) const {AfterAsync} = composeStories(stories)
const textColumns = ["IOC Name", "Host", "Network", "User", "Reference", "Time"]; const textColumns = ["IOC name", "Host", "Network", "User", "Reference", "Time"];
const columns = ["Type"].concat(textColumns); const columns = ["Type"].concat(textColumns);
const firstRowData = ["Deployment", "YMIR-TS:SC-IOC-002", "ymir-ts-ipc-02", "NIN-Inst-Ymir", "nicklasholmberg2", "96af1a85", "Not started yet"] const firstRowData = ["Deployment", "YMIR-TS:SC-IOC-002", "ymir-ts-ipc-02", "NIN-Inst-Ymir", "nicklasholmberg2", "96af1a85", "Not started yet"]
......
...@@ -72,7 +72,7 @@ export function IOCListView() { ...@@ -72,7 +72,7 @@ export function IOCListView() {
useGlobalAppBar(title); useGlobalAppBar(title);
let content = ( let content = (
<SearchBar search={setQuery} loading={loading} placeholder="search in IOC name or user"> <SearchBar search={setQuery} loading={loading} placeholder="Search in IOC name or user">
<IOCAsyncList iocs={iocList} setIocs={setIocList} loading={loading} rowType="explore" <IOCAsyncList iocs={iocList} setIocs={setIocList} loading={loading} rowType="explore"
lazyParams={lazyParams} setLazyParams={setLazyParams} totalCount={iocs.totalCount} lazyParams={lazyParams} setLazyParams={setLazyParams} totalCount={iocs.totalCount}
rowsPerPage={rowsPerPage} /> rowsPerPage={rowsPerPage} />
......
...@@ -92,7 +92,7 @@ export function JobListView() { ...@@ -92,7 +92,7 @@ export function JobListView() {
}, [operations, setJobList]) }, [operations, setJobList])
const content = ( const content = (
<SearchBar search={setQuery} loading={loading} placeholder="search in IOC name, user or git reference"> <SearchBar search={setQuery} loading={loading} placeholder="Search in IOC name, user or git reference">
<JobAsyncList <JobAsyncList
jobs={jobList} setJobs={setJobList} loading={loading} jobs={jobList} setJobs={setJobList} loading={loading}
totalCount={operations.totalCount} lazyParams={lazyParams} setLazyParams={setLazyParams} totalCount={operations.totalCount} lazyParams={lazyParams} setLazyParams={setLazyParams}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment