Skip to content

Commit

Permalink
doc: use 'Data Logging' in the ui
Browse files Browse the repository at this point in the history
Use the term 'Data Logging' consistently in the admin ui.
  • Loading branch information
tkurki committed Sep 2, 2023
1 parent 1cce2bf commit 174af4a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ class PluginCard extends Component {
</Label>
</Col>
<Col xs="3">
Log plugin output
Data Logging
<Label
style={labelStyle}
className="switch switch-text switch-primary"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ class LoggingInput extends Component {
return (
<FormGroup row>
<Col xs="3" md="3">
<Label>Logging</Label>
<Label>Data Logging</Label>
</Col>
<Col xs="2" md="3">
<Label className="switch switch-text switch-primary">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ class ProvidersConfiguration extends Component {
<th>ID</th>
<th>Data Type</th>
<th>Enabled</th>
<th>Logging</th>
<th>Data Logging</th>
</tr>
</thead>
<tbody>
Expand Down Expand Up @@ -299,7 +299,7 @@ class ProvidersConfiguration extends Component {
<th>ID</th>
<th>Data Type</th>
<th>Enabled</th>
<th>Logging</th>
<th>Data Logging</th>
</tr>
</thead>
<tbody>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ class ServerSettings extends Component {
</FormGroup>
<FormGroup row>
<Col md="2">
<Label>Keep only most recent logs</Label>
<Label>Keep only most recent data log files</Label>
</Col>
<Col>
<FormGroup check>
Expand Down

0 comments on commit 174af4a

Please sign in to comment.