Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
acf-lvm2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ACF
acf-lvm2
Commits
f24af1d2
Commit
f24af1d2
authored
Aug 10, 2016
by
Ted Trask
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove trailing whitespace
parent
c01f088d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile
Makefile
+1
-1
lvm2-details-html.lsp
lvm2-details-html.lsp
+1
-1
lvm2-model.lua
lvm2-model.lua
+1
-1
No files found.
Makefile
View file @
f24af1d2
...
...
@@ -8,7 +8,7 @@ APP_DIST=\
EXTRA_DIST
=
README Makefile config.mk
DISTFILES
=
$(APP_DIST)
$(EXTRA_DIST)
DISTFILES
=
$(APP_DIST)
$(EXTRA_DIST)
TAR
=
tar
...
...
lvm2-details-html.lsp
View file @
f24af1d2
<% local data, viewlibrary, page_info, session = ...
<% local data, viewlibrary, page_info, session = ...
htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>
...
...
lvm2-model.lua
View file @
f24af1d2
...
...
@@ -34,7 +34,7 @@ function mymodule.getstatusdetails()
status
.
lvdisplay
=
cfe
({
type
=
"longtext"
,
label
=
"Logical Volumes"
})
status
.
lvdisplay
.
value
,
status
.
lvdisplay
.
errtxt
=
modelfunctions
.
run_executable
({
"lvdisplay"
})
return
cfe
({
type
=
"group"
,
value
=
status
,
label
=
"LVM Status Details"
})
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment