Skip to content
Snippets Groups Projects
Commit 7c9e2e09 authored by andrey.daragan's avatar andrey.daragan
Browse files

Merge branch 'features-2842' into 'develop'

Features 2842

See merge request cellframe/cellframe-dashboard!88
parents f6cee315 31db4dc0
No related branches found
No related tags found
Loading
Pipeline #1724 passed with stage
in 15 minutes and 18 seconds
......@@ -208,6 +208,17 @@ DapLogsScreenForm
color: "#E3E2E6"
width: parent.width
height: 1 * pt
visible:
{
if(dapLogsListViewIndex === index | dapLogsListViewIndex - 1 === index)
{
return false;
}
else
{
return true;
}
}
}
MouseArea
......
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