Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
4939bf04
Commit
4939bf04
authored
Jun 05, 2020
by
Steven Murray
Committed by
Cedric Caffy
Jun 10, 2020
Browse files
CtaAdminCmd::send() now calls formattedText.printMediaTypeLsHeader()
parent
edca9f75
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmdline/CtaAdminCmd.cpp
View file @
4939bf04
...
...
@@ -297,6 +297,7 @@ void CtaAdminCmd::send() const
case
HeaderType
::
DISKSYSTEM_LS
:
formattedText
.
printDiskSystemLsHeader
();
break
;
case
HeaderType
::
VIRTUALORGANIZATION_LS
:
formattedText
.
printVirtualOrganizationLsHeader
();
break
;
case
HeaderType
::
VERSION_CMD
:
formattedText
.
printVersionHeader
();
break
;
case
HeaderType
::
MEDIATYPE_LS
:
formattedText
.
printMediaTypeLsHeader
();
break
;
case
HeaderType
::
NONE
:
default:
break
;
}
...
...
Write
Preview
Supports
Markdown
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