Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cellframe-dashboard
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
cellframe-dashboard
Commits
81c58916
Commit
81c58916
authored
4 years ago
by
aleksandr.ledyaev
Browse files
Options
Downloads
Patches
Plain Diff
[*] DapNetworkPopup.qml
parent
bc037ea0
No related branches found
No related tags found
3 merge requests
!226
Added logging of information about the command to the Service.
,
!225
Added logging of information about the command to the Service.
,
!166
features-4566
Pipeline
#5826
failed with stage
Stage: build
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CellFrameDashboardGUI/screen/desktop/NetworksPanel/DapNetworkPopup.qml
+18
-8
18 additions, 8 deletions
...boardGUI/screen/desktop/NetworksPanel/DapNetworkPopup.qml
with
18 additions
and
8 deletions
CellFrameDashboardGUI/screen/desktop/NetworksPanel/DapNetworkPopup.qml
+
18
−
8
View file @
81c58916
...
@@ -39,6 +39,16 @@ Popup {
...
@@ -39,6 +39,16 @@ Popup {
contentItem
:
Item
{
contentItem
:
Item
{
id
:
contentItem
id
:
contentItem
property
font
font1
:
Qt
.
font
({
family
:
quicksandFonts
.
medium12
,
pixelSize
:
12
*
quicksandFonts
.
dapFactor
,
bold
:
true
})
property
font
font2
:
Qt
.
font
({
family
:
quicksandFonts
.
medium12
,
pixelSize
:
12
*
quicksandFonts
.
dapFactor
})
implicitWidth
:
columnItem
.
width
implicitWidth
:
columnItem
.
width
implicitHeight
:
columnItem
.
height
implicitHeight
:
columnItem
.
height
...
@@ -61,12 +71,12 @@ Popup {
...
@@ -61,12 +71,12 @@ Popup {
RowLayout
{
RowLayout
{
Text
{
Text
{
font
:
quicksandFonts
.
medium12
font
:
contentItem
.
font1
color
:
"
#070023
"
color
:
"
#070023
"
text
:
qsTr
(
"
State:
"
)
text
:
qsTr
(
"
State:
"
)
}
}
Text
{
Text
{
font
:
quicksandFonts
.
medium1
2
font
:
contentItem
.
font
2
color
:
"
#070023
"
color
:
"
#070023
"
elide
:
Text
.
ElideRight
elide
:
Text
.
ElideRight
text
:
control
.
state
text
:
control
.
state
...
@@ -79,12 +89,12 @@ Popup {
...
@@ -79,12 +89,12 @@ Popup {
RowLayout
{
RowLayout
{
Text
{
Text
{
font
:
quicksandFonts
.
medium12
font
:
contentItem
.
font1
color
:
"
#070023
"
color
:
"
#070023
"
text
:
qsTr
(
"
Target state:
"
)
text
:
qsTr
(
"
Target state:
"
)
}
}
Text
{
Text
{
font
:
quicksandFonts
.
medium1
2
font
:
contentItem
.
font
2
color
:
"
#070023
"
color
:
"
#070023
"
elide
:
Text
.
ElideRight
elide
:
Text
.
ElideRight
text
:
control
.
targetState
text
:
control
.
targetState
...
@@ -97,12 +107,12 @@ Popup {
...
@@ -97,12 +107,12 @@ Popup {
RowLayout
{
RowLayout
{
Text
{
Text
{
font
:
quicksandFonts
.
medium12
font
:
contentItem
.
font1
color
:
"
#070023
"
color
:
"
#070023
"
text
:
qsTr
(
"
Active links:
"
)
text
:
qsTr
(
"
Active links:
"
)
}
}
Text
{
Text
{
font
:
quicksandFonts
.
medium1
2
font
:
contentItem
.
font
2
color
:
"
#070023
"
color
:
"
#070023
"
elide
:
Text
.
ElideRight
elide
:
Text
.
ElideRight
text
:
control
.
activeLinksCount
+
qsTr
(
"
from
"
)
+
control
.
linksCount
text
:
control
.
activeLinksCount
+
qsTr
(
"
from
"
)
+
control
.
linksCount
...
@@ -116,12 +126,12 @@ Popup {
...
@@ -116,12 +126,12 @@ Popup {
RowLayout
{
RowLayout
{
Text
{
Text
{
id
:
textAddress
id
:
textAddress
font
:
quicksandFonts
.
medium12
font
:
contentItem
.
font1
color
:
"
#070023
"
color
:
"
#070023
"
text
:
qsTr
(
"
Address:
"
)
text
:
qsTr
(
"
Address:
"
)
}
}
Text
{
Text
{
font
:
quicksandFonts
.
medium1
2
font
:
contentItem
.
font
2
color
:
"
#070023
"
color
:
"
#070023
"
elide
:
Text
.
ElideRight
elide
:
Text
.
ElideRight
text
:
control
.
nodeAddress
text
:
control
.
nodeAddress
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment