Skip to content

Commit

Permalink
internals config - 500 error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kateryna Honchar committed Jul 13, 2022
1 parent c348336 commit fe5a236
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ protected void onInitialize() {

setOutputMarkupId(true);

Label thresholdCounter = new Label(ID_THRESHOLD_COUNTER, createStringResource("InternalsCountersPanel.thresholds"));
add(thresholdCounter);

ListView<InternalCounters> countersTable = new ListView<>(ID_COUNTERS_TABLE,
Arrays.asList(InternalCounters.values())) {
private static final long serialVersionUID = 1L;
Expand Down

0 comments on commit fe5a236

Please sign in to comment.