mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 17:51:21 +00:00
Merge pull request #1912 from weaveworks/1844-visually-duplicate-rows
Add label_minor to tooltips in connections table
This commit is contained in:
@@ -6,7 +6,7 @@ import { slugify } from './string-utils';
|
||||
// topolevel search fields
|
||||
const SEARCH_FIELDS = makeMap({
|
||||
label: 'label',
|
||||
sublabel: 'label_minor'
|
||||
sublabel: 'labelMinor'
|
||||
});
|
||||
|
||||
const COMPARISONS = makeMap({
|
||||
|
||||
Reference in New Issue
Block a user