Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DapCash Wallet
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
DapCash
DapCash Wallet
Commits
45bcddbd
Commit
45bcddbd
authored
5 years ago
by
andrey.daragan
Browse files
Options
Downloads
Patches
Plain Diff
[+] Added Project resource error fixed.
parent
8a7c4d29
No related branches found
No related tags found
1 merge request
!11
Cellframe clone
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
KelvinDashboardGUI/DapUiQmlWidgetChainNodeLogs.ui.qml
+41
-0
41 additions, 0 deletions
KelvinDashboardGUI/DapUiQmlWidgetChainNodeLogs.ui.qml
with
41 additions
and
0 deletions
KelvinDashboardGUI/DapUiQmlWidgetChainNodeLogs.ui.qml
0 → 100644
+
41
−
0
View file @
45bcddbd
import
QtQuick
2.11
import
QtQuick
.
Controls
1.4
import
QtQuick
.
Controls
2.2
Page
{
id
:
dapUiQmlWidgetChainNodeLogs
title
:
"
Logs
"
TableView
{
id
:
tableViewLogs
anchors.top
:
parent
.
top
anchors.bottom
:
parent
.
bottom
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
TableViewColumn
{
id
:
columnDate
role
:
"
date
"
title
:
"
Date
"
}
TableViewColumn
{
id
:
columnTime
role
:
"
time
"
title
:
"
Time
"
}
TableViewColumn
{
id
:
columnFile
role
:
"
file
"
title
:
"
File
"
}
TableViewColumn
{
id
:
columnMessage
role
:
"
Message
"
title
:
"
Message
"
}
}
}
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