]> git.ipfire.org Git - thirdparty/bacula.git/commit
baculum: Add text box list control to support directives that can be defined multiple...
authorMarcin Haba <marcin.haba@bacula.pl>
Mon, 22 Apr 2019 05:03:56 +0000 (07:03 +0200)
committerMarcin Haba <marcin.haba@bacula.pl>
Mon, 22 Apr 2019 05:03:56 +0000 (07:03 +0200)
commitf481de2a18c443e014d8ab5ef94ecc5ef3de0e27
tree6cd6f4c1c9f5c215a7304d2ee4321d20cec273b7
parentdc0d6bfc8126b0d83f2060d91979ce130af3a1a4
baculum: Add text box list control to support directives that can be defined multiple times in one resource

Use text box list control to: wild, wilddir, wildfile, regex, regexdir and regexfile FileSet directives.
12 files changed:
gui/baculum/protected/Web/Data/data_desc.json
gui/baculum/protected/Web/Pages/JobHistoryView.page
gui/baculum/protected/Web/Pages/JobView.page
gui/baculum/protected/Web/Portlets/BaculaConfigDirectives.php
gui/baculum/protected/Web/Portlets/ConfigListTemplate.php
gui/baculum/protected/Web/Portlets/DirectiveControlTemplate.php [new file with mode: 0644]
gui/baculum/protected/Web/Portlets/DirectiveFileSet.php
gui/baculum/protected/Web/Portlets/DirectiveListTemplate.php
gui/baculum/protected/Web/Portlets/DirectiveMultiTextBox.php [new file with mode: 0644]
gui/baculum/protected/Web/Portlets/DirectiveMultiTextBox.tpl [new file with mode: 0644]
gui/baculum/protected/Web/Portlets/DirectiveRenderer.php
gui/baculum/protected/Web/Portlets/DirectiveTemplate.php