View | Details | Raw Unified | Return to bug 256479 | Differences between
and this patch

Collapse All | Expand All

(-)b/www/Makefile (+1 lines)
Lines 215-220 Link Here
215
    SUBDIR += grafana
215
    SUBDIR += grafana
216
    SUBDIR += grafana6
216
    SUBDIR += grafana6
217
    SUBDIR += grafana7
217
    SUBDIR += grafana7
218
    SUBDIR += grafana8
218
    SUBDIR += grails
219
    SUBDIR += grails
219
    SUBDIR += gregarius
220
    SUBDIR += gregarius
220
    SUBDIR += groupoffice
221
    SUBDIR += groupoffice
(-)b/www/grafana8/Makefile (+304 lines)
Added Link Here
1
PORTNAME=	grafana
2
DISTVERSION=	8.0.1
3
DISTVERSIONPREFIX=	v
4
CATEGORIES=	www
5
MASTER_SITES+=	https://dl.grafana.com/oss/release/:public \
6
		https://gitea.com/xorm/builder/archive/:builder \
7
		https://gitea.com/xorm/core/archive/:core \
8
		https://gitea.com/xorm/xorm/archive/:xorm
9
10
PKGNAMESUFFIX=	${PORTVERSION:C/([0-9]).*/\1/1}
11
DISTFILES=	grafana-${PORTVERSION}.linux-amd64${EXTRACT_SUFX}:public \
12
		v0.3.6${EXTRACT_SUFX}:builder \
13
		v0.7.3${EXTRACT_SUFX}:core \
14
		v0.8.2${EXTRACT_SUFX}:xorm
15
16
MAINTAINER=	robsonmantovani@gmail.com
17
COMMENT=	Dashboard and graph editor for multiple data stores
18
19
LICENSE=	APACHE20
20
LICENSE_FILE=	${WRKSRC}/LICENSE
21
22
ONLY_FOR_ARCHS=	aarch64 amd64 i386
23
24
RUN_DEPENDS=	ca_root_nss>=0:security/ca_root_nss
25
26
USES=		go:modules
27
28
USE_GITHUB=	yes
29
GH_TUPLE=	\
30
		Azure:azure-sdk-for-go:023238f4c45f:azure_azure_sdk_for_go_azcore/vendor/github.com/Azure/azure-sdk-for-go \
31
		Azure:azure-sdk-for-go:2bc7350b1dcd:azure_azure_sdk_for_go_azidentity \
32
		Azure:azure-sdk-for-go:aa6ba0a4ce44:azure_azure_sdk_for_go_internal \
33
		BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \
34
		FZambia:eagle:v0.0.1:fzambia_eagle/vendor/github.com/FZambia/eagle \
35
		FZambia:sentinel:v1.1.0:fzambia_sentinel/vendor/github.com/FZambia/sentinel \
36
		Masterminds:semver:v1.5.0:masterminds_semver/vendor/github.com/Masterminds/semver \
37
		PuerkitoBio:purell:v1.1.1:puerkitobio_purell/vendor/github.com/PuerkitoBio/purell \
38
		PuerkitoBio:urlesc:de5bf2ad4578:puerkitobio_urlesc/vendor/github.com/PuerkitoBio/urlesc \
39
		VividCortex:mysqlerr:6c6b55f8796f:vividcortex_mysqlerr/vendor/github.com/VividCortex/mysqlerr \
40
		alexcesaro:quotedprintable:2caba252f4dc:alexcesaro_quotedprintable/vendor/gopkg.in/alexcesaro/quotedprintable.v3 \
41
		apache:arrow:5bea62493d91:apache_arrow_arrow/vendor/github.com/apache/arrow \
42
		apache:thrift:v0.14.1:apache_thrift/vendor/github.com/apache/thrift \
43
		armon:go-metrics:v0.3.6:armon_go_metrics/vendor/github.com/armon/go-metrics \
44
		asaskevich:govalidator:7a23bdc65eef:asaskevich_govalidator/vendor/github.com/asaskevich/govalidator \
45
		aws:aws-sdk-go:v1.38.34:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \
46
		beevik:etree:v1.1.0:beevik_etree/vendor/github.com/beevik/etree \
47
		benbjohnson:clock:v1.1.0:benbjohnson_clock/vendor/github.com/benbjohnson/clock \
48
		beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \
49
		bradfitz:gomemcache:a41fca850d0b:bradfitz_gomemcache/vendor/github.com/bradfitz/gomemcache \
50
		c2h5oh:datasize:28bbd4740fee:c2h5oh_datasize/vendor/github.com/c2h5oh/datasize \
51
		cenkalti:backoff:v4.1.0:cenkalti_backoff_v4/vendor/github.com/cenkalti/backoff/v4 \
52
		census-instrumentation:opencensus-go:v0.23.0:census_instrumentation_opencensus_go/vendor/go.opencensus.io \
53
		centrifugal:centrifuge:v0.17.0:centrifugal_centrifuge/vendor/github.com/centrifugal/centrifuge \
54
		centrifugal:protocol:v0.5.0:centrifugal_protocol/vendor/github.com/centrifugal/protocol \
55
		cespare:xxhash:v1.1.0:cespare_xxhash/vendor/github.com/cespare/xxhash \
56
		cespare:xxhash:v2.1.1:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \
57
		cheekybits:genny:v1.0.0:cheekybits_genny/vendor/github.com/cheekybits/genny \
58
		cockroachdb:apd:v2.0.1:cockroachdb_apd_v2/vendor/github.com/cockroachdb/apd/v2 \
59
		cortexproject:cortex:d382e1d80eaf:cortexproject_cortex/vendor/github.com/cortexproject/cortex \
60
		cpuguy83:go-md2man:v2.0.0:cpuguy83_go_md2man_v2/vendor/github.com/cpuguy83/go-md2man/v2 \
61
		crewjam:saml:bca570abb2ce:crewjam_saml/vendor/github.com/crewjam/saml \
62
		cuelang:cue:v0.3.2:cuelang_cue/vendor/cuelang.org/go \
63
		davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
64
		deepmap:oapi-codegen:v1.3.13:deepmap_oapi_codegen/vendor/github.com/deepmap/oapi-codegen \
65
		docker:go-units:v0.4.0:docker_go_units/vendor/github.com/docker/go-units \
66
		dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \
67
		edsrzf:mmap-go:v1.0.0:edsrzf_mmap_go/vendor/github.com/edsrzf/mmap-go \
68
		emicklei:proto:v1.6.15:emicklei_proto/vendor/github.com/emicklei/proto \
69
		facebookgo:ensure:b4ab57deab51:facebookgo_ensure/vendor/github.com/facebookgo/ensure \
70
		facebookgo:inject:f23751cae28b:facebookgo_inject/vendor/github.com/facebookgo/inject \
71
		facebookgo:stack:751773369052:facebookgo_stack/vendor/github.com/facebookgo/stack \
72
		facebookgo:structtag:217e25fb9691:facebookgo_structtag/vendor/github.com/facebookgo/structtag \
73
		facebookgo:subset:8dac2c3c4870:facebookgo_subset/vendor/github.com/facebookgo/subset \
74
		fatih:color:v1.10.0:fatih_color/vendor/github.com/fatih/color \
75
		felixge:httpsnoop:v1.0.1:felixge_httpsnoop/vendor/github.com/felixge/httpsnoop \
76
		gchaincl:sqlhooks:v1.3.0:gchaincl_sqlhooks/vendor/github.com/gchaincl/sqlhooks \
77
		getsentry:sentry-go:v0.10.0:getsentry_sentry_go/vendor/github.com/getsentry/sentry-go \
78
		go-asn1-ber:asn1-ber:f715ec2f112d:go_asn1_ber_asn1_ber/vendor/gopkg.in/asn1-ber.v1 \
79
		go-ini:ini:v1.62.0:go_ini_ini/vendor/gopkg.in/ini.v1 \
80
		go-kit:kit:v0.10.0:go_kit_kit/vendor/github.com/go-kit/kit \
81
		go-ldap:ldap:v3.1.0:go_ldap_ldap/vendor/gopkg.in/ldap.v3 \
82
		go-logfmt:logfmt:v0.5.0:go_logfmt_logfmt/vendor/github.com/go-logfmt/logfmt \
83
		go-macaron:binding:0b4f37bab25b:go_macaron_binding/vendor/github.com/go-macaron/binding \
84
		go-macaron:gzip:cad1c6580a07:go_macaron_gzip/vendor/github.com/go-macaron/gzip \
85
		go-macaron:inject:d8a0b8677191:go_macaron_inject/vendor/github.com/go-macaron/inject \
86
		go-macaron:macaron:v1.4.0:go_macaron_macaron/vendor/gopkg.in/macaron.v1 \
87
		go-mail:mail:v2.3.1:go_mail_mail/vendor/gopkg.in/mail.v2 \
88
		go-openapi:analysis:v0.20.0:go_openapi_analysis/vendor/github.com/go-openapi/analysis \
89
		go-openapi:errors:v0.20.0:go_openapi_errors/vendor/github.com/go-openapi/errors \
90
		go-openapi:jsonpointer:v0.19.5:go_openapi_jsonpointer/vendor/github.com/go-openapi/jsonpointer \
91
		go-openapi:jsonreference:v0.19.5:go_openapi_jsonreference/vendor/github.com/go-openapi/jsonreference \
92
		go-openapi:loads:v0.20.2:go_openapi_loads/vendor/github.com/go-openapi/loads \
93
		go-openapi:runtime:v0.19.28:go_openapi_runtime/vendor/github.com/go-openapi/runtime \
94
		go-openapi:spec:v0.20.3:go_openapi_spec/vendor/github.com/go-openapi/spec \
95
		go-openapi:strfmt:v0.20.1:go_openapi_strfmt/vendor/github.com/go-openapi/strfmt \
96
		go-openapi:swag:v0.19.15:go_openapi_swag/vendor/github.com/go-openapi/swag \
97
		go-openapi:validate:v0.20.2:go_openapi_validate/vendor/github.com/go-openapi/validate \
98
		go-redis:redis:v5.2.9:go_redis_redis/vendor/gopkg.in/redis.v5 \
99
		go-sourcemap:sourcemap:v2.1.3:go_sourcemap_sourcemap/vendor/github.com/go-sourcemap/sourcemap \
100
		go-sql-driver:mysql:v1.6.0:go_sql_driver_mysql/vendor/github.com/go-sql-driver/mysql \
101
		go-stack:stack:v1.8.0:go_stack_stack/vendor/github.com/go-stack/stack \
102
		go-yaml:yaml:496545a6307b:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \
103
		go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
104
		gobwas:glob:v0.2.3:gobwas_glob/vendor/github.com/gobwas/glob \
105
		gofrs:uuid:v4.0.0:gofrs_uuid/vendor/github.com/gofrs/uuid \
106
		gogo:googleapis:v1.1.0:gogo_googleapis/vendor/github.com/gogo/googleapis \
107
		gogo:protobuf:v1.3.2:gogo_protobuf/vendor/github.com/gogo/protobuf \
108
		gogo:status:v1.0.3:gogo_status/vendor/github.com/gogo/status \
109
		golang-sql:civil:cb61b32ac6fe:golang_sql_civil/vendor/github.com/golang-sql/civil \
110
		golang:appengine:v1.6.7:golang_appengine/vendor/google.golang.org/appengine \
111
		golang:crypto:c07d793c2f9a:golang_crypto/vendor/golang.org/x/crypto \
112
		golang:exp:85be41e4509f:golang_exp/vendor/golang.org/x/exp \
113
		golang:groupcache:8c9f03a8e57e:golang_groupcache/vendor/github.com/golang/groupcache \
114
		golang:lint:83fdc39ff7b5:golang_lint/vendor/golang.org/x/lint \
115
		golang:mock:v1.5.0:golang_mock/vendor/github.com/golang/mock \
116
		golang:mod:v0.4.1:golang_mod/vendor/golang.org/x/mod \
117
		golang:net:fe42d452be8f:golang_net/vendor/golang.org/x/net \
118
		golang:oauth2:5e61552d6c78:golang_oauth2/vendor/golang.org/x/oauth2 \
119
		golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \
120
		golang:snappy:v0.0.3:golang_snappy/vendor/github.com/golang/snappy \
121
		golang:sync:036812b2e83c:golang_sync/vendor/golang.org/x/sync \
122
		golang:sys:0cec03c779c1:golang_sys/vendor/golang.org/x/sys \
123
		golang:text:v0.3.6:golang_text/vendor/golang.org/x/text \
124
		golang:time:f8bda1e9f3ba:golang_time/vendor/golang.org/x/time \
125
		golang:tools:v0.1.0:golang_tools/vendor/golang.org/x/tools \
126
		golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \
127
		gomodule:redigo:v2.0.0:gomodule_redigo/vendor/github.com/gomodule/redigo \
128
		gonum:gonum:v0.9.1:gonum_gonum/vendor/gonum.org/v1/gonum \
129
		google:btree:v1.0.0:google_btree/vendor/github.com/google/btree \
130
		google:flatbuffers:v1.11.0:google_flatbuffers/vendor/github.com/google/flatbuffers \
131
		google:go-cmp:v0.5.5:google_go_cmp/vendor/github.com/google/go-cmp \
132
		google:go-genproto:c14fb6ef47c3:google_go_genproto/vendor/google.golang.org/genproto \
133
		google:uuid:v1.2.0:google_uuid/vendor/github.com/google/uuid \
134
		googleapis:gax-go:v2.0.5:googleapis_gax_go_v2/vendor/github.com/googleapis/gax-go \
135
		googleapis:google-api-go-client:v0.45.0:googleapis_google_api_go_client/vendor/google.golang.org/api \
136
		googleapis:google-cloud-go:storage/v1.14.0:googleapis_google_cloud_go_storage \
137
		googleapis:google-cloud-go:v0.81.0:googleapis_google_cloud_go/vendor/cloud.google.com/go \
138
		gopherjs:gopherjs:ce3c9ade29de:gopherjs_gopherjs/vendor/github.com/gopherjs/gopherjs \
139
		gorilla:mux:v1.8.0:gorilla_mux/vendor/github.com/gorilla/mux \
140
		gorilla:websocket:v1.4.2:gorilla_websocket/vendor/github.com/gorilla/websocket \
141
		gosimple:slug:v1.9.0:gosimple_slug/vendor/github.com/gosimple/slug \
142
		grafana:go-mssqldb:d0ce3c521036:grafana_go_mssqldb/vendor/github.com/denisenkom/go-mssqldb \
143
		grafana:grafana-aws-sdk:v0.4.0:grafana_grafana_aws_sdk/vendor/github.com/grafana/grafana-aws-sdk \
144
		grafana:grafana-live-sdk:v0.0.6:grafana_grafana_live_sdk/vendor/github.com/grafana/grafana-live-sdk \
145
		grafana:grafana-plugin-sdk-go:v0.104.0:grafana_grafana_plugin_sdk_go/vendor/github.com/grafana/grafana-plugin-sdk-go \
146
		grafana:loki:15d417efe103:grafana_loki/vendor/github.com/grafana/loki \
147
		grpc-ecosystem:go-grpc-middleware:v1.3.0:grpc_ecosystem_go_grpc_middleware/vendor/github.com/grpc-ecosystem/go-grpc-middleware \
148
		grpc-ecosystem:go-grpc-prometheus:6af20e3a5340:grpc_ecosystem_go_grpc_prometheus/vendor/github.com/grpc-ecosystem/go-grpc-prometheus \
149
		grpc-ecosystem:grpc-gateway:v1.16.0:grpc_ecosystem_grpc_gateway/vendor/github.com/grpc-ecosystem/grpc-gateway \
150
		grpc:grpc-go:v1.37.1:grpc_grpc_go/vendor/google.golang.org/grpc \
151
		hashicorp:errwrap:v1.0.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \
152
		hashicorp:go-hclog:v0.16.0:hashicorp_go_hclog/vendor/github.com/hashicorp/go-hclog \
153
		hashicorp:go-immutable-radix:v1.2.0:hashicorp_go_immutable_radix/vendor/github.com/hashicorp/go-immutable-radix \
154
		hashicorp:go-msgpack:v0.5.5:hashicorp_go_msgpack/vendor/github.com/hashicorp/go-msgpack \
155
		hashicorp:go-multierror:v1.1.0:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \
156
		hashicorp:go-plugin:v1.4.0:hashicorp_go_plugin/vendor/github.com/hashicorp/go-plugin \
157
		hashicorp:go-sockaddr:v1.0.2:hashicorp_go_sockaddr/vendor/github.com/hashicorp/go-sockaddr \
158
		hashicorp:go-version:v1.3.0:hashicorp_go_version/vendor/github.com/hashicorp/go-version \
159
		hashicorp:golang-lru:v0.5.4:hashicorp_golang_lru/vendor/github.com/hashicorp/golang-lru \
160
		hashicorp:memberlist:v0.2.3:hashicorp_memberlist/vendor/github.com/hashicorp/memberlist \
161
		hashicorp:yamux:df201c70410d:hashicorp_yamux/vendor/github.com/hashicorp/yamux \
162
		igm:sockjs-go:v3.0.0:igm_sockjs_go_v3/vendor/github.com/igm/sockjs-go \
163
		inconshreveable:log15:67afb5ed74ec:inconshreveable_log15/vendor/github.com/inconshreveable/log15 \
164
		influxdata:influxdb-client-go:v2.2.3:influxdata_influxdb_client_go_v2/vendor/github.com/influxdata/influxdb-client-go/v2 \
165
		influxdata:line-protocol:9aa0e372d097:influxdata_line_protocol/vendor/github.com/influxdata/line-protocol \
166
		jessevdk:go-flags:v1.5.0:jessevdk_go_flags/vendor/github.com/jessevdk/go-flags \
167
		jmespath:go-jmespath:v0.4.0:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \
168
		jonboulle:clockwork:v0.2.2:jonboulle_clockwork/vendor/github.com/jonboulle/clockwork \
169
		josharian:intern:v1.0.0:josharian_intern/vendor/github.com/josharian/intern \
170
		jpillora:backoff:v1.0.0:jpillora_backoff/vendor/github.com/jpillora/backoff \
171
		json-iterator:go:v1.1.11:json_iterator_go/vendor/github.com/json-iterator/go \
172
		jstemmer:go-junit-report:v0.9.1:jstemmer_go_junit_report/vendor/github.com/jstemmer/go-junit-report \
173
		jtolds:gls:v4.20.0:jtolds_gls/vendor/github.com/jtolds/gls \
174
		jung-kurt:gofpdf:v1.16.2:jung_kurt_gofpdf/vendor/github.com/jung-kurt/gofpdf \
175
		klauspost:compress:v1.12.2:klauspost_compress/vendor/github.com/klauspost/compress \
176
		kubernetes:client-go:v0.18.8:kubernetes_client_go/vendor/k8s.io/client-go \
177
		lib:pq:v1.10.0:lib_pq/vendor/github.com/lib/pq \
178
		linkedin:goavro:v2.10.0:linkedin_goavro_v2/vendor/github.com/linkedin/goavro/v2 \
179
		magefile:mage:v1.11.0:magefile_mage/vendor/github.com/magefile/mage \
180
		mailru:easyjson:v0.7.6:mailru_easyjson/vendor/github.com/mailru/easyjson \
181
		mattermost:xml-roundtrip-validator:bcd7e1b9601e:mattermost_xml_roundtrip_validator/vendor/github.com/mattermost/xml-roundtrip-validator \
182
		mattetti:filebuffer:v1.0.1:mattetti_filebuffer/vendor/github.com/mattetti/filebuffer \
183
		mattn:go-colorable:v0.1.8:mattn_go_colorable/vendor/github.com/mattn/go-colorable \
184
		mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \
185
		mattn:go-runewidth:v0.0.9:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \
186
		mattn:go-sqlite3:v1.14.7:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \
187
		matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \
188
		miekg:dns:v1.1.41:miekg_dns/vendor/github.com/miekg/dns \
189
		mitchellh:go-testing-interface:v1.0.0:mitchellh_go_testing_interface/vendor/github.com/mitchellh/go-testing-interface \
190
		mitchellh:mapstructure:v1.4.1:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \
191
		mna:redisc:v1.1.7:mna_redisc/vendor/github.com/mna/redisc \
192
		modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/github.com/modern-go/concurrent \
193
		modern-go:reflect2:v1.0.1:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \
194
		mongodb:mongo-go-driver:v1.5.1:mongodb_mongo_go_driver/vendor/go.mongodb.org/mongo-driver \
195
		mpvl:unique:cbe035fff7de:mpvl_unique/vendor/github.com/mpvl/unique \
196
		mwitkow:go-conntrack:2f068394615f:mwitkow_go_conntrack/vendor/github.com/mwitkow/go-conntrack \
197
		oklog:run:v1.1.0:oklog_run/vendor/github.com/oklog/run \
198
		oklog:ulid:v1.3.1:oklog_ulid/vendor/github.com/oklog/ulid \
199
		olekukonko:tablewriter:v0.0.5:olekukonko_tablewriter/vendor/github.com/olekukonko/tablewriter \
200
		open-telemetry:opentelemetry-collector:v0.27.0:open_telemetry_opentelemetry_collector/vendor/go.opentelemetry.io/collector \
201
		opentracing-contrib:go-grpc:73cb765af46e:opentracing_contrib_go_grpc/vendor/github.com/opentracing-contrib/go-grpc \
202
		opentracing-contrib:go-stdlib:v1.0.0:opentracing_contrib_go_stdlib/vendor/github.com/opentracing-contrib/go-stdlib \
203
		opentracing:opentracing-go:v1.2.0:opentracing_opentracing_go/vendor/github.com/opentracing/opentracing-go \
204
		patrickmn:go-cache:v2.1.0:patrickmn_go_cache/vendor/github.com/patrickmn/go-cache \
205
		pkg:browser:ce105d075bb4:pkg_browser/vendor/github.com/pkg/browser \
206
		pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \
207
		pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \
208
		prometheus:alertmanager:v0.22.0:prometheus_alertmanager/vendor/github.com/prometheus/alertmanager \
209
		prometheus:client_golang:v1.10.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \
210
		prometheus:client_model:v0.2.0:prometheus_client_model/vendor/github.com/prometheus/client_model \
211
		prometheus:common:v0.24.0:prometheus_common/vendor/github.com/prometheus/common \
212
		prometheus:node_exporter:01054558c289:prometheus_node_exporter/vendor/github.com/prometheus/node_exporter \
213
		prometheus:procfs:v0.6.0:prometheus_procfs/vendor/github.com/prometheus/procfs \
214
		prometheus:prometheus:2a4b8e12bbf2:prometheus_prometheus/vendor/github.com/prometheus/prometheus \
215
		protocolbuffers:protobuf-go:v1.26.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \
216
		rainycape:unidecode:cb7f23ec59be:rainycape_unidecode/vendor/github.com/rainycape/unidecode \
217
		robfig:cron:b41be1df6967:robfig_cron/vendor/github.com/robfig/cron \
218
		robfig:cron:v3.0.1:robfig_cron_v3/vendor/github.com/robfig/cron/v3 \
219
		rs:cors:v1.7.0:rs_cors/vendor/github.com/rs/cors \
220
		russellhaering:goxmldsig:v1.1.0:russellhaering_goxmldsig/vendor/github.com/russellhaering/goxmldsig \
221
		russross:blackfriday:v2.0.1:russross_blackfriday_v2/vendor/github.com/russross/blackfriday/v2 \
222
		sean-:seed:e2103e2c3529:sean__seed/vendor/github.com/sean-/seed \
223
		sercand:kuberesolver:v2.4.0:sercand_kuberesolver/vendor/github.com/sercand/kuberesolver \
224
		sergi:go-diff:v1.0.0:sergi_go_diff/vendor/github.com/sergi/go-diff \
225
		shurcooL:httpfs:8d4bc4ba7749:shurcool_httpfs/vendor/github.com/shurcooL/httpfs \
226
		shurcooL:sanitized_anchor_name:v1.0.0:shurcool_sanitized_anchor_name/vendor/github.com/shurcooL/sanitized_anchor_name \
227
		shurcooL:vfsgen:0d455de96546:shurcool_vfsgen/vendor/github.com/shurcooL/vfsgen \
228
		sirupsen:logrus:v1.7.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \
229
		smartystreets:assertions:v1.0.1:smartystreets_assertions/vendor/github.com/smartystreets/assertions \
230
		smartystreets:goconvey:v1.6.4:smartystreets_goconvey/vendor/github.com/smartystreets/goconvey \
231
		square:go-jose:v2.5.1:square_go_jose/vendor/gopkg.in/square/go-jose.v2 \
232
		stretchr:objx:v0.2.0:stretchr_objx/vendor/github.com/stretchr/objx \
233
		stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify \
234
		teris-io:shortid:771a37caa5cf:teris_io_shortid/vendor/github.com/teris-io/shortid \
235
		timberio:go-datemath:74ddef604fff:timberio_go_datemath/vendor/github.com/timberio/go-datemath \
236
		ua-parser:uap-go:daf92ba38329:ua_parser_uap_go/vendor/github.com/ua-parser/uap-go \
237
		uber-go:atomic:v1.7.0:uber_go_atomic/vendor/go.uber.org/atomic \
238
		uber-go:goleak:v1.1.10:uber_go_goleak/vendor/go.uber.org/goleak \
239
		uber:jaeger-client-go:v2.27.0:uber_jaeger_client_go/vendor/github.com/uber/jaeger-client-go \
240
		uber:jaeger-lib:v2.4.1:uber_jaeger_lib/vendor/github.com/uber/jaeger-lib \
241
		unknwon:com:v1.0.1:unknwon_com/vendor/github.com/unknwon/com \
242
		urfave:cli:v2.3.0:urfave_cli_v2/vendor/github.com/urfave/cli/v2 \
243
		weaveworks:common:009d1eebd624:weaveworks_common/vendor/github.com/weaveworks/common \
244
		weaveworks:promrus:v1.2.0:weaveworks_promrus/vendor/github.com/weaveworks/promrus \
245
		xorcare:pointer:v1.1.0:xorcare_pointer/vendor/github.com/xorcare/pointer \
246
		yudai:gojsondiff:v1.0.0:yudai_gojsondiff/vendor/github.com/yudai/gojsondiff \
247
		yudai:golcs:ecda9a501e82:yudai_golcs/vendor/github.com/yudai/golcs
248
249
USE_RC_SUBR=	grafana
250
TAG=		8849243
251
252
GO_TARGET=	./pkg/cmd/grafana-server \
253
		./pkg/cmd/grafana-cli
254
GO_BUILDFLAGS=	-ldflags="-w -X main.version=${PORTVERSION} -X main.commit=${TAG}"
255
256
SUB_FILES=	grafana.ini
257
SUB_LIST=	GRAFANA_USER=${GRAFANA_USER} \
258
		GRAFANA_GROUP=${GRAFANA_GROUP} \
259
		GRAFANA_DATADIR=${GRAFANA_DATADIR} \
260
		GRAFANA_HOMEDIR=${GRAFANA_HOMEDIR} \
261
		GRAFANA_LOGDIR=${GRAFANA_LOGDIR} \
262
		GRAFANA_PLUGINDIR=${GRAFANA_PLUGINDIR} \
263
		GRAFANA_PROVISIONINGDIR=${GRAFANA_PROVISIONINGDIR} \
264
		GRAFANA_BUILDHASH=c916c34d6a21e5f99f35
265
266
GRAFANA_USER?=	grafana
267
GRAFANA_GROUP?=	grafana
268
269
USERS=		${GRAFANA_USER}
270
GROUPS=		${GRAFANA_GROUP}
271
272
PLIST_SUB=	${SUB_LIST}
273
274
GRAFANA_DATADIR?=		/var/db/${PORTNAME}
275
GRAFANA_HOMEDIR?=		${DATADIR}
276
GRAFANA_LOGDIR?=		/var/log/${PORTNAME}
277
GRAFANA_PLUGINDIR?=		${GRAFANA_DATADIR}/plugins
278
GRAFANA_PROVISIONINGDIR?=	${ETCDIR}/provisioning
279
280
post-extract:
281
	@${RM} -r ${WRKSRC}/public
282
	@(cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/grafana-${PORTVERSION}.linux-amd64${EXTRACT_SUFX} ${EXTRACT_AFTER_ARGS} grafana-${PORTVERSION}/public)
283
	@(cd ${WRKDIR} && ${MKDIR} ${WRKSRC}/vendor/xorm.io && ${MV} builder ${WRKSRC}/vendor/xorm.io/ && ${MV} core ${WRKSRC}/vendor/xorm.io/ && ${MV} xorm ${WRKSRC}/vendor/xorm.io/)
284
285
post-install:
286
	${MKDIR} ${STAGEDIR}${GRAFANA_HOMEDIR}
287
	${MKDIR} ${STAGEDIR}${GRAFANA_HOMEDIR}/conf
288
	${MKDIR} ${STAGEDIR}${GRAFANA_DATADIR}
289
	${MKDIR} ${STAGEDIR}${GRAFANA_PLUGINDIR}
290
	${MKDIR} ${STAGEDIR}${GRAFANA_PROVISIONINGDIR}
291
	${MKDIR} ${STAGEDIR}${GRAFANA_PROVISIONINGDIR}/access-control
292
	${MKDIR} ${STAGEDIR}${GRAFANA_PROVISIONINGDIR}/dashboards
293
	${MKDIR} ${STAGEDIR}${GRAFANA_PROVISIONINGDIR}/datasources
294
	${MKDIR} ${STAGEDIR}${GRAFANA_PROVISIONINGDIR}/notifiers
295
	${MKDIR} ${STAGEDIR}${GRAFANA_PROVISIONINGDIR}/plugins
296
	${MKDIR} ${STAGEDIR}${GRAFANA_LOGDIR}
297
	( cd ${WRKSRC} && \
298
		${COPYTREE_SHARE} public ${STAGEDIR}${GRAFANA_HOMEDIR} )
299
	${INSTALL_DATA} ${WRKSRC}/conf/defaults.ini \
300
		${STAGEDIR}${GRAFANA_HOMEDIR}/conf/defaults.ini
301
	${INSTALL_DATA} ${WRKDIR}/grafana.ini \
302
		${STAGEDIR}${ETCDIR}/grafana.ini.sample
303
304
.include <bsd.port.mk>
(-)b/www/grafana8/distinfo (+447 lines)
Added Link Here
1
TIMESTAMP = 1623344200
2
SHA256 (grafana-8.0.1.linux-amd64.tar.gz) = 6f4e67500a4b8dd416e6f6d2e7a1d42befc65ca707a365001f26df7ba653af75
3
SIZE (grafana-8.0.1.linux-amd64.tar.gz) = 55507401
4
SHA256 (v0.3.6.tar.gz) = af49dbe70ab6b0eb31d69afd89c3260b82cb662607b66eac41b65d642faee6bb
5
SIZE (v0.3.6.tar.gz) = 22747
6
SHA256 (v0.7.3.tar.gz) = 9709c0e8eec3045832f9da81c7bcacf1a32774cb674efcd5662dd8b4d82f70c1
7
SIZE (v0.7.3.tar.gz) = 21163
8
SHA256 (v0.8.2.tar.gz) = 871cec6861f88b22fe36879e854872f960fae58a4e87d93c6c43d90558c8fc84
9
SIZE (v0.8.2.tar.gz) = 413897
10
SHA256 (grafana-grafana-v8.0.1_GH0.tar.gz) = ea9553cceaf3532a5ebca877fae6deddcc195ad5dcd27f31cd8dcca94ab31f33
11
SIZE (grafana-grafana-v8.0.1_GH0.tar.gz) = 11564252
12
SHA256 (Azure-azure-sdk-for-go-023238f4c45f_GH0.tar.gz) = 7fc283310c39645475503e4388f96cbc721cca5d35de57bc17282188b70ce69c
13
SIZE (Azure-azure-sdk-for-go-023238f4c45f_GH0.tar.gz) = 36528192
14
SHA256 (Azure-azure-sdk-for-go-2bc7350b1dcd_GH0.tar.gz) = a385b24461c2dd73a3e32e130f9bf51940cbd263d5abaa2486aab6a37b27b079
15
SIZE (Azure-azure-sdk-for-go-2bc7350b1dcd_GH0.tar.gz) = 37129853
16
SHA256 (Azure-azure-sdk-for-go-aa6ba0a4ce44_GH0.tar.gz) = 77d1feb71e84737381cf63eb3f719b44aa42f586c6f2fa692544b515a43d5128
17
SIZE (Azure-azure-sdk-for-go-aa6ba0a4ce44_GH0.tar.gz) = 35580610
18
SHA256 (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f
19
SIZE (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 42077
20
SHA256 (FZambia-eagle-v0.0.1_GH0.tar.gz) = dc2dd0e2e582a2c8e8c7fadab6d1456b9ff2d15fe7c5a8e54986c0d961a200f1
21
SIZE (FZambia-eagle-v0.0.1_GH0.tar.gz) = 5095
22
SHA256 (FZambia-sentinel-v1.1.0_GH0.tar.gz) = 347d9b6effd1e329c7be8275d6b9a6977d80d86db1f9a4619f0f8f55af3e5676
23
SIZE (FZambia-sentinel-v1.1.0_GH0.tar.gz) = 8143
24
SHA256 (Masterminds-semver-v1.5.0_GH0.tar.gz) = c9140eddfb03dc862f826e7761561260b9a840afa7519cc0919e89a43b5be5ba
25
SIZE (Masterminds-semver-v1.5.0_GH0.tar.gz) = 21188
26
SHA256 (PuerkitoBio-purell-v1.1.1_GH0.tar.gz) = 93e2ae2b12fc656ecc7ca28336009d24431247d2af59949c59fdef26ecc9a971
27
SIZE (PuerkitoBio-purell-v1.1.1_GH0.tar.gz) = 11604
28
SHA256 (PuerkitoBio-urlesc-de5bf2ad4578_GH0.tar.gz) = e1d470b13efcab6d4dea96a3cdb986b8a29a06c05d1b80399f0e58caef5ca932
29
SIZE (PuerkitoBio-urlesc-de5bf2ad4578_GH0.tar.gz) = 6796
30
SHA256 (VividCortex-mysqlerr-6c6b55f8796f_GH0.tar.gz) = 7c9f63636e73821dabebb3988bd12ecce0e473a111af835a34b794718c18c9d9
31
SIZE (VividCortex-mysqlerr-6c6b55f8796f_GH0.tar.gz) = 14691
32
SHA256 (alexcesaro-quotedprintable-2caba252f4dc_GH0.tar.gz) = 1a314d172f499342a97996e30ae1731b2e923e17031734d7350927458f544efb
33
SIZE (alexcesaro-quotedprintable-2caba252f4dc_GH0.tar.gz) = 10425
34
SHA256 (apache-arrow-5bea62493d91_GH0.tar.gz) = 1d8955ea54b9fb1665e789de175bfc64e803f6e4fa176ecad821cdfc11ebfa8b
35
SIZE (apache-arrow-5bea62493d91_GH0.tar.gz) = 7676886
36
SHA256 (apache-thrift-v0.14.1_GH0.tar.gz) = 5ae1c4d16452a22eaf9d802ba7489907147c2b316ff38c9758918552fae5132c
37
SIZE (apache-thrift-v0.14.1_GH0.tar.gz) = 3142264
38
SHA256 (armon-go-metrics-v0.3.6_GH0.tar.gz) = c4f5898a817bcbbc68aea6de0ce0b1a2d47f8d970cf93db0a581bb1a01d762d9
39
SIZE (armon-go-metrics-v0.3.6_GH0.tar.gz) = 34592
40
SHA256 (asaskevich-govalidator-7a23bdc65eef_GH0.tar.gz) = a8a0ecc0f3f23bef9886a6b798d7a61d5c4b24e1aa8065a0de0173a4b39f7f5d
41
SIZE (asaskevich-govalidator-7a23bdc65eef_GH0.tar.gz) = 60431
42
SHA256 (aws-aws-sdk-go-v1.38.34_GH0.tar.gz) = 95a84e99858740ac822aea0a7273804fd614989950a01382c903116d96cb6b84
43
SIZE (aws-aws-sdk-go-v1.38.34_GH0.tar.gz) = 18961954
44
SHA256 (beevik-etree-v1.1.0_GH0.tar.gz) = d1b424a126ce5c46d8e9ba42217e7997cc992bef56d17cc39d1d91525c0dc1de
45
SIZE (beevik-etree-v1.1.0_GH0.tar.gz) = 26390
46
SHA256 (benbjohnson-clock-v1.1.0_GH0.tar.gz) = 43d7a7d4d1cfe92831ecaabdf005f5ae3495739f726cc5af67614d2837b8bcb7
47
SIZE (benbjohnson-clock-v1.1.0_GH0.tar.gz) = 6320
48
SHA256 (beorn7-perks-v1.0.1_GH0.tar.gz) = 98db84bb0224a26094e6adba91b7ee7a1a7ace28cb648d818f8e779e6a19f825
49
SIZE (beorn7-perks-v1.0.1_GH0.tar.gz) = 10867
50
SHA256 (bradfitz-gomemcache-a41fca850d0b_GH0.tar.gz) = e9b32edd5745cd009c4d23d0ff6e2fdd7ae92e6049a9155500c93bf93e744bc6
51
SIZE (bradfitz-gomemcache-a41fca850d0b_GH0.tar.gz) = 13238
52
SHA256 (c2h5oh-datasize-28bbd4740fee_GH0.tar.gz) = 8f07351e7f97d619ca328460181a73f3e30af86554a74cf7199afc78713c599b
53
SIZE (c2h5oh-datasize-28bbd4740fee_GH0.tar.gz) = 4124
54
SHA256 (cenkalti-backoff-v4.1.0_GH0.tar.gz) = 8911c7834acfa7795271db561cfafd8a4bd0a5153d7df93e71e13a9ee3b06e98
55
SIZE (cenkalti-backoff-v4.1.0_GH0.tar.gz) = 9834
56
SHA256 (census-instrumentation-opencensus-go-v0.23.0_GH0.tar.gz) = cc9dc0234de1baacf1855cf19615b381ca2f2adb83a2871e7a9b8b74e46818cf
57
SIZE (census-instrumentation-opencensus-go-v0.23.0_GH0.tar.gz) = 176498
58
SHA256 (centrifugal-centrifuge-v0.17.0_GH0.tar.gz) = 481e3fd652d3b603ac210dbd8bea234d84c6f46070405a8649314c9a9f27ec84
59
SIZE (centrifugal-centrifuge-v0.17.0_GH0.tar.gz) = 398849
60
SHA256 (centrifugal-protocol-v0.5.0_GH0.tar.gz) = 6a09bc7aab085ae594edb68bb2abbb4d90323caf2a9e54f43c53405db53ce85f
61
SIZE (centrifugal-protocol-v0.5.0_GH0.tar.gz) = 34594
62
SHA256 (cespare-xxhash-v1.1.0_GH0.tar.gz) = 9418be390574092f0ca989b9ae2f5450270ead8125a635a100850b28c8c9c495
63
SIZE (cespare-xxhash-v1.1.0_GH0.tar.gz) = 8200
64
SHA256 (cespare-xxhash-v2.1.1_GH0.tar.gz) = 0ee31178d2c5a1249be4e26294a2f428008dc4e1ecbbfbe47f74e41026df1148
65
SIZE (cespare-xxhash-v2.1.1_GH0.tar.gz) = 9292
66
SHA256 (cheekybits-genny-v1.0.0_GH0.tar.gz) = 6982bf513333fb3ee3e6e0633500a3800fb6a3d6beb9e6c6084a96c85a49dd73
67
SIZE (cheekybits-genny-v1.0.0_GH0.tar.gz) = 15585
68
SHA256 (cockroachdb-apd-v2.0.1_GH0.tar.gz) = 599d1df6218c8c8c1e80be882b38ec9d486e9da82bea83dca02c4a79a35b2f17
69
SIZE (cockroachdb-apd-v2.0.1_GH0.tar.gz) = 304379
70
SHA256 (cortexproject-cortex-d382e1d80eaf_GH0.tar.gz) = 699652d3aa55810c0874b1c044bdf80059d12dd74ea5a3801eb3ecc5b957749b
71
SIZE (cortexproject-cortex-d382e1d80eaf_GH0.tar.gz) = 15489448
72
SHA256 (cpuguy83-go-md2man-v2.0.0_GH0.tar.gz) = 50537880d42fc28b9c2e9aaa36b137349d43cc73d46436a499f8c928cd2fc576
73
SIZE (cpuguy83-go-md2man-v2.0.0_GH0.tar.gz) = 52021
74
SHA256 (crewjam-saml-bca570abb2ce_GH0.tar.gz) = b12429ce52c0329943a64bea441f481ea0995133a905d61aa6eab5d02ac7e41b
75
SIZE (crewjam-saml-bca570abb2ce_GH0.tar.gz) = 239531
76
SHA256 (cuelang-cue-v0.3.2_GH0.tar.gz) = 4b1c6137c15b9389d8af6317e3def0d1bb06d1cb5817c22b75769f069fd62001
77
SIZE (cuelang-cue-v0.3.2_GH0.tar.gz) = 1199732
78
SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e
79
SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152
80
SHA256 (deepmap-oapi-codegen-v1.3.13_GH0.tar.gz) = c206f58011623e4d6c5a158b0cef563426694bb1bf0b9cbe03be7180986706da
81
SIZE (deepmap-oapi-codegen-v1.3.13_GH0.tar.gz) = 135335
82
SHA256 (docker-go-units-v0.4.0_GH0.tar.gz) = b411f15ca9b419880006f3944b8ec87dc3fe15cbba3beb6e04f2c03f9ea8370b
83
SIZE (docker-go-units-v0.4.0_GH0.tar.gz) = 11514
84
SHA256 (dustin-go-humanize-v1.0.0_GH0.tar.gz) = e4540bd50ac855143b4f2e509313079c50cf5d8774f09cc10dbca5ae9803d8ba
85
SIZE (dustin-go-humanize-v1.0.0_GH0.tar.gz) = 17260
86
SHA256 (edsrzf-mmap-go-v1.0.0_GH0.tar.gz) = 49c502c28de1e36f12005a70543ae62e15dcd85565572df4e973beb5812587bf
87
SIZE (edsrzf-mmap-go-v1.0.0_GH0.tar.gz) = 5463
88
SHA256 (emicklei-proto-v1.6.15_GH0.tar.gz) = 7291cfac4b3c8d96507793e9b83cc9c8044357ec5db274f7e003b0955d70f58e
89
SIZE (emicklei-proto-v1.6.15_GH0.tar.gz) = 28586
90
SHA256 (facebookgo-ensure-b4ab57deab51_GH0.tar.gz) = 228a9f93d69255a4bb82bf058c97f1bde71c595e94da5a3b421026210275b959
91
SIZE (facebookgo-ensure-b4ab57deab51_GH0.tar.gz) = 6412
92
SHA256 (facebookgo-inject-f23751cae28b_GH0.tar.gz) = edaf2ed132818f18b2f0ce9d6358f1358c0b44f7715634fc1e6b725281e3454b
93
SIZE (facebookgo-inject-f23751cae28b_GH0.tar.gz) = 9269
94
SHA256 (facebookgo-stack-751773369052_GH0.tar.gz) = bb0ffca174994df1bdb2a24fce3bcf3178c2887996e119f4409f2de5326debf0
95
SIZE (facebookgo-stack-751773369052_GH0.tar.gz) = 5797
96
SHA256 (facebookgo-structtag-217e25fb9691_GH0.tar.gz) = e42f1b402f77eca8470df5f9330dcaec1811ddc9e9bd89ae463adab70dc9f6a0
97
SIZE (facebookgo-structtag-217e25fb9691_GH0.tar.gz) = 2554
98
SHA256 (facebookgo-subset-8dac2c3c4870_GH0.tar.gz) = 211e1e0d80bc85e4f5b3bba50ff0a96755d5da08c9f029a7d29690691cd4ded2
99
SIZE (facebookgo-subset-8dac2c3c4870_GH0.tar.gz) = 4483
100
SHA256 (fatih-color-v1.10.0_GH0.tar.gz) = a00342a7ffb8b119346dce56e152a111cbb9eab3970c429cc2ed4272aec2858e
101
SIZE (fatih-color-v1.10.0_GH0.tar.gz) = 1267532
102
SHA256 (felixge-httpsnoop-v1.0.1_GH0.tar.gz) = 02f506689067855a2afcbea692a63f60bcb50a3994722650339c82027d1cbe3e
103
SIZE (felixge-httpsnoop-v1.0.1_GH0.tar.gz) = 10725
104
SHA256 (gchaincl-sqlhooks-v1.3.0_GH0.tar.gz) = 49ea2c5cb8e84251e1df2a6f58b4bc9a78804b3a39c6a38341831a26ba8f8585
105
SIZE (gchaincl-sqlhooks-v1.3.0_GH0.tar.gz) = 11900
106
SHA256 (getsentry-sentry-go-v0.10.0_GH0.tar.gz) = 2afd6ccb3a8f6e9998313a99456760d8cf7260994cefd285fba17a32598595e1
107
SIZE (getsentry-sentry-go-v0.10.0_GH0.tar.gz) = 111875
108
SHA256 (go-asn1-ber-asn1-ber-f715ec2f112d_GH0.tar.gz) = 084d4021bd3a9ae361fff6c59910d83227116dee977ec09bfe9322db43020b0d
109
SIZE (go-asn1-ber-asn1-ber-f715ec2f112d_GH0.tar.gz) = 13199
110
SHA256 (go-ini-ini-v1.62.0_GH0.tar.gz) = 926ca2ff49018dc5c0991f3a790bc2083a3c52c470167d42f0f0bcd6642ff64e
111
SIZE (go-ini-ini-v1.62.0_GH0.tar.gz) = 50314
112
SHA256 (go-kit-kit-v0.10.0_GH0.tar.gz) = c0fac2e37b981e4c18e4f210b92e1393bd59dadd7c7fc043ec46d1c9834eba85
113
SIZE (go-kit-kit-v0.10.0_GH0.tar.gz) = 274801
114
SHA256 (go-ldap-ldap-v3.1.0_GH0.tar.gz) = d92a365629f2df40216e5d637ef2c5a3984d40ba219f55dc34af59ad659e3ab4
115
SIZE (go-ldap-ldap-v3.1.0_GH0.tar.gz) = 41634
116
SHA256 (go-logfmt-logfmt-v0.5.0_GH0.tar.gz) = 76727000951c187d058289d8e83d3e2ad480a5d44c7c83b025b78b7eb6bf0258
117
SIZE (go-logfmt-logfmt-v0.5.0_GH0.tar.gz) = 11745
118
SHA256 (go-macaron-binding-0b4f37bab25b_GH0.tar.gz) = 71c1f7e46da92204083ee5e24faef361f2c96519188d2ed3cf3eefe7b639a9cf
119
SIZE (go-macaron-binding-0b4f37bab25b_GH0.tar.gz) = 23493
120
SHA256 (go-macaron-gzip-cad1c6580a07_GH0.tar.gz) = c12316ebd5f1c374e8b49e7c3a96166e85b4bb7763eded7e410e8148f38c63e0
121
SIZE (go-macaron-gzip-cad1c6580a07_GH0.tar.gz) = 6443
122
SHA256 (go-macaron-inject-d8a0b8677191_GH0.tar.gz) = c7606f032ed7cb6c465c6b41ab19d0742514f3365baed9b4b00249f79ef006a7
123
SIZE (go-macaron-inject-d8a0b8677191_GH0.tar.gz) = 8050
124
SHA256 (go-macaron-macaron-v1.4.0_GH0.tar.gz) = 41399efdc8469b69215ac16aba367a5d00b728b2a593ededd2aee62d2002446b
125
SIZE (go-macaron-macaron-v1.4.0_GH0.tar.gz) = 133118
126
SHA256 (go-mail-mail-v2.3.1_GH0.tar.gz) = 264a42278757b9153338e618b2c98109d88f8ae8599a804f291e17bba9bb8969
127
SIZE (go-mail-mail-v2.3.1_GH0.tar.gz) = 19878
128
SHA256 (go-openapi-analysis-v0.20.0_GH0.tar.gz) = b94c995545da66b594f9717989266bc6ac08ecb3c319072dfd69001b86c55808
129
SIZE (go-openapi-analysis-v0.20.0_GH0.tar.gz) = 221669
130
SHA256 (go-openapi-errors-v0.20.0_GH0.tar.gz) = a60f376f419e20b05858e49b766251c6ab27799ebedb4643f53988e2848bac3b
131
SIZE (go-openapi-errors-v0.20.0_GH0.tar.gz) = 18839
132
SHA256 (go-openapi-jsonpointer-v0.19.5_GH0.tar.gz) = 587217a2edeedbe6de0f0ba62d7c347f31be2f7016da4fafdeda3aba5dd6b1a9
133
SIZE (go-openapi-jsonpointer-v0.19.5_GH0.tar.gz) = 15456
134
SHA256 (go-openapi-jsonreference-v0.19.5_GH0.tar.gz) = 9ab7344a39477fda6b782ab30e6a61c6117ebc656442bf0dad0081a5919240d5
135
SIZE (go-openapi-jsonreference-v0.19.5_GH0.tar.gz) = 14168
136
SHA256 (go-openapi-loads-v0.20.2_GH0.tar.gz) = b06fba121c3caa54ee3072e98a2e7d6d1cfafa0d9b68a352547eb8eb2f7aa188
137
SIZE (go-openapi-loads-v0.20.2_GH0.tar.gz) = 56554
138
SHA256 (go-openapi-runtime-v0.19.28_GH0.tar.gz) = cff1e687c305bb9a73b6db9cc212fef9689db361080c805510c927300f0696a3
139
SIZE (go-openapi-runtime-v0.19.28_GH0.tar.gz) = 132420
140
SHA256 (go-openapi-spec-v0.20.3_GH0.tar.gz) = bb910bdd01984283d7febe21935ea55cd1ee4d6628bc056668a13ccda79029b1
141
SIZE (go-openapi-spec-v0.20.3_GH0.tar.gz) = 297211
142
SHA256 (go-openapi-strfmt-v0.20.1_GH0.tar.gz) = cef0c25b71554edb56e1707dc0c0d2c463877861917e6b9a05f8a03dbda6efd8
143
SIZE (go-openapi-strfmt-v0.20.1_GH0.tar.gz) = 44436
144
SHA256 (go-openapi-swag-v0.19.15_GH0.tar.gz) = 5d22d5a44970926178102eb80926f4cbfd00f3f1f2810cbbd4d8e7c62547afe6
145
SIZE (go-openapi-swag-v0.19.15_GH0.tar.gz) = 35515
146
SHA256 (go-openapi-validate-v0.20.2_GH0.tar.gz) = 40145ab360fd08dc30396acdee8c7b46541f90b8613ad53b98a5786f439cf186
147
SIZE (go-openapi-validate-v0.20.2_GH0.tar.gz) = 463309
148
SHA256 (go-redis-redis-v5.2.9_GH0.tar.gz) = 494f474925e89749124445cdebc5affd741f7532d2a4d6e4e2069b17d74f4fd2
149
SIZE (go-redis-redis-v5.2.9_GH0.tar.gz) = 69991
150
SHA256 (go-sourcemap-sourcemap-v2.1.3_GH0.tar.gz) = 9e5d9e6f1b7facedd58ef8bb2af86ddf906bfc0c3f377934603e900b21490956
151
SIZE (go-sourcemap-sourcemap-v2.1.3_GH0.tar.gz) = 6479
152
SHA256 (go-sql-driver-mysql-v1.6.0_GH0.tar.gz) = 25233aea6418ca7e2e8d83f1bf4f498ef7f79c8c0fee1dc2a8ba623372574b28
153
SIZE (go-sql-driver-mysql-v1.6.0_GH0.tar.gz) = 94168
154
SHA256 (go-stack-stack-v1.8.0_GH0.tar.gz) = 3b8987e137d76f4f35db1e8005ec7fb766b68eed8cac0ca0b795ac43cd72b319
155
SIZE (go-stack-stack-v1.8.0_GH0.tar.gz) = 8039
156
SHA256 (go-yaml-yaml-496545a6307b_GH0.tar.gz) = ed0e11dc14bbbd4127031d7e8b9e58dad885e2c44a16359d2f64b71d1d1f692a
157
SIZE (go-yaml-yaml-496545a6307b_GH0.tar.gz) = 90156
158
SHA256 (go-yaml-yaml-v2.4.0_GH0.tar.gz) = d8e94679e5fff6bd1a35e10241543929a5f3da44f701755babf99b3daf0faac0
159
SIZE (go-yaml-yaml-v2.4.0_GH0.tar.gz) = 73209
160
SHA256 (gobwas-glob-v0.2.3_GH0.tar.gz) = 325026fc78bcebcf31151b6e060f4e1c3321b04ded3dab63b63610b323c10850
161
SIZE (gobwas-glob-v0.2.3_GH0.tar.gz) = 25962
162
SHA256 (gofrs-uuid-v4.0.0_GH0.tar.gz) = 7857a4f0c066d2e43a1b7912458b028b6fa351eb1a1d41b022dd6ac347e96b4f
163
SIZE (gofrs-uuid-v4.0.0_GH0.tar.gz) = 17824
164
SHA256 (gogo-googleapis-v1.1.0_GH0.tar.gz) = 887b545e6fc74725f159977fdcb7c8ea2368e22832c5c14f8a68d877cc584f0d
165
SIZE (gogo-googleapis-v1.1.0_GH0.tar.gz) = 45199
166
SHA256 (gogo-protobuf-v1.3.2_GH0.tar.gz) = 2bb4b13d6e56b3911f09b8e9ddd15708477fbff8823c057cc79dd99c9a452b34
167
SIZE (gogo-protobuf-v1.3.2_GH0.tar.gz) = 2038725
168
SHA256 (gogo-status-v1.0.3_GH0.tar.gz) = 2b313ae5eb0fcb72f95c78d3072d3c1acc18327cdd92e072b9e31997e034015a
169
SIZE (gogo-status-v1.0.3_GH0.tar.gz) = 9382
170
SHA256 (golang-sql-civil-cb61b32ac6fe_GH0.tar.gz) = ebc100d46719b1374b59e59bc63baffaec6a2bface5b0d519024f43c097cdc3e
171
SIZE (golang-sql-civil-cb61b32ac6fe_GH0.tar.gz) = 8359
172
SHA256 (golang-appengine-v1.6.7_GH0.tar.gz) = c623d81235f7c9699e299b328191d813337dd57dcc800d7afdb5130e8c321a8f
173
SIZE (golang-appengine-v1.6.7_GH0.tar.gz) = 333007
174
SHA256 (golang-crypto-c07d793c2f9a_GH0.tar.gz) = bd1e0856c43287c6ebd20d59e2b4f2ffa91c5cc275dbb02bb2cfc822e6dc18a4
175
SIZE (golang-crypto-c07d793c2f9a_GH0.tar.gz) = 1732023
176
SHA256 (golang-exp-85be41e4509f_GH0.tar.gz) = 6fb18daada899f426f0b689b00c495035e7dbb9269f4d4d4017a154f9e6c5c8d
177
SIZE (golang-exp-85be41e4509f_GH0.tar.gz) = 1526135
178
SHA256 (golang-groupcache-8c9f03a8e57e_GH0.tar.gz) = b92f918daa48048fd360f14d1a4aed6e70c1176ae6b00b0dc04094bb088e9865
179
SIZE (golang-groupcache-8c9f03a8e57e_GH0.tar.gz) = 26047
180
SHA256 (golang-lint-83fdc39ff7b5_GH0.tar.gz) = 5014077abbc075c3b4b459f7ad98cc1c28f2ae6bde906a9d8ed19d8c8b97987a
181
SIZE (golang-lint-83fdc39ff7b5_GH0.tar.gz) = 31889
182
SHA256 (golang-mock-v1.5.0_GH0.tar.gz) = 7a8212b8332072626d1ce440883929a28ab18450926bc5164d926c6e5cae61ff
183
SIZE (golang-mock-v1.5.0_GH0.tar.gz) = 66429
184
SHA256 (golang-mod-v0.4.1_GH0.tar.gz) = 548935751dbc1c29a27bf1b1de6d7ffe58b752d6ad7bc1f254e6ea89ae2ddd59
185
SIZE (golang-mod-v0.4.1_GH0.tar.gz) = 102751
186
SHA256 (golang-net-fe42d452be8f_GH0.tar.gz) = c7e6cff40e77036dde500b7293aaeddcb36e6f61647cedeb3a13678ff129ac1b
187
SIZE (golang-net-fe42d452be8f_GH0.tar.gz) = 1251727
188
SHA256 (golang-oauth2-5e61552d6c78_GH0.tar.gz) = 01ea885d501ffceaecaef9a91a433c3391583f4ee6cae16115ebb2ccafcc90c9
189
SIZE (golang-oauth2-5e61552d6c78_GH0.tar.gz) = 78982
190
SHA256 (golang-protobuf-v1.5.2_GH0.tar.gz) = 088cc0f3ba18fb8f9d00319568ff0af5a06d8925a6e6cb983bb837b4efb703b3
191
SIZE (golang-protobuf-v1.5.2_GH0.tar.gz) = 171702
192
SHA256 (golang-snappy-v0.0.3_GH0.tar.gz) = c22541bf48b252b55ea0e618a5887e3d4f95c6ec5e46bbd60d1020366ffa2580
193
SIZE (golang-snappy-v0.0.3_GH0.tar.gz) = 65976
194
SHA256 (golang-sync-036812b2e83c_GH0.tar.gz) = 75ac8fc16bdceb2496c4a9cc98584b70c29032d91a9e57a624acb073e3232fda
195
SIZE (golang-sync-036812b2e83c_GH0.tar.gz) = 18752
196
SHA256 (golang-sys-0cec03c779c1_GH0.tar.gz) = 3f02c01a4394b5c6868065916b40a2d3ec230dd1574f1383284f5159ea3b6c8a
197
SIZE (golang-sys-0cec03c779c1_GH0.tar.gz) = 1197020
198
SHA256 (golang-text-v0.3.6_GH0.tar.gz) = f66bebcf21985b0a713d67c6c35dfc9800d3b6d00d62b83ed0ce5b2ed4cb9760
199
SIZE (golang-text-v0.3.6_GH0.tar.gz) = 8351095
200
SHA256 (golang-time-f8bda1e9f3ba_GH0.tar.gz) = e068a34e54894c9c189ba2c2e5b7ea9116ed661f6a7c0d0e744d8e0066017ebb
201
SIZE (golang-time-f8bda1e9f3ba_GH0.tar.gz) = 9656
202
SHA256 (golang-tools-v0.1.0_GH0.tar.gz) = 88f66c1a7ff0f7fce20c0808d2769baa977f56f74197c9681cd864d0977e97a2
203
SIZE (golang-tools-v0.1.0_GH0.tar.gz) = 2683055
204
SHA256 (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 71975d658357e170fd6a41f92539cde8b39c9cd8bfe5931b6311bc5f5c0da0d7
205
SIZE (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 13664
206
SHA256 (gomodule-redigo-v2.0.0_GH0.tar.gz) = b97a9b0298c371c80b4ba141cb683eaa003c8825a5b02526a03435f6e7568289
207
SIZE (gomodule-redigo-v2.0.0_GH0.tar.gz) = 42976
208
SHA256 (gonum-gonum-v0.9.1_GH0.tar.gz) = 47e7c59f09a6e95f21010fcc94ee9aa67290e3ae358d5b27b36665150f10ed07
209
SIZE (gonum-gonum-v0.9.1_GH0.tar.gz) = 3357782
210
SHA256 (google-btree-v1.0.0_GH0.tar.gz) = 9f53e0e1330a4dbe92100d516606791f7196bf828ba93d693ef4d5c1cbd5fe30
211
SIZE (google-btree-v1.0.0_GH0.tar.gz) = 15292
212
SHA256 (google-flatbuffers-v1.11.0_GH0.tar.gz) = 3f4a286642094f45b1b77228656fbd7ea123964f19502f9ecfd29933fd23a50b
213
SIZE (google-flatbuffers-v1.11.0_GH0.tar.gz) = 894944
214
SHA256 (google-go-cmp-v0.5.5_GH0.tar.gz) = 8f1a0041f484812ae219e7548a13d5269c947cfcdea6031d40cdc85cd0663b3e
215
SIZE (google-go-cmp-v0.5.5_GH0.tar.gz) = 102358
216
SHA256 (google-go-genproto-c14fb6ef47c3_GH0.tar.gz) = 26b5114e119b8945b16a7205d55e1dbd3c006940ac4568d670081690ef7210a8
217
SIZE (google-go-genproto-c14fb6ef47c3_GH0.tar.gz) = 8642924
218
SHA256 (google-uuid-v1.2.0_GH0.tar.gz) = 53ba896ce398435b3ba4f9375f5d4908b09c79daaa54ecd4e5000b7bef984380
219
SIZE (google-uuid-v1.2.0_GH0.tar.gz) = 14158
220
SHA256 (googleapis-gax-go-v2.0.5_GH0.tar.gz) = 3089affe6f5e27f7a6d494cb399aa6baf232384f763f548ad5ddfbea0e88e59c
221
SIZE (googleapis-gax-go-v2.0.5_GH0.tar.gz) = 15328
222
SHA256 (googleapis-google-api-go-client-v0.45.0_GH0.tar.gz) = 628120c26b3db51e218d50b3555eb552a12993e5c1096b4ed8ad200bae925985
223
SIZE (googleapis-google-api-go-client-v0.45.0_GH0.tar.gz) = 20020236
224
SHA256 (googleapis-google-cloud-go-storage-v1.14.0_GH0.tar.gz) = 368e85de49d201a1a7f7da58f597c5904a6665b733315b9b22eee9397dfe9bfe
225
SIZE (googleapis-google-cloud-go-storage-v1.14.0_GH0.tar.gz) = 3404588
226
SHA256 (googleapis-google-cloud-go-v0.81.0_GH0.tar.gz) = 307f191f0ebcd71b96ec66554670eb3cf0398c64a427e43651472b5d9616f1ae
227
SIZE (googleapis-google-cloud-go-v0.81.0_GH0.tar.gz) = 3510192
228
SHA256 (gopherjs-gopherjs-ce3c9ade29de_GH0.tar.gz) = b839dad26fe66a8c99b892da92ca418bc021c532583667df33252986942be434
229
SIZE (gopherjs-gopherjs-ce3c9ade29de_GH0.tar.gz) = 227776
230
SHA256 (gorilla-mux-v1.8.0_GH0.tar.gz) = ea2639259d2ce6f402636655e91eb93ba69c139e3cbf80b044ee393ada53757b
231
SIZE (gorilla-mux-v1.8.0_GH0.tar.gz) = 45517
232
SHA256 (gorilla-websocket-v1.4.2_GH0.tar.gz) = 91937a36bc9e0da3c895c73d4cb74b2cdb1aff54ab21b0d0724000e7b5b85b84
233
SIZE (gorilla-websocket-v1.4.2_GH0.tar.gz) = 54101
234
SHA256 (gosimple-slug-v1.9.0_GH0.tar.gz) = 19a319c470e404a392037529e66ead28b58ca5059a17245c2331a1986c4759cd
235
SIZE (gosimple-slug-v1.9.0_GH0.tar.gz) = 13228
236
SHA256 (grafana-go-mssqldb-d0ce3c521036_GH0.tar.gz) = a3a62b4964fee10a698852dea6f59570ff2ec3320652e8c1a8b1e5d310641b3f
237
SIZE (grafana-go-mssqldb-d0ce3c521036_GH0.tar.gz) = 522960
238
SHA256 (grafana-grafana-aws-sdk-v0.4.0_GH0.tar.gz) = ece54565dbf1f670d82e88e1b966b013123fda7d0bca232cfc34baad4d37aaf3
239
SIZE (grafana-grafana-aws-sdk-v0.4.0_GH0.tar.gz) = 247515
240
SHA256 (grafana-grafana-live-sdk-v0.0.6_GH0.tar.gz) = 9d975230c2e124c5abe290aea520a7b7a6e1392321ef2c83cb4deb97b2340c5e
241
SIZE (grafana-grafana-live-sdk-v0.0.6_GH0.tar.gz) = 37093
242
SHA256 (grafana-grafana-plugin-sdk-go-v0.104.0_GH0.tar.gz) = 4413464cfd0a8882cd517063d1dbad42edcb02db7f1ea185a41d8ca9a144d005
243
SIZE (grafana-grafana-plugin-sdk-go-v0.104.0_GH0.tar.gz) = 168130
244
SHA256 (grafana-loki-15d417efe103_GH0.tar.gz) = 5bbd4caedfd9e57ffb64102abc992e9de3d672d387e4d6fede76f15ddc704889
245
SIZE (grafana-loki-15d417efe103_GH0.tar.gz) = 25278521
246
SHA256 (grpc-ecosystem-go-grpc-middleware-v1.3.0_GH0.tar.gz) = c9b908202c05a7f821b03ee49cd678e7e71469519054629770e0565d78275cbc
247
SIZE (grpc-ecosystem-go-grpc-middleware-v1.3.0_GH0.tar.gz) = 103780
248
SHA256 (grpc-ecosystem-go-grpc-prometheus-6af20e3a5340_GH0.tar.gz) = e37a815659a20ccb6baf26a48cc51efe39b9651ceb0857178f6f2eaa2c47ae75
249
SIZE (grpc-ecosystem-go-grpc-prometheus-6af20e3a5340_GH0.tar.gz) = 30606
250
SHA256 (grpc-ecosystem-grpc-gateway-v1.16.0_GH0.tar.gz) = 20ba8f2aeb4a580109357fffaa42f8400aba1155b95c8845e412287907e64379
251
SIZE (grpc-ecosystem-grpc-gateway-v1.16.0_GH0.tar.gz) = 521578
252
SHA256 (grpc-grpc-go-v1.37.1_GH0.tar.gz) = 66e9c38c6785214e2cd4256d87652d79b4af32f8f5028dbe0c06df7aa97127ff
253
SIZE (grpc-grpc-go-v1.37.1_GH0.tar.gz) = 1237043
254
SHA256 (hashicorp-errwrap-v1.0.0_GH0.tar.gz) = 26afc0e5895c6ce87c881c5c02c682ccc9a08174a9c27ca26d4a1e72dbf78128
255
SIZE (hashicorp-errwrap-v1.0.0_GH0.tar.gz) = 8346
256
SHA256 (hashicorp-go-hclog-v0.16.0_GH0.tar.gz) = 9c07cb9963a3db3a286971bc7a6d5e17612105770d0a82c441c397202bbc61ae
257
SIZE (hashicorp-go-hclog-v0.16.0_GH0.tar.gz) = 26817
258
SHA256 (hashicorp-go-immutable-radix-v1.2.0_GH0.tar.gz) = 06a814791893c19e98bd48623eedeefd966faa9b53403ec9a8d102d978b7aa6e
259
SIZE (hashicorp-go-immutable-radix-v1.2.0_GH0.tar.gz) = 23037
260
SHA256 (hashicorp-go-msgpack-v0.5.5_GH0.tar.gz) = a6a95afd348ce6f0be9183266d9479d8b8738097ff82b16345a78c7e26a37e13
261
SIZE (hashicorp-go-msgpack-v0.5.5_GH0.tar.gz) = 50069
262
SHA256 (hashicorp-go-multierror-v1.1.0_GH0.tar.gz) = 466a1f3596417a35b407d06d2dc2cb87dba46b025af4f77d30f82aa6e0e6d4d4
263
SIZE (hashicorp-go-multierror-v1.1.0_GH0.tar.gz) = 12084
264
SHA256 (hashicorp-go-plugin-v1.4.0_GH0.tar.gz) = fb6349d5dcae78637dfc68b7b8858ec3dbc94e5cb947e0b4d7bc6b984177223d
265
SIZE (hashicorp-go-plugin-v1.4.0_GH0.tar.gz) = 86479
266
SHA256 (hashicorp-go-sockaddr-v1.0.2_GH0.tar.gz) = ce70228b6c0ac432b97c2a98697600668bf7ac8b4cd21e7c6767bed1e755ae7f
267
SIZE (hashicorp-go-sockaddr-v1.0.2_GH0.tar.gz) = 663049
268
SHA256 (hashicorp-go-version-v1.3.0_GH0.tar.gz) = a459b2d8a3ca4d67fc13869a7869fa6c8aff6491d465b2cbe2842b56df87cfba
269
SIZE (hashicorp-go-version-v1.3.0_GH0.tar.gz) = 14447
270
SHA256 (hashicorp-golang-lru-v0.5.4_GH0.tar.gz) = d50c188af0cc8b22e7e4b79e9071694fa06428a9964b22d68dc997fa787a177a
271
SIZE (hashicorp-golang-lru-v0.5.4_GH0.tar.gz) = 13428
272
SHA256 (hashicorp-memberlist-v0.2.3_GH0.tar.gz) = 52dbfa3fe3e8dfe7fbad5e291cf6bb9f4c6848355558143d6563c5c48f7ecbdb
273
SIZE (hashicorp-memberlist-v0.2.3_GH0.tar.gz) = 96223
274
SHA256 (hashicorp-yamux-df201c70410d_GH0.tar.gz) = 01177e2efa7a30e982e996c972b7425853dd336215ccb5f2de47b2567bb5d04b
275
SIZE (hashicorp-yamux-df201c70410d_GH0.tar.gz) = 23269
276
SHA256 (igm-sockjs-go-v3.0.0_GH0.tar.gz) = 85613e3340cb4f26ab49ff8a4ef68141f78feaec67a13dd5d08f5803ccc44d1e
277
SIZE (igm-sockjs-go-v3.0.0_GH0.tar.gz) = 51312
278
SHA256 (inconshreveable-log15-67afb5ed74ec_GH0.tar.gz) = e4c837cfd154a0696c84605595c84459a2d1b2fb33b1abcf284a415d2ca9ab55
279
SIZE (inconshreveable-log15-67afb5ed74ec_GH0.tar.gz) = 23261
280
SHA256 (influxdata-influxdb-client-go-v2.2.3_GH0.tar.gz) = c556bf61460807532e5374702deaa47545d425f28d4168c6ac7e1fdaf24462ac
281
SIZE (influxdata-influxdb-client-go-v2.2.3_GH0.tar.gz) = 177917
282
SHA256 (influxdata-line-protocol-9aa0e372d097_GH0.tar.gz) = acfafae69475c6301b95976f71a060fd03280c2a7d0d7f99ed0ccd4c759484d8
283
SIZE (influxdata-line-protocol-9aa0e372d097_GH0.tar.gz) = 29946
284
SHA256 (jessevdk-go-flags-v1.5.0_GH0.tar.gz) = d4bf30f729cbc16d2aa0095ac10ca4fadc8f092b9a28990c0cfca2345c3e7ffd
285
SIZE (jessevdk-go-flags-v1.5.0_GH0.tar.gz) = 59316
286
SHA256 (jmespath-go-jmespath-v0.4.0_GH0.tar.gz) = aa86d00b6836345eee196c13df2df084a18e0b1159935de9289f2ef6a7fe375d
287
SIZE (jmespath-go-jmespath-v0.4.0_GH0.tar.gz) = 128861
288
SHA256 (jonboulle-clockwork-v0.2.2_GH0.tar.gz) = 79ac7c0e53dfa48aac0622745f133b2438542f1c11d2c09ec1c98affbd62e1f0
289
SIZE (jonboulle-clockwork-v0.2.2_GH0.tar.gz) = 9588
290
SHA256 (josharian-intern-v1.0.0_GH0.tar.gz) = 7c7df6e792ed5db0b1a63c8ec74236b70958ad36c9fe5a02b52b1a418b177b5e
291
SIZE (josharian-intern-v1.0.0_GH0.tar.gz) = 1927
292
SHA256 (jpillora-backoff-v1.0.0_GH0.tar.gz) = 611b29ce95acfa2997e3449762a3df68fcaa773db045535f26eb5c686106351f
293
SIZE (jpillora-backoff-v1.0.0_GH0.tar.gz) = 3507
294
SHA256 (json-iterator-go-v1.1.11_GH0.tar.gz) = 19d0d56ac18a052867360b10201bad614c7b31a3edf2041a331c28860920b932
295
SIZE (json-iterator-go-v1.1.11_GH0.tar.gz) = 84401
296
SHA256 (jstemmer-go-junit-report-v0.9.1_GH0.tar.gz) = 4999e6d8feefe5b89eb9c2b3845a3c0ecdb6f0b0ba4e9785567a43f8952fff15
297
SIZE (jstemmer-go-junit-report-v0.9.1_GH0.tar.gz) = 17764
298
SHA256 (jtolds-gls-v4.20.0_GH0.tar.gz) = 5223a689f315fc53c5bc271b3a8259032cc74f5311a6d7c1f700a1c65d40c2b2
299
SIZE (jtolds-gls-v4.20.0_GH0.tar.gz) = 7306
300
SHA256 (jung-kurt-gofpdf-v1.16.2_GH0.tar.gz) = a3139d090d12a13d7020dfbe2097c53f7ba6fa529d72531f600b799aed6375d6
301
SIZE (jung-kurt-gofpdf-v1.16.2_GH0.tar.gz) = 2795841
302
SHA256 (klauspost-compress-v1.12.2_GH0.tar.gz) = 81903dc55aef9ada8df786e8edbaa4f4253a29da3068799360d74c2e1b863ebe
303
SIZE (klauspost-compress-v1.12.2_GH0.tar.gz) = 15347123
304
SHA256 (kubernetes-client-go-v0.18.8_GH0.tar.gz) = c1ac9c51356a63d7c6d326fa2bfc8703c99b1241754dffaecbc4e02d772973cf
305
SIZE (kubernetes-client-go-v0.18.8_GH0.tar.gz) = 727659
306
SHA256 (lib-pq-v1.10.0_GH0.tar.gz) = 1990027d230f36135b90f116f3e0edefa5062778108b124c16af142d2e1bf489
307
SIZE (lib-pq-v1.10.0_GH0.tar.gz) = 103675
308
SHA256 (linkedin-goavro-v2.10.0_GH0.tar.gz) = e80c3db8c209629dbeb84e90a303c4016bc6fc06969ee362c68a47e177d5f24e
309
SIZE (linkedin-goavro-v2.10.0_GH0.tar.gz) = 137250
310
SHA256 (magefile-mage-v1.11.0_GH0.tar.gz) = 8c7209e8b58a9f946e3d61912c4f02e97699485a5c6e1d8d19dff5fa8ccd891f
311
SIZE (magefile-mage-v1.11.0_GH0.tar.gz) = 8795144
312
SHA256 (mailru-easyjson-v0.7.6_GH0.tar.gz) = 36849ef77dc92330e2d9f006a4fb2ef871e11abfddcedec771b84ebfc2380ecc
313
SIZE (mailru-easyjson-v0.7.6_GH0.tar.gz) = 81195
314
SHA256 (mattermost-xml-roundtrip-validator-bcd7e1b9601e_GH0.tar.gz) = 8b029207467e5b27f79a85a61224c2767d552bc064a5486ac9eeaf664b12e8ac
315
SIZE (mattermost-xml-roundtrip-validator-bcd7e1b9601e_GH0.tar.gz) = 13116
316
SHA256 (mattetti-filebuffer-v1.0.1_GH0.tar.gz) = 2d720083e00ce93fbe1cc5fd9dfbd648c93c78e94ab24cac2284d4c7ee9100ac
317
SIZE (mattetti-filebuffer-v1.0.1_GH0.tar.gz) = 4728
318
SHA256 (mattn-go-colorable-v0.1.8_GH0.tar.gz) = 1027954f9abbe06b6e117e3047af70204dd0eb4f8c27fcd459fb2574b279755f
319
SIZE (mattn-go-colorable-v0.1.8_GH0.tar.gz) = 9571
320
SHA256 (mattn-go-isatty-v0.0.12_GH0.tar.gz) = addbdc341d7685ed4cc8d2d8a8fd2bd9b784bde00d0ea99fb251039fc10c611c
321
SIZE (mattn-go-isatty-v0.0.12_GH0.tar.gz) = 4548
322
SHA256 (mattn-go-runewidth-v0.0.9_GH0.tar.gz) = 4f20a337ad06e071f29535afe9c5207d3e8840c8c86672bbc5f9837c6229c835
323
SIZE (mattn-go-runewidth-v0.0.9_GH0.tar.gz) = 16714
324
SHA256 (mattn-go-sqlite3-v1.14.7_GH0.tar.gz) = ed9922998dc82553a7cc5889747b123fc216a15036e7c3e1bdeea1acb68bc584
325
SIZE (mattn-go-sqlite3-v1.14.7_GH0.tar.gz) = 2391718
326
SHA256 (matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 2def0ee6f6b12b1efc0e3007d89f598608a072610e805c3655ea9d13c3ead49b
327
SIZE (matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 37184
328
SHA256 (miekg-dns-v1.1.41_GH0.tar.gz) = c807ee900b039dfb117b86548702459f4902cf18020b41797d337ec33d9eeee8
329
SIZE (miekg-dns-v1.1.41_GH0.tar.gz) = 199522
330
SHA256 (mitchellh-go-testing-interface-v1.0.0_GH0.tar.gz) = 6f32e180f1244fe5c512e6c1361fab865202cc1330e0ec9a6d6687d004f98c68
331
SIZE (mitchellh-go-testing-interface-v1.0.0_GH0.tar.gz) = 2808
332
SHA256 (mitchellh-mapstructure-v1.4.1_GH0.tar.gz) = d936baa5006f7dda1346aff863745a110981f7583a1184e93b9077fa52cd4048
333
SIZE (mitchellh-mapstructure-v1.4.1_GH0.tar.gz) = 27826
334
SHA256 (mna-redisc-v1.1.7_GH0.tar.gz) = c3adb0c3170d0174fb28005af05ee5769c638be94e2bf58f03451f7461412d7c
335
SIZE (mna-redisc-v1.1.7_GH0.tar.gz) = 54298
336
SHA256 (modern-go-concurrent-bacd9c7ef1dd_GH0.tar.gz) = d673e902118a6ece63198dc7e0961e904d0410f142726df0936ec1a52035a60f
337
SIZE (modern-go-concurrent-bacd9c7ef1dd_GH0.tar.gz) = 7526
338
SHA256 (modern-go-reflect2-v1.0.1_GH0.tar.gz) = d24e856d9aa8fd51b9e6c2cdd712a44c8d18cb8b72802f1bd16e0470322363fd
339
SIZE (modern-go-reflect2-v1.0.1_GH0.tar.gz) = 14394
340
SHA256 (mongodb-mongo-go-driver-v1.5.1_GH0.tar.gz) = 88f5435d831344ad872957998437d618ea5980848ec2f6092973760d8c583618
341
SIZE (mongodb-mongo-go-driver-v1.5.1_GH0.tar.gz) = 6092418
342
SHA256 (mpvl-unique-cbe035fff7de_GH0.tar.gz) = 1df1d0207d73c4fd10bd3fc954b03d4cf8e175c42e74b18c93ec0ea737760c19
343
SIZE (mpvl-unique-cbe035fff7de_GH0.tar.gz) = 2585
344
SHA256 (mwitkow-go-conntrack-2f068394615f_GH0.tar.gz) = 5bb72eaf9a4ffd7d0353fa6944951d244df89d879ac36d4b9860fd159162dd81
345
SIZE (mwitkow-go-conntrack-2f068394615f_GH0.tar.gz) = 17140
346
SHA256 (oklog-run-v1.1.0_GH0.tar.gz) = 00c8e2d2071fca7db49027aaaf1e846fa863c4d8a5be33b49898d828ba88cdb5
347
SIZE (oklog-run-v1.1.0_GH0.tar.gz) = 7991
348
SHA256 (oklog-ulid-v1.3.1_GH0.tar.gz) = 499a6ee77ca473a44ad9f11425a8f87f6c02ff1221b11f24d13bee13ce632640
349
SIZE (oklog-ulid-v1.3.1_GH0.tar.gz) = 55582
350
SHA256 (olekukonko-tablewriter-v0.0.5_GH0.tar.gz) = 14a1294a8267facc9bc99a230b8871517e6db284ccc7e39030313befa124677f
351
SIZE (olekukonko-tablewriter-v0.0.5_GH0.tar.gz) = 19568
352
SHA256 (open-telemetry-opentelemetry-collector-v0.27.0_GH0.tar.gz) = bcc43ab6d966abf788bb6884f64194dfb751d55024c04fa07ff50692bf1e0e4f
353
SIZE (open-telemetry-opentelemetry-collector-v0.27.0_GH0.tar.gz) = 5973269
354
SHA256 (opentracing-contrib-go-grpc-73cb765af46e_GH0.tar.gz) = b62989b2baf39fc21dc677df58744aed15e4a8f94ba3afad7765b1f738edb7c5
355
SIZE (opentracing-contrib-go-grpc-73cb765af46e_GH0.tar.gz) = 15912
356
SHA256 (opentracing-contrib-go-stdlib-v1.0.0_GH0.tar.gz) = 9b9f3acf86ffe123b4c67f780aa2cfb2203891bacc2da3b6344112c4d0a18e1a
357
SIZE (opentracing-contrib-go-stdlib-v1.0.0_GH0.tar.gz) = 15471
358
SHA256 (opentracing-opentracing-go-v1.2.0_GH0.tar.gz) = cb32b383422a9aae11d260657d52a3789bd799802881b9ced3ee82c370be6f76
359
SIZE (opentracing-opentracing-go-v1.2.0_GH0.tar.gz) = 35914
360
SHA256 (patrickmn-go-cache-v2.1.0_GH0.tar.gz) = 3ab025f2f580f8818a5357db52596fef1b0ad5945816a022c8b805ba46dc93be
361
SIZE (patrickmn-go-cache-v2.1.0_GH0.tar.gz) = 13572
362
SHA256 (pkg-browser-ce105d075bb4_GH0.tar.gz) = 796b05c5a0f081994403ad19158188a153ea2e72cdb14a458678fd5a7c34dbed
363
SIZE (pkg-browser-ce105d075bb4_GH0.tar.gz) = 4194
364
SHA256 (pkg-errors-v0.9.1_GH0.tar.gz) = 56bfd893023daa498508bfe161de1be83299fcf15376035e7df79cbd7d6fa608
365
SIZE (pkg-errors-v0.9.1_GH0.tar.gz) = 13415
366
SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda
367
SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398
368
SHA256 (prometheus-alertmanager-v0.22.0_GH0.tar.gz) = 8435abadccc31bec2de20e1c90a47e77f58b6271e2b0a03e2b031446b8963226
369
SIZE (prometheus-alertmanager-v0.22.0_GH0.tar.gz) = 2087676
370
SHA256 (prometheus-client_golang-v1.10.0_GH0.tar.gz) = e7305f84aa6553d9dd4bfd148d29289df36a9df82dae7be3c6eda62feb56f3d1
371
SIZE (prometheus-client_golang-v1.10.0_GH0.tar.gz) = 176316
372
SHA256 (prometheus-client_model-v0.2.0_GH0.tar.gz) = 4ab1be9cdfa702d7f49beeb09a256bcc6a2aad55e8a0a37e7732a46934264e12
373
SIZE (prometheus-client_model-v0.2.0_GH0.tar.gz) = 10986
374
SHA256 (prometheus-common-v0.24.0_GH0.tar.gz) = 899b359d81ff272cf546301841c485c90270c4e8694f75b975e182d999652bfd
375
SIZE (prometheus-common-v0.24.0_GH0.tar.gz) = 127737
376
SHA256 (prometheus-node_exporter-01054558c289_GH0.tar.gz) = 2d8e7a9a1a9d03182d2a0c23a6709d60b8c78c0269ad6b5c4dec88108784fabe
377
SIZE (prometheus-node_exporter-01054558c289_GH0.tar.gz) = 2759994
378
SHA256 (prometheus-procfs-v0.6.0_GH0.tar.gz) = 6ad7a23cf4db9fa5dbf2c5d8fbd0fbf5ffe48e3ddb7bf15f9359813d764ce73c
379
SIZE (prometheus-procfs-v0.6.0_GH0.tar.gz) = 169898
380
SHA256 (prometheus-prometheus-2a4b8e12bbf2_GH0.tar.gz) = 2936521cd57e3f3f8c532533924f3d5473effa51f1277406eb72abb265cf417f
381
SIZE (prometheus-prometheus-2a4b8e12bbf2_GH0.tar.gz) = 5639603
382
SHA256 (protocolbuffers-protobuf-go-v1.26.0_GH0.tar.gz) = 26218474bcf776ecf32d7d194c6bfaca8e7b4f0c087e5b595fd50fbb31409676
383
SIZE (protocolbuffers-protobuf-go-v1.26.0_GH0.tar.gz) = 1270215
384
SHA256 (rainycape-unidecode-cb7f23ec59be_GH0.tar.gz) = cd66a7ee66c8061c2d05585058323d0bcc6692761db94885511762428acfef96
385
SIZE (rainycape-unidecode-cb7f23ec59be_GH0.tar.gz) = 387823
386
SHA256 (robfig-cron-b41be1df6967_GH0.tar.gz) = d1fe0b58e76e916940d9f088f76b7f894cab754769c3fed56f64f0f0c29e0a92
387
SIZE (robfig-cron-b41be1df6967_GH0.tar.gz) = 14981
388
SHA256 (robfig-cron-v3.0.1_GH0.tar.gz) = ef97328622b5eac7adfb1aa47ddab7b3f68271b9a9b76e5bc07bf2ad65bb051a
389
SIZE (robfig-cron-v3.0.1_GH0.tar.gz) = 25639
390
SHA256 (rs-cors-v1.7.0_GH0.tar.gz) = 7cd0991ab30502e3c442c0a8ec153c58a1d5cbdc2c74af022f8d2354d65af6b8
391
SIZE (rs-cors-v1.7.0_GH0.tar.gz) = 12147
392
SHA256 (russellhaering-goxmldsig-v1.1.0_GH0.tar.gz) = 50837e3c87af633d8edce12d51ecab906443a5efe5d79e1c537d5942b21e4f71
393
SIZE (russellhaering-goxmldsig-v1.1.0_GH0.tar.gz) = 28875
394
SHA256 (russross-blackfriday-v2.0.1_GH0.tar.gz) = 5a0f38a36b6f3b2d59b72d713451a895a4d3a4406b3533882483782e37797cff
395
SIZE (russross-blackfriday-v2.0.1_GH0.tar.gz) = 79613
396
SHA256 (sean--seed-e2103e2c3529_GH0.tar.gz) = 2c46372999670ca4411cc2a08d02b4a79818c15df219b1775073e161d22e3933
397
SIZE (sean--seed-e2103e2c3529_GH0.tar.gz) = 3423
398
SHA256 (sercand-kuberesolver-v2.4.0_GH0.tar.gz) = 6281454bfbc21ba9f19aad136986f467cdcc417978e47ce1ed7053d2a512112b
399
SIZE (sercand-kuberesolver-v2.4.0_GH0.tar.gz) = 10678
400
SHA256 (sergi-go-diff-v1.0.0_GH0.tar.gz) = 5a07596dcdee6e089b49309162c8e63bc02400652897a1f529d37f0602868dea
401
SIZE (sergi-go-diff-v1.0.0_GH0.tar.gz) = 41609
402
SHA256 (shurcooL-httpfs-8d4bc4ba7749_GH0.tar.gz) = 761fc18152b6998a40b6aa8169fa1275cbbbdba0632096bf5a004a8c5d1c9d99
403
SIZE (shurcooL-httpfs-8d4bc4ba7749_GH0.tar.gz) = 8713
404
SHA256 (shurcooL-sanitized_anchor_name-v1.0.0_GH0.tar.gz) = 7e11964980f9b8595c17bc8970f0174621afe464920e38df7f8d77e45058388f
405
SIZE (shurcooL-sanitized_anchor_name-v1.0.0_GH0.tar.gz) = 2143
406
SHA256 (shurcooL-vfsgen-0d455de96546_GH0.tar.gz) = e54c6fad553f915401861a2c687c53f2b44c8ad9a209ceac174b85be75e4669f
407
SIZE (shurcooL-vfsgen-0d455de96546_GH0.tar.gz) = 13648
408
SHA256 (sirupsen-logrus-v1.7.0_GH0.tar.gz) = a7baaa1c646441d002f3867b5998b6b45b629ecfad317d468a981e23e0c9c6ca
409
SIZE (sirupsen-logrus-v1.7.0_GH0.tar.gz) = 46392
410
SHA256 (smartystreets-assertions-v1.0.1_GH0.tar.gz) = 08c16dcfd4cbed91e504f4e31033bbf5251ed2fdee13b42e2c64befb075fac40
411
SIZE (smartystreets-assertions-v1.0.1_GH0.tar.gz) = 84573
412
SHA256 (smartystreets-goconvey-v1.6.4_GH0.tar.gz) = 88714f84d0a989c4ba60e1f2b65e426dc7e23058ca0b9f06cb77613cb22b010b
413
SIZE (smartystreets-goconvey-v1.6.4_GH0.tar.gz) = 1478622
414
SHA256 (square-go-jose-v2.5.1_GH0.tar.gz) = 74c65592183c542b254eb2933f7a99ee869abdf9e7ac02aad4d9f0dce980ace8
415
SIZE (square-go-jose-v2.5.1_GH0.tar.gz) = 309860
416
SHA256 (stretchr-objx-v0.2.0_GH0.tar.gz) = be7dce02798cdc24cee6bd2d95bfcf6976b1521ef735349bf5e7dfe6d147746f
417
SIZE (stretchr-objx-v0.2.0_GH0.tar.gz) = 79981
418
SHA256 (stretchr-testify-v1.7.0_GH0.tar.gz) = 560c0984072cb436b17bbce5699b205d5aa2beb58ef7a94530d7724b5739a8d6
419
SIZE (stretchr-testify-v1.7.0_GH0.tar.gz) = 91073
420
SHA256 (teris-io-shortid-771a37caa5cf_GH0.tar.gz) = 79146ef4720e5afc1548c4953e0cc07988efbce613cb00c2938b0b69edf60e3b
421
SIZE (teris-io-shortid-771a37caa5cf_GH0.tar.gz) = 8667
422
SHA256 (timberio-go-datemath-74ddef604fff_GH0.tar.gz) = f588657a4719a9bfeee27c7ef3a92dbec32d29f63dfc093b92f2c6351d5a8863
423
SIZE (timberio-go-datemath-74ddef604fff_GH0.tar.gz) = 14165
424
SHA256 (ua-parser-uap-go-daf92ba38329_GH0.tar.gz) = 459974bd7f40b3fc102843842f0e87e4632da5bc842820e7e75e782df96a2095
425
SIZE (ua-parser-uap-go-daf92ba38329_GH0.tar.gz) = 2639501
426
SHA256 (uber-go-atomic-v1.7.0_GH0.tar.gz) = 4d655e90a23d023b36607e2ce94c3b7bf650d41c81c0faff32432581d9099ad1
427
SIZE (uber-go-atomic-v1.7.0_GH0.tar.gz) = 18566
428
SHA256 (uber-go-goleak-v1.1.10_GH0.tar.gz) = 99ccfd2270aebb09e5c1693094d1da5f47be09689fd515b623657f75e6dc2c40
429
SIZE (uber-go-goleak-v1.1.10_GH0.tar.gz) = 12098
430
SHA256 (uber-jaeger-client-go-v2.27.0_GH0.tar.gz) = 7590acdefcbbf9553bd3415bc7e5ec977731646363c5350d56faba31a097d996
431
SIZE (uber-jaeger-client-go-v2.27.0_GH0.tar.gz) = 210139
432
SHA256 (uber-jaeger-lib-v2.4.1_GH0.tar.gz) = c178bcad325857dba29551c16f40707701adf6e3a9e01e1ca3e5edfc3c6de8bc
433
SIZE (uber-jaeger-lib-v2.4.1_GH0.tar.gz) = 38010
434
SHA256 (unknwon-com-v1.0.1_GH0.tar.gz) = 3113324f2249e9a135eea008c75f56b7cb39e9625e0a3e0bff5e764211c5f76a
435
SIZE (unknwon-com-v1.0.1_GH0.tar.gz) = 20766
436
SHA256 (urfave-cli-v2.3.0_GH0.tar.gz) = b17376246f1477157daab86d4a1562d6b004f5be0d15dfc61ebd8bb129384e6b
437
SIZE (urfave-cli-v2.3.0_GH0.tar.gz) = 3408283
438
SHA256 (weaveworks-common-009d1eebd624_GH0.tar.gz) = 1078078f71e021a50760180db8e9a0ab5bd43c33bc8f93f24056060df2d7c04e
439
SIZE (weaveworks-common-009d1eebd624_GH0.tar.gz) = 160525
440
SHA256 (weaveworks-promrus-v1.2.0_GH0.tar.gz) = c64ca5530182a9143bdde490f82301b3e1c518aa6db82b86d18be2aa736dd152
441
SIZE (weaveworks-promrus-v1.2.0_GH0.tar.gz) = 2860315
442
SHA256 (xorcare-pointer-v1.1.0_GH0.tar.gz) = 492fcd38b22b7feee77007f65bf54cb18db806cd18121dc263b6306941a3c8b1
443
SIZE (xorcare-pointer-v1.1.0_GH0.tar.gz) = 7610
444
SHA256 (yudai-gojsondiff-v1.0.0_GH0.tar.gz) = 0201cada9e0ed69da611ad169b4be2cc10154c2970d1166ff06ab617b981df7a
445
SIZE (yudai-gojsondiff-v1.0.0_GH0.tar.gz) = 578577
446
SHA256 (yudai-golcs-ecda9a501e82_GH0.tar.gz) = 080b0331f2d3e1f96446247afdc1c095d2ba2aca63a9b353fc4621e881d1dfa7
447
SIZE (yudai-golcs-ecda9a501e82_GH0.tar.gz) = 3700
(-)b/www/grafana8/files/grafana.in (+77 lines)
Added Link Here
1
#!/bin/sh
2
3
# PROVIDE: grafana
4
# REQUIRE: LOGIN
5
# KEYWORD: shutdown
6
7
# Add the following lines to /etc/rc.conf to enable grafana
8
# grafana_enable="YES"
9
#
10
# grafana_enable (bool):
11
#     Set it to YES to enable grafana
12
#     Set to NO by default
13
# grafana_user (string):
14
#     Set user that grafana will run under
15
#     Default is "%%GRAFANA_USER%%"
16
# grafana_group (string):
17
#     Set group that own grafana files
18
#     Default is "%%GRAFANA_GROUP%%"
19
# grafana_config (string)
20
#     Set full path to config file
21
#     Default is "%%ETCDIR%%/grafana.ini"
22
# grafana_homepath (string)
23
#     Set full path to homepath dir
24
#     Default is "%%GRAFANA_HOMEDIR%%"
25
# grafana_syslog_output_enable (bool)
26
#     Set it to YES to enable stdout/stderr syslog output
27
#     Set to NO by default
28
# grafana_syslog_output_tag (str)
29
#     Set syslog tag if syslog enabled
30
#     Default is "grafana"
31
# grafana_args (string)
32
#     Set additional command line arguments
33
#     Default is ""
34
35
. /etc/rc.subr
36
37
name=grafana
38
rcvar=grafana_enable
39
40
load_rc_config $name
41
42
: ${grafana_enable:="NO"}
43
: ${grafana_user:="%%GRAFANA_USER%%"}
44
: ${grafana_group:="%%GRAFANA_GROUP%%"}
45
: ${grafana_config:="%%ETCDIR%%/grafana.ini"}
46
: ${grafana_homepath:="%%GRAFANA_HOMEDIR%%"}
47
: ${grafana_syslog_output_enable:="NO"}
48
49
if checkyesno grafana_syslog_output_enable; then
50
	if [ -n "${grafana_syslog_output_tag}" ]; then
51
		grafana_syslog_output_flags="-T ${grafana_syslog_output_tag}"
52
	else
53
		grafana_syslog_output_flags="-T ${name}"
54
	fi
55
fi
56
57
pidfile="/var/run/${name}/${name}.pid"
58
required_files="${grafana_config}"
59
60
procname="%%PREFIX%%/bin/grafana-server"
61
command="/usr/sbin/daemon"
62
command_args="-f ${grafana_syslog_output_flags} -p ${pidfile} -t ${name} \
63
	/usr/bin/env ${grafana_env} ${procname} \
64
	-config=${grafana_config} \
65
	-homepath=${grafana_homepath} \
66
	${grafana_args}"
67
68
start_precmd="grafana_start_precmd"
69
70
grafana_start_precmd()
71
{
72
	if [ ! -d "/var/run/${name}" ]; then
73
		install -d -m 0750 -o ${grafana_user} -g ${grafana_group} "/var/run/${name}"
74
	fi
75
}
76
77
run_rc_command "$1"
(-)b/www/grafana8/files/grafana.ini.in (+975 lines)
Added Link Here
1
##################### Grafana Configuration Example #####################
2
#
3
# Everything has defaults so you only need to uncomment things you want to
4
# change
5
6
# possible values : production, development
7
;app_mode = production
8
9
# instance name, defaults to HOSTNAME environment variable value or hostname if HOSTNAME var is empty
10
;instance_name = ${HOSTNAME}
11
12
#################################### Paths ####################################
13
[paths]
14
# Path to where grafana can store temp files, sessions, and the sqlite3 db (if that is used)
15
data = %%GRAFANA_DATADIR%%
16
17
# Temporary files in `data` directory older than given duration will be removed
18
;temp_data_lifetime = 24h
19
20
# Directory where grafana can store logs
21
logs = %%GRAFANA_LOGDIR%%
22
23
# Directory where grafana will automatically scan and look for plugins
24
plugins = %%GRAFANA_PLUGINDIR%%
25
26
# folder that contains provisioning config files that grafana will apply on startup and while running.
27
provisioning = %%GRAFANA_PROVISIONINGDIR%%
28
29
#################################### Server ####################################
30
[server]
31
# Protocol (http, https, h2, socket)
32
;protocol = http
33
34
# The ip address to bind to, empty will bind to all interfaces
35
;http_addr =
36
37
# The http port  to use
38
;http_port = 3000
39
40
# The public facing domain name used to access grafana from a browser
41
;domain = localhost
42
43
# Redirect to correct domain if host header does not match domain
44
# Prevents DNS rebinding attacks
45
;enforce_domain = false
46
47
# The full public facing url you use in browser, used for redirects and emails
48
# If you use reverse proxy and sub path specify full url (with sub path)
49
;root_url = %(protocol)s://%(domain)s:%(http_port)s/
50
51
# Serve Grafana from subpath specified in `root_url` setting. By default it is set to `false` for compatibility reasons.
52
;serve_from_sub_path = false
53
54
# Log web requests
55
;router_logging = false
56
57
# the path relative working path
58
;static_root_path = public
59
60
# enable gzip
61
;enable_gzip = false
62
63
# https certs & key file
64
;cert_file =
65
;cert_key =
66
67
# Unix socket path
68
;socket =
69
70
# CDN Url
71
;cdn_url =
72
73
# Sets the maximum time using a duration format (5s/5m/5ms) before timing out read of an incoming request and closing idle connections.
74
# `0` means there is no timeout for reading the request.
75
;read_timeout = 0
76
77
#################################### Database ####################################
78
[database]
79
# You can configure the database connection by specifying type, host, name, user and password
80
# as separate properties or as on string using the url properties.
81
82
# Either "mysql", "postgres" or "sqlite3", it's your choice
83
;type = sqlite3
84
;host = 127.0.0.1:3306
85
;name = grafana
86
;user = root
87
# If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;"""
88
;password =
89
90
# Use either URL or the previous fields to configure the database
91
# Example: mysql://user:secret@host:port/database
92
;url =
93
94
# For "postgres" only, either "disable", "require" or "verify-full"
95
;ssl_mode = disable
96
97
# Database drivers may support different transaction isolation levels.
98
# Currently, only "mysql" driver supports isolation levels.
99
# If the value is empty - driver's default isolation level is applied.
100
# For "mysql" use "READ-UNCOMMITTED", "READ-COMMITTED", "REPEATABLE-READ" or "SERIALIZABLE".
101
;isolation_level =
102
103
;ca_cert_path =
104
;client_key_path =
105
;client_cert_path =
106
;server_cert_name =
107
108
# For "sqlite3" only, path relative to data_path setting
109
;path = grafana.db
110
111
# Max idle conn setting default is 2
112
;max_idle_conn = 2
113
114
# Max conn setting default is 0 (mean not set)
115
;max_open_conn =
116
117
# Connection Max Lifetime default is 14400 (means 14400 seconds or 4 hours)
118
;conn_max_lifetime = 14400
119
120
# Set to true to log the sql calls and execution times.
121
;log_queries =
122
123
# For "sqlite3" only. cache mode setting used for connecting to the database. (private, shared)
124
;cache_mode = private
125
126
################################### Data sources #########################
127
[datasources]
128
# Upper limit of data sources that Grafana will return. This limit is a temporary configuration and it will be deprecated when pagination will be introduced on the list data sources API.
129
;datasource_limit = 5000
130
131
#################################### Cache server #############################
132
[remote_cache]
133
# Either "redis", "memcached" or "database" default is "database"
134
;type = database
135
136
# cache connectionstring options
137
# database: will use Grafana primary database.
138
# redis: config like redis server e.g. `addr=127.0.0.1:6379,pool_size=100,db=0,ssl=false`. Only addr is required. ssl may be 'true', 'false', or 'insecure'.
139
# memcache: 127.0.0.1:11211
140
;connstr =
141
142
#################################### Data proxy ###########################
143
[dataproxy]
144
145
# This enables data proxy logging, default is false
146
;logging = false
147
148
# How long the data proxy waits to read the headers of the response before timing out, default is 30 seconds.
149
# This setting also applies to core backend HTTP data sources where query requests use an HTTP client with timeout set.
150
;timeout = 30
151
152
# How long the data proxy waits to establish a TCP connection before timing out, default is 10 seconds.
153
;dialTimeout = 10
154
155
# How many seconds the data proxy waits before sending a keepalive probe request.
156
;keep_alive_seconds = 30
157
158
# How many seconds the data proxy waits for a successful TLS Handshake before timing out.
159
;tls_handshake_timeout_seconds = 10
160
161
# How many seconds the data proxy will wait for a server's first response headers after
162
# fully writing the request headers if the request has an "Expect: 100-continue"
163
# header. A value of 0 will result in the body being sent immediately, without
164
# waiting for the server to approve.
165
;expect_continue_timeout_seconds = 1
166
167
# The maximum number of idle connections that Grafana will keep alive.
168
;max_idle_connections = 100
169
170
# The maximum number of idle connections per host that Grafana will keep alive.
171
;max_idle_connections_per_host = 2
172
173
# How many seconds the data proxy keeps an idle connection open before timing out.
174
;idle_conn_timeout_seconds = 90
175
176
# If enabled and user is not anonymous, data proxy will add X-Grafana-User header with username into the request, default is false.
177
;send_user_header = false
178
179
#################################### Analytics ####################################
180
[analytics]
181
# Server reporting, sends usage counters to stats.grafana.org every 24 hours.
182
# No ip addresses are being tracked, only simple counters to track
183
# running instances, dashboard and error counts. It is very helpful to us.
184
# Change this option to false to disable reporting.
185
;reporting_enabled = true
186
187
# The name of the distributor of the Grafana instance. Ex hosted-grafana, grafana-labs
188
;reporting_distributor = grafana-labs
189
190
# Set to false to disable all checks to https://grafana.net
191
# for new versions (grafana itself and plugins), check is used
192
# in some UI views to notify that grafana or plugin update exists
193
# This option does not cause any auto updates, nor send any information
194
# only a GET request to http://grafana.com to get latest versions
195
;check_for_updates = true
196
197
# Google Analytics universal tracking code, only enabled if you specify an id here
198
;google_analytics_ua_id =
199
200
# Google Tag Manager ID, only enabled if you specify an id here
201
;google_tag_manager_id =
202
203
#################################### Security ####################################
204
[security]
205
# disable creation of admin user on first start of grafana
206
;disable_initial_admin_creation = false
207
208
# default admin user, created on startup
209
;admin_user = admin
210
211
# default admin password, can be changed before first start of grafana,  or in profile settings
212
;admin_password = admin
213
214
# used for signing
215
;secret_key = SW2YcwTIb9zpOOhoPsMm
216
217
# disable gravatar profile images
218
;disable_gravatar = false
219
220
# data source proxy whitelist (ip_or_domain:port separated by spaces)
221
;data_source_proxy_whitelist =
222
223
# disable protection against brute force login attempts
224
;disable_brute_force_login_protection = false
225
226
# set to true if you host Grafana behind HTTPS. default is false.
227
;cookie_secure = false
228
229
# set cookie SameSite attribute. defaults to `lax`. can be set to "lax", "strict", "none" and "disabled"
230
;cookie_samesite = lax
231
232
# set to true if you want to allow browsers to render Grafana in a <frame>, <iframe>, <embed> or <object>. default is false.
233
;allow_embedding = false
234
235
# Set to true if you want to enable http strict transport security (HSTS) response header.
236
# This is only sent when HTTPS is enabled in this configuration.
237
# HSTS tells browsers that the site should only be accessed using HTTPS.
238
;strict_transport_security = false
239
240
# Sets how long a browser should cache HSTS. Only applied if strict_transport_security is enabled.
241
;strict_transport_security_max_age_seconds = 86400
242
243
# Set to true if to enable HSTS preloading option. Only applied if strict_transport_security is enabled.
244
;strict_transport_security_preload = false
245
246
# Set to true if to enable the HSTS includeSubDomains option. Only applied if strict_transport_security is enabled.
247
;strict_transport_security_subdomains = false
248
249
# Set to true to enable the X-Content-Type-Options response header.
250
# The X-Content-Type-Options response HTTP header is a marker used by the server to indicate that the MIME types advertised
251
# in the Content-Type headers should not be changed and be followed.
252
;x_content_type_options = true
253
254
# Set to true to enable the X-XSS-Protection header, which tells browsers to stop pages from loading
255
# when they detect reflected cross-site scripting (XSS) attacks.
256
;x_xss_protection = true
257
258
# Enable adding the Content-Security-Policy header to your requests.
259
# CSP allows to control resources the user agent is allowed to load and helps prevent XSS attacks.
260
;content_security_policy = false
261
262
# Set Content Security Policy template used when adding the Content-Security-Policy header to your requests.
263
# $NONCE in the template includes a random nonce.
264
# $ROOT_PATH is server.root_url without the protocol.
265
;content_security_policy_template = """script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' $NONCE;object-src 'none';font-src 'self';style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com ws://$ROOT_PATH wss://$ROOT_PATH;manifest-src 'self';media-src 'none';form-action 'self';"""
266
267
#################################### Snapshots ###########################
268
[snapshots]
269
# snapshot sharing options
270
;external_enabled = true
271
;external_snapshot_url = https://snapshots-origin.raintank.io
272
;external_snapshot_name = Publish to snapshot.raintank.io
273
274
# Set to true to enable this Grafana instance act as an external snapshot server and allow unauthenticated requests for
275
# creating and deleting snapshots.
276
;public_mode = false
277
278
# remove expired snapshot
279
;snapshot_remove_expired = true
280
281
#################################### Dashboards History ##################
282
[dashboards]
283
# Number dashboard versions to keep (per dashboard). Default: 20, Minimum: 1
284
;versions_to_keep = 20
285
286
# Minimum dashboard refresh interval. When set, this will restrict users to set the refresh interval of a dashboard lower than given interval. Per default this is 5 seconds.
287
# The interval string is a possibly signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s or 1m.
288
;min_refresh_interval = 5s
289
290
# Path to the default home dashboard. If this value is empty, then Grafana uses StaticRootPath + "dashboards/home.json"
291
;default_home_dashboard_path =
292
293
#################################### Users ###############################
294
[users]
295
# disable user signup / registration
296
;allow_sign_up = true
297
298
# Allow non admin users to create organizations
299
;allow_org_create = true
300
301
# Set to true to automatically assign new users to the default organization (id 1)
302
;auto_assign_org = true
303
304
# Set this value to automatically add new users to the provided organization (if auto_assign_org above is set to true)
305
;auto_assign_org_id = 1
306
307
# Default role new users will be automatically assigned (if disabled above is set to true)
308
;auto_assign_org_role = Viewer
309
310
# Require email validation before sign up completes
311
;verify_email_enabled = false
312
313
# Background text for the user field on the login page
314
;login_hint = email or username
315
;password_hint = password
316
317
# Default UI theme ("dark" or "light")
318
;default_theme = dark
319
320
# Path to a custom home page. Users are only redirected to this if the default home dashboard is used. It should match a frontend route and contain a leading slash.
321
; home_page =
322
323
# External user management, these options affect the organization users view
324
;external_manage_link_url =
325
;external_manage_link_name =
326
;external_manage_info =
327
328
# Viewers can edit/inspect dashboard settings in the browser. But not save the dashboard.
329
;viewers_can_edit = false
330
331
# Editors can administrate dashboard, folders and teams they create
332
;editors_can_admin = false
333
334
# The duration in time a user invitation remains valid before expiring. This setting should be expressed as a duration. Examples: 6h (hours), 2d (days), 1w (week). Default is 24h (24 hours). The minimum supported duration is 15m (15 minutes).
335
;user_invite_max_lifetime_duration = 24h
336
337
# Enter a comma-separated list of users login to hide them in the Grafana UI. These users are shown to Grafana admins and themselves.
338
; hidden_users =
339
340
[auth]
341
# Login cookie name
342
;login_cookie_name = grafana_session
343
344
# The maximum lifetime (duration) an authenticated user can be inactive before being required to login at next visit. Default is 7 days (7d). This setting should be expressed as a duration, e.g. 5m (minutes), 6h (hours), 10d (days), 2w (weeks), 1M (month). The lifetime resets at each successful token rotation.
345
;login_maximum_inactive_lifetime_duration =
346
347
# The maximum lifetime (duration) an authenticated user can be logged in since login time before being required to login. Default is 30 days (30d). This setting should be expressed as a duration, e.g. 5m (minutes), 6h (hours), 10d (days), 2w (weeks), 1M (month).
348
;login_maximum_lifetime_duration =
349
350
# How often should auth tokens be rotated for authenticated users when being active. The default is each 10 minutes.
351
;token_rotation_interval_minutes = 10
352
353
# Set to true to disable (hide) the login form, useful if you use OAuth, defaults to false
354
;disable_login_form = false
355
356
# Set to true to disable the sign out link in the side menu. Useful if you use auth.proxy or auth.jwt, defaults to false
357
;disable_signout_menu = false
358
359
# URL to redirect the user to after sign out
360
;signout_redirect_url =
361
362
# Set to true to attempt login with OAuth automatically, skipping the login screen.
363
# This setting is ignored if multiple OAuth providers are configured.
364
;oauth_auto_login = false
365
366
# OAuth state max age cookie duration in seconds. Defaults to 600 seconds.
367
;oauth_state_cookie_max_age = 600
368
369
# limit of api_key seconds to live before expiration
370
;api_key_max_seconds_to_live = -1
371
372
# Set to true to enable SigV4 authentication option for HTTP-based datasources.
373
;sigv4_auth_enabled = false
374
375
#################################### Anonymous Auth ######################
376
[auth.anonymous]
377
# enable anonymous access
378
;enabled = false
379
380
# specify organization name that should be used for unauthenticated users
381
;org_name = Main Org.
382
383
# specify role for unauthenticated users
384
;org_role = Viewer
385
386
# mask the Grafana version number for unauthenticated users
387
;hide_version = false
388
389
#################################### GitHub Auth ##########################
390
[auth.github]
391
;enabled = false
392
;allow_sign_up = true
393
;client_id = some_id
394
;client_secret = some_secret
395
;scopes = user:email,read:org
396
;auth_url = https://github.com/login/oauth/authorize
397
;token_url = https://github.com/login/oauth/access_token
398
;api_url = https://api.github.com/user
399
;allowed_domains =
400
;team_ids =
401
;allowed_organizations =
402
403
#################################### GitLab Auth #########################
404
[auth.gitlab]
405
;enabled = false
406
;allow_sign_up = true
407
;client_id = some_id
408
;client_secret = some_secret
409
;scopes = api
410
;auth_url = https://gitlab.com/oauth/authorize
411
;token_url = https://gitlab.com/oauth/token
412
;api_url = https://gitlab.com/api/v4
413
;allowed_domains =
414
;allowed_groups =
415
416
#################################### Google Auth ##########################
417
[auth.google]
418
;enabled = false
419
;allow_sign_up = true
420
;client_id = some_client_id
421
;client_secret = some_client_secret
422
;scopes = https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email
423
;auth_url = https://accounts.google.com/o/oauth2/auth
424
;token_url = https://accounts.google.com/o/oauth2/token
425
;api_url = https://www.googleapis.com/oauth2/v1/userinfo
426
;allowed_domains =
427
;hosted_domain =
428
429
#################################### Grafana.com Auth ####################
430
[auth.grafana_com]
431
;enabled = false
432
;allow_sign_up = true
433
;client_id = some_id
434
;client_secret = some_secret
435
;scopes = user:email
436
;allowed_organizations =
437
438
#################################### Azure AD OAuth #######################
439
[auth.azuread]
440
;name = Azure AD
441
;enabled = false
442
;allow_sign_up = true
443
;client_id = some_client_id
444
;client_secret = some_client_secret
445
;scopes = openid email profile
446
;auth_url = https://login.microsoftonline.com/<tenant-id>/oauth2/v2.0/authorize
447
;token_url = https://login.microsoftonline.com/<tenant-id>/oauth2/v2.0/token
448
;allowed_domains =
449
;allowed_groups =
450
451
#################################### Okta OAuth #######################
452
[auth.okta]
453
;name = Okta
454
;enabled = false
455
;allow_sign_up = true
456
;client_id = some_id
457
;client_secret = some_secret
458
;scopes = openid profile email groups
459
;auth_url = https://<tenant-id>.okta.com/oauth2/v1/authorize
460
;token_url = https://<tenant-id>.okta.com/oauth2/v1/token
461
;api_url = https://<tenant-id>.okta.com/oauth2/v1/userinfo
462
;allowed_domains =
463
;allowed_groups =
464
;role_attribute_path =
465
;role_attribute_strict = false
466
467
#################################### Generic OAuth ##########################
468
[auth.generic_oauth]
469
;enabled = false
470
;name = OAuth
471
;allow_sign_up = true
472
;client_id = some_id
473
;client_secret = some_secret
474
;scopes = user:email,read:org
475
;empty_scopes = false
476
;email_attribute_name = email:primary
477
;email_attribute_path =
478
;login_attribute_path =
479
;name_attribute_path =
480
;id_token_attribute_name =
481
;auth_url = https://foo.bar/login/oauth/authorize
482
;token_url = https://foo.bar/login/oauth/access_token
483
;api_url = https://foo.bar/user
484
;allowed_domains =
485
;team_ids =
486
;allowed_organizations =
487
;role_attribute_path =
488
;role_attribute_strict = false
489
;tls_skip_verify_insecure = false
490
;tls_client_cert =
491
;tls_client_key =
492
;tls_client_ca =
493
494
#################################### Basic Auth ##########################
495
[auth.basic]
496
;enabled = true
497
498
#################################### Auth Proxy ##########################
499
[auth.proxy]
500
;enabled = false
501
;header_name = X-WEBAUTH-USER
502
;header_property = username
503
;auto_sign_up = true
504
;sync_ttl = 60
505
;whitelist = 192.168.1.1, 192.168.2.1
506
;headers = Email:X-User-Email, Name:X-User-Name
507
# Read the auth proxy docs for details on what the setting below enables
508
;enable_login_token = false
509
510
#################################### Auth JWT ##########################
511
[auth.jwt]
512
;enabled = true
513
;header_name = X-JWT-Assertion
514
;email_claim = sub
515
;username_claim = sub
516
;jwk_set_url = https://foo.bar/.well-known/jwks.json
517
;jwk_set_file = /path/to/jwks.json
518
;cache_ttl = 60m
519
;expected_claims = {"aud": ["foo", "bar"]}
520
;key_file = /path/to/key/file
521
522
#################################### Auth LDAP ##########################
523
[auth.ldap]
524
;enabled = false
525
;config_file = /etc/grafana/ldap.toml
526
;allow_sign_up = true
527
528
# LDAP background sync (Enterprise only)
529
# At 1 am every day
530
;sync_cron = "0 0 1 * * *"
531
;active_sync_enabled = true
532
533
#################################### AWS ###########################
534
[aws]
535
# Enter a comma-separated list of allowed AWS authentication providers.
536
# Options are: default (AWS SDK Default), keys (Access && secret key), credentials (Credentials field), ec2_iam_role (EC2 IAM Role)
537
; allowed_auth_providers = default,keys,credentials
538
539
# Allow AWS users to assume a role using temporary security credentials.
540
# If true, assume role will be enabled for all AWS authentication providers that are specified in aws_auth_providers
541
; assume_role_enabled = true
542
543
#################################### Azure ###############################
544
[azure]
545
# Azure cloud environment where Grafana is hosted
546
# Possible values are AzureCloud, AzureChinaCloud, AzureUSGovernment and AzureGermanCloud
547
# Default value is AzureCloud (i.e. public cloud)
548
;cloud = AzureCloud
549
550
# Specifies whether Grafana hosted in Azure service with Managed Identity configured (e.g. Azure Virtual Machines instance)
551
# If enabled, the managed identity can be used for authentication of Grafana in Azure services
552
# Disabled by default, needs to be explicitly enabled
553
;managed_identity_enabled = false
554
555
# Client ID to use for user-assigned managed identity
556
# Should be set for user-assigned identity and should be empty for system-assigned identity
557
;managed_identity_client_id =
558
559
#################################### SMTP / Emailing ##########################
560
[smtp]
561
;enabled = false
562
;host = localhost:25
563
;user =
564
# If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;"""
565
;password =
566
;cert_file =
567
;key_file =
568
;skip_verify = false
569
;from_address = admin@grafana.localhost
570
;from_name = Grafana
571
# EHLO identity in SMTP dialog (defaults to instance_name)
572
;ehlo_identity = dashboard.example.com
573
# SMTP startTLS policy (defaults to 'OpportunisticStartTLS')
574
;startTLS_policy = NoStartTLS
575
576
[emails]
577
;welcome_email_on_sign_up = false
578
;templates_pattern = emails/*.html
579
580
#################################### Logging ##########################
581
[log]
582
# Either "console", "file", "syslog". Default is console and  file
583
# Use space to separate multiple modes, e.g. "console file"
584
;mode = console file
585
586
# Either "debug", "info", "warn", "error", "critical", default is "info"
587
;level = info
588
589
# optional settings to set different levels for specific loggers. Ex filters = sqlstore:debug
590
;filters =
591
592
# For "console" mode only
593
[log.console]
594
;level =
595
596
# log line format, valid options are text, console and json
597
;format = console
598
599
# For "file" mode only
600
[log.file]
601
;level =
602
603
# log line format, valid options are text, console and json
604
;format = text
605
606
# This enables automated log rotate(switch of following options), default is true
607
;log_rotate = true
608
609
# Max line number of single file, default is 1000000
610
;max_lines = 1000000
611
612
# Max size shift of single file, default is 28 means 1 << 28, 256MB
613
;max_size_shift = 28
614
615
# Segment log daily, default is true
616
;daily_rotate = true
617
618
# Expired days of log file(delete after max days), default is 7
619
;max_days = 7
620
621
[log.syslog]
622
;level =
623
624
# log line format, valid options are text, console and json
625
;format = text
626
627
# Syslog network type and address. This can be udp, tcp, or unix. If left blank, the default unix endpoints will be used.
628
;network =
629
;address =
630
631
# Syslog facility. user, daemon and local0 through local7 are valid.
632
;facility =
633
634
# Syslog tag. By default, the process' argv[0] is used.
635
;tag =
636
637
[log.frontend]
638
# Should Sentry javascript agent be initialized
639
;enabled = false
640
641
# Sentry DSN if you want to send events to Sentry.
642
;sentry_dsn =
643
644
# Custom HTTP endpoint to send events captured by the Sentry agent to. Default will log the events to stdout.
645
;custom_endpoint = /log
646
647
# Rate of events to be reported between 0 (none) and 1 (all), float
648
;sample_rate = 1.0
649
650
# Requests per second limit enforced an extended period, for Grafana backend log ingestion endpoint (/log).
651
;log_endpoint_requests_per_second_limit = 3
652
653
# Max requests accepted per short interval of time for Grafana backend log ingestion endpoint (/log).
654
;log_endpoint_burst_limit = 15
655
656
#################################### Usage Quotas ########################
657
[quota]
658
; enabled = false
659
660
#### set quotas to -1 to make unlimited. ####
661
# limit number of users per Org.
662
; org_user = 10
663
664
# limit number of dashboards per Org.
665
; org_dashboard = 100
666
667
# limit number of data_sources per Org.
668
; org_data_source = 10
669
670
# limit number of api_keys per Org.
671
; org_api_key = 10
672
673
# limit number of alerts per Org.
674
;org_alert_rule = 100
675
676
# limit number of orgs a user can create.
677
; user_org = 10
678
679
# Global limit of users.
680
; global_user = -1
681
682
# global limit of orgs.
683
; global_org = -1
684
685
# global limit of dashboards
686
; global_dashboard = -1
687
688
# global limit of api_keys
689
; global_api_key = -1
690
691
# global limit on number of logged in users.
692
; global_session = -1
693
694
# global limit of alerts
695
;global_alert_rule = -1
696
697
#################################### Alerting ############################
698
[alerting]
699
# Disable alerting engine & UI features
700
;enabled = true
701
# Makes it possible to turn off alert rule execution but alerting UI is visible
702
;execute_alerts = true
703
704
# Default setting for new alert rules. Defaults to categorize error and timeouts as alerting. (alerting, keep_state)
705
;error_or_timeout = alerting
706
707
# Default setting for how Grafana handles nodata or null values in alerting. (alerting, no_data, keep_state, ok)
708
;nodata_or_nullvalues = no_data
709
710
# Alert notifications can include images, but rendering many images at the same time can overload the server
711
# This limit will protect the server from render overloading and make sure notifications are sent out quickly
712
;concurrent_render_limit = 5
713
714
715
# Default setting for alert calculation timeout. Default value is 30
716
;evaluation_timeout_seconds = 30
717
718
# Default setting for alert notification timeout. Default value is 30
719
;notification_timeout_seconds = 30
720
721
# Default setting for max attempts to sending alert notifications. Default value is 3
722
;max_attempts = 3
723
724
# Makes it possible to enforce a minimal interval between evaluations, to reduce load on the backend
725
;min_interval_seconds = 1
726
727
# Configures for how long alert annotations are stored. Default is 0, which keeps them forever.
728
# This setting should be expressed as a duration. Examples: 6h (hours), 10d (days), 2w (weeks), 1M (month).
729
;max_annotation_age =
730
731
# Configures max number of alert annotations that Grafana stores. Default value is 0, which keeps all alert annotations.
732
;max_annotations_to_keep =
733
734
#################################### Annotations #########################
735
[annotations]
736
# Configures the batch size for the annotation clean-up job. This setting is used for dashboard, API, and alert annotations.
737
;cleanupjob_batchsize = 100
738
739
[annotations.dashboard]
740
# Dashboard annotations means that annotations are associated with the dashboard they are created on.
741
742
# Configures how long dashboard annotations are stored. Default is 0, which keeps them forever.
743
# This setting should be expressed as a duration. Examples: 6h (hours), 10d (days), 2w (weeks), 1M (month).
744
;max_age =
745
746
# Configures max number of dashboard annotations that Grafana stores. Default value is 0, which keeps all dashboard annotations.
747
;max_annotations_to_keep =
748
749
[annotations.api]
750
# API annotations means that the annotations have been created using the API without any
751
# association with a dashboard.
752
753
# Configures how long Grafana stores API annotations. Default is 0, which keeps them forever.
754
# This setting should be expressed as a duration. Examples: 6h (hours), 10d (days), 2w (weeks), 1M (month).
755
;max_age =
756
757
# Configures max number of API annotations that Grafana keeps. Default value is 0, which keeps all API annotations.
758
;max_annotations_to_keep =
759
760
#################################### Explore #############################
761
[explore]
762
# Enable the Explore section
763
;enabled = true
764
765
#################################### Internal Grafana Metrics ##########################
766
# Metrics available at HTTP API Url /metrics
767
[metrics]
768
# Disable / Enable internal metrics
769
;enabled           = true
770
# Graphite Publish interval
771
;interval_seconds  = 10
772
# Disable total stats (stat_totals_*) metrics to be generated
773
;disable_total_stats = false
774
775
#If both are set, basic auth will be required for the metrics endpoint.
776
; basic_auth_username =
777
; basic_auth_password =
778
779
# Metrics environment info adds dimensions to the `grafana_environment_info` metric, which
780
# can expose more information about the Grafana instance.
781
[metrics.environment_info]
782
#exampleLabel1 = exampleValue1
783
#exampleLabel2 = exampleValue2
784
785
# Send internal metrics to Graphite
786
[metrics.graphite]
787
# Enable by setting the address setting (ex localhost:2003)
788
;address =
789
;prefix = prod.grafana.%(instance_name)s.
790
791
#################################### Grafana.com integration  ##########################
792
# Url used to import dashboards directly from Grafana.com
793
[grafana_com]
794
;url = https://grafana.com
795
796
#################################### Distributed tracing ############
797
[tracing.jaeger]
798
# Enable by setting the address sending traces to jaeger (ex localhost:6831)
799
;address = localhost:6831
800
# Tag that will always be included in when creating new spans. ex (tag1:value1,tag2:value2)
801
;always_included_tag = tag1:value1
802
# Type specifies the type of the sampler: const, probabilistic, rateLimiting, or remote
803
;sampler_type = const
804
# jaeger samplerconfig param
805
# for "const" sampler, 0 or 1 for always false/true respectively
806
# for "probabilistic" sampler, a probability between 0 and 1
807
# for "rateLimiting" sampler, the number of spans per second
808
# for "remote" sampler, param is the same as for "probabilistic"
809
# and indicates the initial sampling rate before the actual one
810
# is received from the mothership
811
;sampler_param = 1
812
# sampling_server_url is the URL of a sampling manager providing a sampling strategy.
813
;sampling_server_url =
814
# Whether or not to use Zipkin propagation (x-b3- HTTP headers).
815
;zipkin_propagation = false
816
# Setting this to true disables shared RPC spans.
817
# Not disabling is the most common setting when using Zipkin elsewhere in your infrastructure.
818
;disable_shared_zipkin_spans = false
819
820
#################################### External image storage ##########################
821
[external_image_storage]
822
# Used for uploading images to public servers so they can be included in slack/email messages.
823
# you can choose between (s3, webdav, gcs, azure_blob, local)
824
;provider =
825
826
[external_image_storage.s3]
827
;endpoint =
828
;path_style_access =
829
;bucket =
830
;region =
831
;path =
832
;access_key =
833
;secret_key =
834
835
[external_image_storage.webdav]
836
;url =
837
;public_url =
838
;username =
839
;password =
840
841
[external_image_storage.gcs]
842
;key_file =
843
;bucket =
844
;path =
845
846
[external_image_storage.azure_blob]
847
;account_name =
848
;account_key =
849
;container_name =
850
851
[external_image_storage.local]
852
# does not require any configuration
853
854
[rendering]
855
# Options to configure a remote HTTP image rendering service, e.g. using https://github.com/grafana/grafana-image-renderer.
856
# URL to a remote HTTP image renderer service, e.g. http://localhost:8081/render, will enable Grafana to render panels and dashboards to PNG-images using HTTP requests to an external service.
857
;server_url =
858
# If the remote HTTP image renderer service runs on a different server than the Grafana server you may have to configure this to a URL where Grafana is reachable, e.g. http://grafana.domain/.
859
;callback_url =
860
# Concurrent render request limit affects when the /render HTTP endpoint is used. Rendering many images at the same time can overload the server,
861
# which this setting can help protect against by only allowing a certain amount of concurrent requests.
862
;concurrent_render_request_limit = 30
863
864
[panels]
865
# If set to true Grafana will allow script tags in text panels. Not recommended as it enable XSS vulnerabilities.
866
;disable_sanitize_html = false
867
868
[plugins]
869
;enable_alpha = false
870
;app_tls_skip_verify_insecure = false
871
# Enter a comma-separated list of plugin identifiers to identify plugins that are allowed to be loaded even if they lack a valid signature.
872
;allow_loading_unsigned_plugins =
873
# Enable or disable installing plugins directly from within Grafana.
874
;plugin_admin_enabled = false
875
;plugin_admin_external_manage_enabled = false
876
;plugin_catalog_url = https://grafana.com/grafana/plugins/
877
878
#################################### Grafana Live ##########################################
879
[live]
880
# max_connections to Grafana Live WebSocket endpoint per Grafana server instance. See Grafana Live docs
881
# if you are planning to make it higher than default 100 since this can require some OS and infrastructure
882
# tuning. 0 disables Live, -1 means unlimited connections.
883
;max_connections = 100
884
885
#################################### Grafana Image Renderer Plugin ##########################
886
[plugin.grafana-image-renderer]
887
# Instruct headless browser instance to use a default timezone when not provided by Grafana, e.g. when rendering panel image of alert.
888
# See ICU’s metaZones.txt (https://cs.chromium.org/chromium/src/third_party/icu/source/data/misc/metaZones.txt) for a list of supported
889
# timezone IDs. Fallbacks to TZ environment variable if not set.
890
;rendering_timezone =
891
892
# Instruct headless browser instance to use a default language when not provided by Grafana, e.g. when rendering panel image of alert.
893
# Please refer to the HTTP header Accept-Language to understand how to format this value, e.g. 'fr-CH, fr;q=0.9, en;q=0.8, de;q=0.7, *;q=0.5'.
894
;rendering_language =
895
896
# Instruct headless browser instance to use a default device scale factor when not provided by Grafana, e.g. when rendering panel image of alert.
897
# Default is 1. Using a higher value will produce more detailed images (higher DPI), but will require more disk space to store an image.
898
;rendering_viewport_device_scale_factor =
899
900
# Instruct headless browser instance whether to ignore HTTPS errors during navigation. Per default HTTPS errors are not ignored. Due to
901
# the security risk it's not recommended to ignore HTTPS errors.
902
;rendering_ignore_https_errors =
903
904
# Instruct headless browser instance whether to capture and log verbose information when rendering an image. Default is false and will
905
# only capture and log error messages. When enabled, debug messages are captured and logged as well.
906
# For the verbose information to be included in the Grafana server log you have to adjust the rendering log level to debug, configure
907
# [log].filter = rendering:debug.
908
;rendering_verbose_logging =
909
910
# Instruct headless browser instance whether to output its debug and error messages into running process of remote rendering service.
911
# Default is false. This can be useful to enable (true) when troubleshooting.
912
;rendering_dumpio =
913
914
# Additional arguments to pass to the headless browser instance. Default is --no-sandbox. The list of Chromium flags can be found
915
# here (https://peter.sh/experiments/chromium-command-line-switches/). Multiple arguments is separated with comma-character.
916
;rendering_args =
917
918
# You can configure the plugin to use a different browser binary instead of the pre-packaged version of Chromium.
919
# Please note that this is not recommended, since you may encounter problems if the installed version of Chrome/Chromium is not
920
# compatible with the plugin.
921
;rendering_chrome_bin =
922
923
# Instruct how headless browser instances are created. Default is 'default' and will create a new browser instance on each request.
924
# Mode 'clustered' will make sure that only a maximum of browsers/incognito pages can execute concurrently.
925
# Mode 'reusable' will have one browser instance and will create a new incognito page on each request.
926
;rendering_mode =
927
928
# When rendering_mode = clustered you can instruct how many browsers or incognito pages can execute concurrently. Default is 'browser'
929
# and will cluster using browser instances.
930
# Mode 'context' will cluster using incognito pages.
931
;rendering_clustering_mode =
932
# When rendering_mode = clustered you can define maximum number of browser instances/incognito pages that can execute concurrently..
933
;rendering_clustering_max_concurrency =
934
935
# Limit the maximum viewport width, height and device scale factor that can be requested.
936
;rendering_viewport_max_width =
937
;rendering_viewport_max_height =
938
;rendering_viewport_max_device_scale_factor =
939
940
# Change the listening host and port of the gRPC server. Default host is 127.0.0.1 and default port is 0 and will automatically assign
941
# a port not in use.
942
;grpc_host =
943
;grpc_port =
944
945
[enterprise]
946
# Path to a valid Grafana Enterprise license.jwt file
947
;license_path =
948
949
[feature_toggles]
950
# enable features, separated by spaces
951
;enable =
952
953
[date_formats]
954
# For information on what formatting patterns that are supported https://momentjs.com/docs/#/displaying/
955
956
# Default system date format used in time range picker and other places where full time is displayed
957
;full_date = YYYY-MM-DD HH:mm:ss
958
959
# Used by graph and other places where we only show small intervals
960
;interval_second = HH:mm:ss
961
;interval_minute = HH:mm
962
;interval_hour = MM/DD HH:mm
963
;interval_day = MM/DD
964
;interval_month = YYYY-MM
965
;interval_year = YYYY
966
967
# Experimental feature
968
;use_browser_locale = false
969
970
# Default timezone for user preferences. Options are 'browser' for the browser local timezone or a timezone name from IANA Time Zone database, e.g. 'UTC' or 'Europe/Amsterdam' etc.
971
;default_timezone = browser
972
973
[expressions]
974
# Enable or disable the expressions functionality.
975
;enabled = true
(-)b/www/grafana8/pkg-descr (+4 lines)
Added Link Here
1
Grafana is an open source, feature rich metrics dashboard and graph editor for
2
Graphite, ElasticSearch, OpenTSDB, Prometheus and InfluxDB.
3
4
WWW: https://github.com/grafana/grafana
(-)b/www/grafana8/pkg-message (+11 lines)
Added Link Here
1
[
2
{
3
  type: upgrade
4
  maximum_version: "8.0"
5
  message: <<EOM
6
- rc-script: grafana_conf renamed to grafana_config;
7
- grafana.conf moved to etc/grafana/grafana.ini;
8
- provisioning dir moved to etc/grafana/provisioning.
9
EOM
10
}
11
]
(-)b/www/grafana8/pkg-plist (-1 / +4415 lines)
Added Link Here
0
- 
1
bin/grafana-cli
2
bin/grafana-server
3
@sample %%ETCDIR%%/grafana.ini.sample
4
%%DATADIR%%/conf/defaults.ini
5
%%DATADIR%%/public/app/AppWrapper.tsx
6
%%DATADIR%%/public/app/angular/AngularApp.ts
7
%%DATADIR%%/public/app/angular/AngularLocationWrapper.test.ts
8
%%DATADIR%%/public/app/angular/AngularLocationWrapper.ts
9
%%DATADIR%%/public/app/angular/bridgeReactAngularRouting.ts
10
%%DATADIR%%/public/app/app.ts
11
%%DATADIR%%/public/app/core/actions/cleanUp.ts
12
%%DATADIR%%/public/app/core/actions/index.ts
13
%%DATADIR%%/public/app/core/angular_wrappers.ts
14
%%DATADIR%%/public/app/core/app_events.ts
15
%%DATADIR%%/public/app/core/components/Animations/FadeIn.tsx
16
%%DATADIR%%/public/app/core/components/Animations/SlideDown.tsx
17
%%DATADIR%%/public/app/core/components/AppNotifications/AppNotificationItem.tsx
18
%%DATADIR%%/public/app/core/components/AppNotifications/AppNotificationList.tsx
19
%%DATADIR%%/public/app/core/components/Branding/Branding.tsx
20
%%DATADIR%%/public/app/core/components/Card/Card.tsx
21
%%DATADIR%%/public/app/core/components/CloseButton/CloseButton.tsx
22
%%DATADIR%%/public/app/core/components/CopyToClipboard/CopyToClipboard.tsx
23
%%DATADIR%%/public/app/core/components/DynamicImports/ErrorLoadingChunk.tsx
24
%%DATADIR%%/public/app/core/components/DynamicImports/LoadingChunkPlaceHolder.tsx
25
%%DATADIR%%/public/app/core/components/DynamicImports/SafeDynamicImport.test.tsx
26
%%DATADIR%%/public/app/core/components/DynamicImports/SafeDynamicImport.tsx
27
%%DATADIR%%/public/app/core/components/EmptyListCTA/EmptyListCTA.tsx
28
%%DATADIR%%/public/app/core/components/ErrorPage/ErrorPage.tsx
29
%%DATADIR%%/public/app/core/components/FilterInput/FilterInput.tsx
30
%%DATADIR%%/public/app/core/components/FolderFilter/FolderFilter.tsx
31
%%DATADIR%%/public/app/core/components/Footer/Footer.tsx
32
%%DATADIR%%/public/app/core/components/ForgottenPassword/ChangePassword.tsx
33
%%DATADIR%%/public/app/core/components/ForgottenPassword/ChangePasswordPage.tsx
34
%%DATADIR%%/public/app/core/components/ForgottenPassword/ForgottenPassword.tsx
35
%%DATADIR%%/public/app/core/components/ForgottenPassword/SendResetMailPage.tsx
36
%%DATADIR%%/public/app/core/components/LocalStorageValueProvider/LocalStorageValueProvider.tsx
37
%%DATADIR%%/public/app/core/components/LocalStorageValueProvider/index.tsx
38
%%DATADIR%%/public/app/core/components/Login/LoginCtrl.tsx
39
%%DATADIR%%/public/app/core/components/Login/LoginForm.tsx
40
%%DATADIR%%/public/app/core/components/Login/LoginLayout.tsx
41
%%DATADIR%%/public/app/core/components/Login/LoginPage.tsx
42
%%DATADIR%%/public/app/core/components/Login/LoginServiceButtons.tsx
43
%%DATADIR%%/public/app/core/components/Login/UserSignup.tsx
44
%%DATADIR%%/public/app/core/components/OrgSwitcher.tsx
45
%%DATADIR%%/public/app/core/components/Page/Page.tsx
46
%%DATADIR%%/public/app/core/components/Page/PageContents.tsx
47
%%DATADIR%%/public/app/core/components/PageActionBar/PageActionBar.test.tsx
48
%%DATADIR%%/public/app/core/components/PageActionBar/PageActionBar.tsx
49
%%DATADIR%%/public/app/core/components/PageActionBar/__snapshots__/PageActionBar.test.tsx.snap
50
%%DATADIR%%/public/app/core/components/PageHeader/PageHeader.test.tsx
51
%%DATADIR%%/public/app/core/components/PageHeader/PageHeader.tsx
52
%%DATADIR%%/public/app/core/components/PageLoader/PageLoader.tsx
53
%%DATADIR%%/public/app/core/components/PanelTypeFilter/PanelTypeFilter.tsx
54
%%DATADIR%%/public/app/core/components/PermissionList/AddPermission.tsx
55
%%DATADIR%%/public/app/core/components/PermissionList/DisabledPermissionListItem.tsx
56
%%DATADIR%%/public/app/core/components/PermissionList/PermissionList.tsx
57
%%DATADIR%%/public/app/core/components/PermissionList/PermissionListItem.tsx
58
%%DATADIR%%/public/app/core/components/PermissionList/PermissionsInfo.tsx
59
%%DATADIR%%/public/app/core/components/PluginHelp/PluginHelp.tsx
60
%%DATADIR%%/public/app/core/components/QueryOperationRow/QueryOperationAction.test.tsx
61
%%DATADIR%%/public/app/core/components/QueryOperationRow/QueryOperationAction.tsx
62
%%DATADIR%%/public/app/core/components/QueryOperationRow/QueryOperationRow.test.tsx
63
%%DATADIR%%/public/app/core/components/QueryOperationRow/QueryOperationRow.tsx
64
%%DATADIR%%/public/app/core/components/Select/DashboardPicker.tsx
65
%%DATADIR%%/public/app/core/components/Select/FolderPicker.test.tsx
66
%%DATADIR%%/public/app/core/components/Select/FolderPicker.tsx
67
%%DATADIR%%/public/app/core/components/Select/MetricSelect.test.tsx
68
%%DATADIR%%/public/app/core/components/Select/MetricSelect.tsx
69
%%DATADIR%%/public/app/core/components/Select/OrgPicker.tsx
70
%%DATADIR%%/public/app/core/components/Select/SortPicker.tsx
71
%%DATADIR%%/public/app/core/components/Select/TeamPicker.test.tsx
72
%%DATADIR%%/public/app/core/components/Select/TeamPicker.tsx
73
%%DATADIR%%/public/app/core/components/Select/UserPicker.test.tsx
74
%%DATADIR%%/public/app/core/components/Select/UserPicker.tsx
75
%%DATADIR%%/public/app/core/components/Select/__snapshots__/FolderPicker.test.tsx.snap
76
%%DATADIR%%/public/app/core/components/SharedPreferences/SharedPreferences.tsx
77
%%DATADIR%%/public/app/core/components/Signup/SignupPage.tsx
78
%%DATADIR%%/public/app/core/components/Signup/VerifyEmail.tsx
79
%%DATADIR%%/public/app/core/components/Signup/VerifyEmailPage.tsx
80
%%DATADIR%%/public/app/core/components/SplitPaneWrapper/SplitPaneWrapper.tsx
81
%%DATADIR%%/public/app/core/components/TagFilter/TagBadge.tsx
82
%%DATADIR%%/public/app/core/components/TagFilter/TagFilter.tsx
83
%%DATADIR%%/public/app/core/components/TagFilter/TagOption.tsx
84
%%DATADIR%%/public/app/core/components/TagFilter/TagValue.tsx
85
%%DATADIR%%/public/app/core/components/TimePicker/TimePickerWithHistory.tsx
86
%%DATADIR%%/public/app/core/components/TraceToLogsSettings.tsx
87
%%DATADIR%%/public/app/core/components/TransformersUI/CalculateFieldTransformerEditor.tsx
88
%%DATADIR%%/public/app/core/components/TransformersUI/ConcatenateTransformerEditor.tsx
89
%%DATADIR%%/public/app/core/components/TransformersUI/FilterByNameTransformerEditor.tsx
90
%%DATADIR%%/public/app/core/components/TransformersUI/FilterByRefIdTransformerEditor.tsx
91
%%DATADIR%%/public/app/core/components/TransformersUI/FilterByValueTransformer/FilterByValueFilterEditor.tsx
92
%%DATADIR%%/public/app/core/components/TransformersUI/FilterByValueTransformer/FilterByValueTransformerEditor.tsx
93
%%DATADIR%%/public/app/core/components/TransformersUI/FilterByValueTransformer/ValueMatchers/BasicMatcherEditor.tsx
94
%%DATADIR%%/public/app/core/components/TransformersUI/FilterByValueTransformer/ValueMatchers/NoopMatcherEditor.tsx
95
%%DATADIR%%/public/app/core/components/TransformersUI/FilterByValueTransformer/ValueMatchers/RangeMatcherEditor.tsx
96
%%DATADIR%%/public/app/core/components/TransformersUI/FilterByValueTransformer/ValueMatchers/types.ts
97
%%DATADIR%%/public/app/core/components/TransformersUI/FilterByValueTransformer/ValueMatchers/utils.ts
98
%%DATADIR%%/public/app/core/components/TransformersUI/FilterByValueTransformer/ValueMatchers/valueMatchersUI.ts
99
%%DATADIR%%/public/app/core/components/TransformersUI/GroupByTransformerEditor.tsx
100
%%DATADIR%%/public/app/core/components/TransformersUI/HistogramTransformerEditor.tsx
101
%%DATADIR%%/public/app/core/components/TransformersUI/LabelsToFieldsTransformerEditor.tsx
102
%%DATADIR%%/public/app/core/components/TransformersUI/MergeTransformerEditor.tsx
103
%%DATADIR%%/public/app/core/components/TransformersUI/OrganizeFieldsTransformerEditor.tsx
104
%%DATADIR%%/public/app/core/components/TransformersUI/ReduceTransformerEditor.tsx
105
%%DATADIR%%/public/app/core/components/TransformersUI/RenameByRegexTransformer.tsx
106
%%DATADIR%%/public/app/core/components/TransformersUI/SeriesToFieldsTransformerEditor.tsx
107
%%DATADIR%%/public/app/core/components/TransformersUI/SeriesToRowsTransformerEditor.tsx
108
%%DATADIR%%/public/app/core/components/TransformersUI/SortByTransformerEditor.tsx
109
%%DATADIR%%/public/app/core/components/WithFeatureToggle.tsx
110
%%DATADIR%%/public/app/core/components/code_editor/brace.d.ts
111
%%DATADIR%%/public/app/core/components/code_editor/code_editor.ts
112
%%DATADIR%%/public/app/core/components/code_editor/theme-grafana-dark.js
113
%%DATADIR%%/public/app/core/components/colorpicker/spectrum_picker.ts
114
%%DATADIR%%/public/app/core/components/connectWithCleanUp.tsx
115
%%DATADIR%%/public/app/core/components/dashboard_selector.ts
116
%%DATADIR%%/public/app/core/components/form_dropdown/form_dropdown.ts
117
%%DATADIR%%/public/app/core/components/help/HelpModal.tsx
118
%%DATADIR%%/public/app/core/components/info_popover.ts
119
%%DATADIR%%/public/app/core/components/jsontree/jsontree.ts
120
%%DATADIR%%/public/app/core/components/modals/AngularModalProxy.tsx
121
%%DATADIR%%/public/app/core/components/query_part/query_part.ts
122
%%DATADIR%%/public/app/core/components/query_part/query_part_editor.ts
123
%%DATADIR%%/public/app/core/components/scroll/scroll.ts
124
%%DATADIR%%/public/app/core/components/search/search_results.ts
125
%%DATADIR%%/public/app/core/components/sidemenu/BottomNavLinks.test.tsx
126
%%DATADIR%%/public/app/core/components/sidemenu/BottomNavLinks.tsx
127
%%DATADIR%%/public/app/core/components/sidemenu/BottomSection.test.tsx
128
%%DATADIR%%/public/app/core/components/sidemenu/BottomSection.tsx
129
%%DATADIR%%/public/app/core/components/sidemenu/DropDownChild.test.tsx
130
%%DATADIR%%/public/app/core/components/sidemenu/DropDownChild.tsx
131
%%DATADIR%%/public/app/core/components/sidemenu/SideMenu.test.tsx
132
%%DATADIR%%/public/app/core/components/sidemenu/SideMenu.tsx
133
%%DATADIR%%/public/app/core/components/sidemenu/SideMenuDropDown.test.tsx
134
%%DATADIR%%/public/app/core/components/sidemenu/SideMenuDropDown.tsx
135
%%DATADIR%%/public/app/core/components/sidemenu/SignIn.test.tsx
136
%%DATADIR%%/public/app/core/components/sidemenu/SignIn.tsx
137
%%DATADIR%%/public/app/core/components/sidemenu/TopSection.test.tsx
138
%%DATADIR%%/public/app/core/components/sidemenu/TopSection.tsx
139
%%DATADIR%%/public/app/core/components/sidemenu/TopSectionItem.test.tsx
140
%%DATADIR%%/public/app/core/components/sidemenu/TopSectionItem.tsx
141
%%DATADIR%%/public/app/core/components/sidemenu/__snapshots__/BottomNavLinks.test.tsx.snap
142
%%DATADIR%%/public/app/core/components/sidemenu/__snapshots__/BottomSection.test.tsx.snap
143
%%DATADIR%%/public/app/core/components/sidemenu/__snapshots__/DropDownChild.test.tsx.snap
144
%%DATADIR%%/public/app/core/components/sidemenu/__snapshots__/SideMenuDropDown.test.tsx.snap
145
%%DATADIR%%/public/app/core/components/sidemenu/__snapshots__/TopSection.test.tsx.snap
146
%%DATADIR%%/public/app/core/components/sidemenu/__snapshots__/TopSectionItem.test.tsx.snap
147
%%DATADIR%%/public/app/core/components/sidemenu/utils.test.ts
148
%%DATADIR%%/public/app/core/components/sidemenu/utils.ts
149
%%DATADIR%%/public/app/core/components/sql_part/sql_part.ts
150
%%DATADIR%%/public/app/core/components/sql_part/sql_part_editor.ts
151
%%DATADIR%%/public/app/core/components/switch.ts
152
%%DATADIR%%/public/app/core/config.ts
153
%%DATADIR%%/public/app/core/constants.ts
154
%%DATADIR%%/public/app/core/controllers/all.ts
155
%%DATADIR%%/public/app/core/controllers/json_editor_ctrl.ts
156
%%DATADIR%%/public/app/core/copy/appNotification.ts
157
%%DATADIR%%/public/app/core/core.ts
158
%%DATADIR%%/public/app/core/core_module.ts
159
%%DATADIR%%/public/app/core/directives/array_join.ts
160
%%DATADIR%%/public/app/core/directives/autofill_event_fix.ts
161
%%DATADIR%%/public/app/core/directives/diff-view.ts
162
%%DATADIR%%/public/app/core/directives/dropdown_typeahead.ts
163
%%DATADIR%%/public/app/core/directives/give_focus.ts
164
%%DATADIR%%/public/app/core/directives/metric_segment.ts
165
%%DATADIR%%/public/app/core/directives/misc.ts
166
%%DATADIR%%/public/app/core/directives/ng_model_on_blur.ts
167
%%DATADIR%%/public/app/core/directives/rebuild_on_change.ts
168
%%DATADIR%%/public/app/core/directives/tags.ts
169
%%DATADIR%%/public/app/core/filters/filters.ts
170
%%DATADIR%%/public/app/core/hooks/useCleanup.ts
171
%%DATADIR%%/public/app/core/hooks/useNavModel.ts
172
%%DATADIR%%/public/app/core/hooks/useQueryParams.ts
173
%%DATADIR%%/public/app/core/hooks/useRefMounted.ts
174
%%DATADIR%%/public/app/core/injectorMonkeyPatch.ts
175
%%DATADIR%%/public/app/core/jquery_extended.ts
176
%%DATADIR%%/public/app/core/lodash_extended.ts
177
%%DATADIR%%/public/app/core/logs_model.test.ts
178
%%DATADIR%%/public/app/core/logs_model.ts
179
%%DATADIR%%/public/app/core/mod_defs.d.ts
180
%%DATADIR%%/public/app/core/nav_model_srv.ts
181
%%DATADIR%%/public/app/core/navigation/GrafanaRoute.test.tsx
182
%%DATADIR%%/public/app/core/navigation/GrafanaRoute.tsx
183
%%DATADIR%%/public/app/core/navigation/RouterDebugger.tsx
184
%%DATADIR%%/public/app/core/navigation/__mocks__/routeProps.ts
185
%%DATADIR%%/public/app/core/navigation/hooks.ts
186
%%DATADIR%%/public/app/core/navigation/kiosk.ts
187
%%DATADIR%%/public/app/core/navigation/parseKeyValue.ts
188
%%DATADIR%%/public/app/core/navigation/patch/RouteParamsProvider.ts
189
%%DATADIR%%/public/app/core/navigation/patch/RouteProvider.ts
190
%%DATADIR%%/public/app/core/navigation/patch/interceptLinkClicks.ts
191
%%DATADIR%%/public/app/core/navigation/queryString.ts
192
%%DATADIR%%/public/app/core/navigation/testRoutes.tsx
193
%%DATADIR%%/public/app/core/navigation/types.ts
194
%%DATADIR%%/public/app/core/partials.ts
195
%%DATADIR%%/public/app/core/profiler.ts
196
%%DATADIR%%/public/app/core/reducers/appNotification.test.ts
197
%%DATADIR%%/public/app/core/reducers/appNotification.ts
198
%%DATADIR%%/public/app/core/reducers/index.ts
199
%%DATADIR%%/public/app/core/reducers/navModel.test.ts
200
%%DATADIR%%/public/app/core/reducers/navModel.ts
201
%%DATADIR%%/public/app/core/reducers/processsAclItems.ts
202
%%DATADIR%%/public/app/core/reducers/root.test.ts
203
%%DATADIR%%/public/app/core/reducers/root.ts
204
%%DATADIR%%/public/app/core/selectors/navModel.ts
205
%%DATADIR%%/public/app/core/services/AngularLoader.ts
206
%%DATADIR%%/public/app/core/services/FetchQueue.test.ts
207
%%DATADIR%%/public/app/core/services/FetchQueue.ts
208
%%DATADIR%%/public/app/core/services/FetchQueueWorker.test.ts
209
%%DATADIR%%/public/app/core/services/FetchQueueWorker.ts
210
%%DATADIR%%/public/app/core/services/PreferencesService.ts
211
%%DATADIR%%/public/app/core/services/ResponseQueue.test.ts
212
%%DATADIR%%/public/app/core/services/ResponseQueue.ts
213
%%DATADIR%%/public/app/core/services/__mocks__/backend_srv.ts
214
%%DATADIR%%/public/app/core/services/__mocks__/search_srv.ts
215
%%DATADIR%%/public/app/core/services/alert_srv.ts
216
%%DATADIR%%/public/app/core/services/all.ts
217
%%DATADIR%%/public/app/core/services/analytics.ts
218
%%DATADIR%%/public/app/core/services/backend_srv.ts
219
%%DATADIR%%/public/app/core/services/context_srv.ts
220
%%DATADIR%%/public/app/core/services/dynamic_directive_srv.ts
221
%%DATADIR%%/public/app/core/services/echo/Echo.ts
222
%%DATADIR%%/public/app/core/services/echo/EchoSrv.ts
223
%%DATADIR%%/public/app/core/services/echo/backends/PerformanceBackend.ts
224
%%DATADIR%%/public/app/core/services/echo/backends/sentry/SentryBackend.test.ts
225
%%DATADIR%%/public/app/core/services/echo/backends/sentry/SentryBackend.ts
226
%%DATADIR%%/public/app/core/services/echo/backends/sentry/transports/CustomEndpointTransport.test.ts
227
%%DATADIR%%/public/app/core/services/echo/backends/sentry/transports/CustomEndpointTransport.ts
228
%%DATADIR%%/public/app/core/services/echo/backends/sentry/transports/EchoSrvTransport.ts
229
%%DATADIR%%/public/app/core/services/echo/backends/sentry/types.ts
230
%%DATADIR%%/public/app/core/services/impression_srv.ts
231
%%DATADIR%%/public/app/core/services/keybindingSrv.ts
232
%%DATADIR%%/public/app/core/services/ng_react.ts
233
%%DATADIR%%/public/app/core/services/popover_srv.ts
234
%%DATADIR%%/public/app/core/services/search_srv.ts
235
%%DATADIR%%/public/app/core/services/segment_srv.ts
236
%%DATADIR%%/public/app/core/services/timer.ts
237
%%DATADIR%%/public/app/core/services/toggleTheme.ts
238
%%DATADIR%%/public/app/core/services/util_srv.ts
239
%%DATADIR%%/public/app/core/services/withFocusedPanelId.ts
240
%%DATADIR%%/public/app/core/specs/OrgSwitcher.test.tsx
241
%%DATADIR%%/public/app/core/specs/backend_srv.test.ts
242
%%DATADIR%%/public/app/core/specs/factors.test.ts
243
%%DATADIR%%/public/app/core/specs/flatten.test.ts
244
%%DATADIR%%/public/app/core/specs/rangeutil.test.ts
245
%%DATADIR%%/public/app/core/specs/search_srv.test.ts
246
%%DATADIR%%/public/app/core/specs/store.test.ts
247
%%DATADIR%%/public/app/core/specs/table_model.test.ts
248
%%DATADIR%%/public/app/core/specs/ticks.test.ts
249
%%DATADIR%%/public/app/core/specs/time_series.test.ts
250
%%DATADIR%%/public/app/core/store.ts
251
%%DATADIR%%/public/app/core/table_model.ts
252
%%DATADIR%%/public/app/core/time_series2.ts
253
%%DATADIR%%/public/app/core/utils/CancelablePromise.ts
254
%%DATADIR%%/public/app/core/utils/ConfigProvider.tsx
255
%%DATADIR%%/public/app/core/utils/acl.ts
256
%%DATADIR%%/public/app/core/utils/applyStateChanges.ts
257
%%DATADIR%%/public/app/core/utils/arrayMove.ts
258
%%DATADIR%%/public/app/core/utils/browser.test.ts
259
%%DATADIR%%/public/app/core/utils/browser.ts
260
%%DATADIR%%/public/app/core/utils/colors.ts
261
%%DATADIR%%/public/app/core/utils/connectWithReduxStore.tsx
262
%%DATADIR%%/public/app/core/utils/css_loader.ts
263
%%DATADIR%%/public/app/core/utils/dag.test.ts
264
%%DATADIR%%/public/app/core/utils/dag.ts
265
%%DATADIR%%/public/app/core/utils/deferred.ts
266
%%DATADIR%%/public/app/core/utils/docsLinks.ts
267
%%DATADIR%%/public/app/core/utils/errors.test.ts
268
%%DATADIR%%/public/app/core/utils/errors.ts
269
%%DATADIR%%/public/app/core/utils/explore.test.ts
270
%%DATADIR%%/public/app/core/utils/explore.ts
271
%%DATADIR%%/public/app/core/utils/factors.ts
272
%%DATADIR%%/public/app/core/utils/fetch.test.ts
273
%%DATADIR%%/public/app/core/utils/fetch.ts
274
%%DATADIR%%/public/app/core/utils/flatten.ts
275
%%DATADIR%%/public/app/core/utils/kbn.test.ts
276
%%DATADIR%%/public/app/core/utils/kbn.ts
277
%%DATADIR%%/public/app/core/utils/model_utils.ts
278
%%DATADIR%%/public/app/core/utils/promiseToDigest.test.ts
279
%%DATADIR%%/public/app/core/utils/promiseToDigest.ts
280
%%DATADIR%%/public/app/core/utils/query.test.ts
281
%%DATADIR%%/public/app/core/utils/query.ts
282
%%DATADIR%%/public/app/core/utils/react2angular.ts
283
%%DATADIR%%/public/app/core/utils/richHistory.test.ts
284
%%DATADIR%%/public/app/core/utils/richHistory.ts
285
%%DATADIR%%/public/app/core/utils/shortLinks.test.ts
286
%%DATADIR%%/public/app/core/utils/shortLinks.ts
287
%%DATADIR%%/public/app/core/utils/sort_by_keys.ts
288
%%DATADIR%%/public/app/core/utils/standardTransformers.ts
289
%%DATADIR%%/public/app/core/utils/ticks.ts
290
%%DATADIR%%/public/app/core/utils/timePicker.test.ts
291
%%DATADIR%%/public/app/core/utils/timePicker.ts
292
%%DATADIR%%/public/app/core/utils/tracing.ts
293
%%DATADIR%%/public/app/core/utils/version.ts
294
%%DATADIR%%/public/app/dev.ts
295
%%DATADIR%%/public/app/features/admin/AdminEditOrgPage.tsx
296
%%DATADIR%%/public/app/features/admin/AdminListOrgsPage.tsx
297
%%DATADIR%%/public/app/features/admin/AdminOrgsTable.tsx
298
%%DATADIR%%/public/app/features/admin/AdminSettings.tsx
299
%%DATADIR%%/public/app/features/admin/LicenseChrome.tsx
300
%%DATADIR%%/public/app/features/admin/OrgRolePicker.tsx
301
%%DATADIR%%/public/app/features/admin/ServerStats.test.tsx
302
%%DATADIR%%/public/app/features/admin/ServerStats.tsx
303
%%DATADIR%%/public/app/features/admin/UpgradePage.tsx
304
%%DATADIR%%/public/app/features/admin/UserAdminPage.tsx
305
%%DATADIR%%/public/app/features/admin/UserCreatePage.tsx
306
%%DATADIR%%/public/app/features/admin/UserLdapSyncInfo.tsx
307
%%DATADIR%%/public/app/features/admin/UserListAdminPage.tsx
308
%%DATADIR%%/public/app/features/admin/UserOrgs.tsx
309
%%DATADIR%%/public/app/features/admin/UserPermissions.tsx
310
%%DATADIR%%/public/app/features/admin/UserProfile.tsx
311
%%DATADIR%%/public/app/features/admin/UserSessions.tsx
312
%%DATADIR%%/public/app/features/admin/ldap/LdapConnectionStatus.tsx
313
%%DATADIR%%/public/app/features/admin/ldap/LdapPage.tsx
314
%%DATADIR%%/public/app/features/admin/ldap/LdapSyncInfo.tsx
315
%%DATADIR%%/public/app/features/admin/ldap/LdapUserGroups.tsx
316
%%DATADIR%%/public/app/features/admin/ldap/LdapUserInfo.tsx
317
%%DATADIR%%/public/app/features/admin/ldap/LdapUserMappingInfo.tsx
318
%%DATADIR%%/public/app/features/admin/ldap/LdapUserPermissions.tsx
319
%%DATADIR%%/public/app/features/admin/ldap/LdapUserTeams.tsx
320
%%DATADIR%%/public/app/features/admin/partials/admin_home.html
321
%%DATADIR%%/public/app/features/admin/partials/edit_org.html
322
%%DATADIR%%/public/app/features/admin/partials/stats.html
323
%%DATADIR%%/public/app/features/admin/partials/styleguide.html
324
%%DATADIR%%/public/app/features/admin/state/actions.ts
325
%%DATADIR%%/public/app/features/admin/state/apis.tsx
326
%%DATADIR%%/public/app/features/admin/state/reducers.test.ts
327
%%DATADIR%%/public/app/features/admin/state/reducers.ts
328
%%DATADIR%%/public/app/features/alerting/AlertHowToModal.tsx
329
%%DATADIR%%/public/app/features/alerting/AlertRuleItem.test.tsx
330
%%DATADIR%%/public/app/features/alerting/AlertRuleItem.tsx
331
%%DATADIR%%/public/app/features/alerting/AlertRuleList.test.tsx
332
%%DATADIR%%/public/app/features/alerting/AlertRuleList.tsx
333
%%DATADIR%%/public/app/features/alerting/AlertRuleListIndex.tsx
334
%%DATADIR%%/public/app/features/alerting/AlertTab.tsx
335
%%DATADIR%%/public/app/features/alerting/AlertTabCtrl.test.ts
336
%%DATADIR%%/public/app/features/alerting/AlertTabCtrl.ts
337
%%DATADIR%%/public/app/features/alerting/AlertTabIndex.tsx
338
%%DATADIR%%/public/app/features/alerting/EditNotificationChannelPage.tsx
339
%%DATADIR%%/public/app/features/alerting/NewNotificationChannelPage.tsx
340
%%DATADIR%%/public/app/features/alerting/NotificationsIndex.tsx
341
%%DATADIR%%/public/app/features/alerting/NotificationsListPage.tsx
342
%%DATADIR%%/public/app/features/alerting/StateHistory.tsx
343
%%DATADIR%%/public/app/features/alerting/TestRuleResult.test.tsx
344
%%DATADIR%%/public/app/features/alerting/TestRuleResult.tsx
345
%%DATADIR%%/public/app/features/alerting/__snapshots__/TestRuleResult.test.tsx.snap
346
%%DATADIR%%/public/app/features/alerting/components/AlertingQueryRow.tsx
347
%%DATADIR%%/public/app/features/alerting/components/BasicSettings.tsx
348
%%DATADIR%%/public/app/features/alerting/components/ChannelSettings.tsx
349
%%DATADIR%%/public/app/features/alerting/components/NotificationChannelForm.tsx
350
%%DATADIR%%/public/app/features/alerting/components/NotificationChannelOptions.tsx
351
%%DATADIR%%/public/app/features/alerting/components/NotificationSettings.tsx
352
%%DATADIR%%/public/app/features/alerting/components/OptionElement.tsx
353
%%DATADIR%%/public/app/features/alerting/getAlertingValidationMessage.test.ts
354
%%DATADIR%%/public/app/features/alerting/getAlertingValidationMessage.ts
355
%%DATADIR%%/public/app/features/alerting/partials/alert_tab.html
356
%%DATADIR%%/public/app/features/alerting/state/ThresholdMapper.test.ts
357
%%DATADIR%%/public/app/features/alerting/state/ThresholdMapper.ts
358
%%DATADIR%%/public/app/features/alerting/state/actions.ts
359
%%DATADIR%%/public/app/features/alerting/state/alertDef.ts
360
%%DATADIR%%/public/app/features/alerting/state/reducers.test.ts
361
%%DATADIR%%/public/app/features/alerting/state/reducers.ts
362
%%DATADIR%%/public/app/features/alerting/state/selectors.test.ts
363
%%DATADIR%%/public/app/features/alerting/state/selectors.ts
364
%%DATADIR%%/public/app/features/alerting/unified/AmRoutes.test.tsx
365
%%DATADIR%%/public/app/features/alerting/unified/AmRoutes.tsx
366
%%DATADIR%%/public/app/features/alerting/unified/PanelAlertTab.tsx
367
%%DATADIR%%/public/app/features/alerting/unified/PanelAlertTabContent.tsx
368
%%DATADIR%%/public/app/features/alerting/unified/Receivers.test.tsx
369
%%DATADIR%%/public/app/features/alerting/unified/Receivers.tsx
370
%%DATADIR%%/public/app/features/alerting/unified/RuleEditor.tsx
371
%%DATADIR%%/public/app/features/alerting/unified/RuleList.test.tsx
372
%%DATADIR%%/public/app/features/alerting/unified/RuleList.tsx
373
%%DATADIR%%/public/app/features/alerting/unified/Silences.tsx
374
%%DATADIR%%/public/app/features/alerting/unified/api/alertmanager.ts
375
%%DATADIR%%/public/app/features/alerting/unified/api/grafana.ts
376
%%DATADIR%%/public/app/features/alerting/unified/api/preview.ts
377
%%DATADIR%%/public/app/features/alerting/unified/api/prometheus.ts
378
%%DATADIR%%/public/app/features/alerting/unified/api/ruler.ts
379
%%DATADIR%%/public/app/features/alerting/unified/components/AlertLabel.tsx
380
%%DATADIR%%/public/app/features/alerting/unified/components/AlertLabels.tsx
381
%%DATADIR%%/public/app/features/alerting/unified/components/AlertManagerPicker.tsx
382
%%DATADIR%%/public/app/features/alerting/unified/components/AlertingPageWrapper.tsx
383
%%DATADIR%%/public/app/features/alerting/unified/components/AnnotationDetailsField.tsx
384
%%DATADIR%%/public/app/features/alerting/unified/components/CollapseToggle.tsx
385
%%DATADIR%%/public/app/features/alerting/unified/components/DetailsField.tsx
386
%%DATADIR%%/public/app/features/alerting/unified/components/DynamicTable.tsx
387
%%DATADIR%%/public/app/features/alerting/unified/components/EmptyArea.tsx
388
%%DATADIR%%/public/app/features/alerting/unified/components/Expression.tsx
389
%%DATADIR%%/public/app/features/alerting/unified/components/StateColoredText.tsx
390
%%DATADIR%%/public/app/features/alerting/unified/components/StateTag.tsx
391
%%DATADIR%%/public/app/features/alerting/unified/components/TimeToNow.tsx
392
%%DATADIR%%/public/app/features/alerting/unified/components/Well.tsx
393
%%DATADIR%%/public/app/features/alerting/unified/components/amroutes/AmRootRoute.tsx
394
%%DATADIR%%/public/app/features/alerting/unified/components/amroutes/AmRootRouteForm.tsx
395
%%DATADIR%%/public/app/features/alerting/unified/components/amroutes/AmRootRouteRead.tsx
396
%%DATADIR%%/public/app/features/alerting/unified/components/amroutes/AmRoutesExpandedForm.tsx
397
%%DATADIR%%/public/app/features/alerting/unified/components/amroutes/AmRoutesExpandedRead.tsx
398
%%DATADIR%%/public/app/features/alerting/unified/components/amroutes/AmRoutesTable.tsx
399
%%DATADIR%%/public/app/features/alerting/unified/components/amroutes/AmSpecificRouting.tsx
400
%%DATADIR%%/public/app/features/alerting/unified/components/amroutes/formStyles.ts
401
%%DATADIR%%/public/app/features/alerting/unified/components/amroutes/gridStyles.ts
402
%%DATADIR%%/public/app/features/alerting/unified/components/panel-alerts-tab/NewRuleFromPanelButton.tsx
403
%%DATADIR%%/public/app/features/alerting/unified/components/receivers/EditReceiverView.tsx
404
%%DATADIR%%/public/app/features/alerting/unified/components/receivers/EditTemplateView.tsx
405
%%DATADIR%%/public/app/features/alerting/unified/components/receivers/GlobalConfigForm.tsx
406
%%DATADIR%%/public/app/features/alerting/unified/components/receivers/NewReceiverView.tsx
407
%%DATADIR%%/public/app/features/alerting/unified/components/receivers/NewTemplateView.tsx
408
%%DATADIR%%/public/app/features/alerting/unified/components/receivers/ReceiversAndTemplatesView.tsx
409
%%DATADIR%%/public/app/features/alerting/unified/components/receivers/ReceiversSection.tsx
410
%%DATADIR%%/public/app/features/alerting/unified/components/receivers/ReceiversTable.test.tsx
411
%%DATADIR%%/public/app/features/alerting/unified/components/receivers/ReceiversTable.tsx
412
%%DATADIR%%/public/app/features/alerting/unified/components/receivers/TemplateForm.tsx
413
%%DATADIR%%/public/app/features/alerting/unified/components/receivers/TemplatesTable.tsx
414
%%DATADIR%%/public/app/features/alerting/unified/components/receivers/form/ChannelOptions.tsx
415
%%DATADIR%%/public/app/features/alerting/unified/components/receivers/form/ChannelSubForm.tsx
416
%%DATADIR%%/public/app/features/alerting/unified/components/receivers/form/CloudCommonChannelSettings.tsx
417
%%DATADIR%%/public/app/features/alerting/unified/components/receivers/form/CloudReceiverForm.tsx
418
%%DATADIR%%/public/app/features/alerting/unified/components/receivers/form/CollapsibleSection.tsx
419
%%DATADIR%%/public/app/features/alerting/unified/components/receivers/form/GrafanaCommonChannelSettings.tsx
420
%%DATADIR%%/public/app/features/alerting/unified/components/receivers/form/GrafanaReceiverForm.tsx
421
%%DATADIR%%/public/app/features/alerting/unified/components/receivers/form/ReceiverForm.tsx
422
%%DATADIR%%/public/app/features/alerting/unified/components/receivers/form/SubformOptionElement.tsx
423
%%DATADIR%%/public/app/features/alerting/unified/components/receivers/form/fields/DeletedSubform.tsx
424
%%DATADIR%%/public/app/features/alerting/unified/components/receivers/form/fields/KeyValueMapInput.tsx
425
%%DATADIR%%/public/app/features/alerting/unified/components/receivers/form/fields/OptionField.tsx
426
%%DATADIR%%/public/app/features/alerting/unified/components/receivers/form/fields/StringArrayInput.tsx
427
%%DATADIR%%/public/app/features/alerting/unified/components/receivers/form/fields/SubformArrayField.tsx
428
%%DATADIR%%/public/app/features/alerting/unified/components/receivers/form/fields/SubformField.tsx
429
%%DATADIR%%/public/app/features/alerting/unified/components/receivers/form/fields/styles.ts
430
%%DATADIR%%/public/app/features/alerting/unified/components/rule-editor/AlertRuleForm.tsx
431
%%DATADIR%%/public/app/features/alerting/unified/components/rule-editor/AlertTypeStep.tsx
432
%%DATADIR%%/public/app/features/alerting/unified/components/rule-editor/AnnotationKeyInput.tsx
433
%%DATADIR%%/public/app/features/alerting/unified/components/rule-editor/AnnotationsField.tsx
434
%%DATADIR%%/public/app/features/alerting/unified/components/rule-editor/ConditionField.tsx
435
%%DATADIR%%/public/app/features/alerting/unified/components/rule-editor/ConditionsStep.tsx
436
%%DATADIR%%/public/app/features/alerting/unified/components/rule-editor/DetailsStep.tsx
437
%%DATADIR%%/public/app/features/alerting/unified/components/rule-editor/ExpressionEditor.tsx
438
%%DATADIR%%/public/app/features/alerting/unified/components/rule-editor/GrafanaAlertStatePicker.tsx
439
%%DATADIR%%/public/app/features/alerting/unified/components/rule-editor/GroupAndNamespaceFields.tsx
440
%%DATADIR%%/public/app/features/alerting/unified/components/rule-editor/LabelsField.tsx
441
%%DATADIR%%/public/app/features/alerting/unified/components/rule-editor/PreviewRule.tsx
442
%%DATADIR%%/public/app/features/alerting/unified/components/rule-editor/PreviewRuleResult.tsx
443
%%DATADIR%%/public/app/features/alerting/unified/components/rule-editor/QueryEditor.tsx
444
%%DATADIR%%/public/app/features/alerting/unified/components/rule-editor/QueryRows.tsx
445
%%DATADIR%%/public/app/features/alerting/unified/components/rule-editor/QueryStep.tsx
446
%%DATADIR%%/public/app/features/alerting/unified/components/rule-editor/QueryWrapper.tsx
447
%%DATADIR%%/public/app/features/alerting/unified/components/rule-editor/RuleEditorSection.tsx
448
%%DATADIR%%/public/app/features/alerting/unified/components/rule-editor/RuleFolderPicker.tsx
449
%%DATADIR%%/public/app/features/alerting/unified/components/rule-editor/SelectWIthAdd.tsx
450
%%DATADIR%%/public/app/features/alerting/unified/components/rule-editor/VizWrapper.tsx
451
%%DATADIR%%/public/app/features/alerting/unified/components/rules/ActionButton.tsx
452
%%DATADIR%%/public/app/features/alerting/unified/components/rules/ActionIcon.tsx
453
%%DATADIR%%/public/app/features/alerting/unified/components/rules/AlertInstanceDetails.tsx
454
%%DATADIR%%/public/app/features/alerting/unified/components/rules/AlertInstancesTable.tsx
455
%%DATADIR%%/public/app/features/alerting/unified/components/rules/AlertStateTag.tsx
456
%%DATADIR%%/public/app/features/alerting/unified/components/rules/CloudRules.tsx
457
%%DATADIR%%/public/app/features/alerting/unified/components/rules/GrafanaRules.tsx
458
%%DATADIR%%/public/app/features/alerting/unified/components/rules/NoRulesCTA.tsx
459
%%DATADIR%%/public/app/features/alerting/unified/components/rules/RuleDetails.tsx
460
%%DATADIR%%/public/app/features/alerting/unified/components/rules/RuleDetailsActionButtons.tsx
461
%%DATADIR%%/public/app/features/alerting/unified/components/rules/RuleHealth.tsx
462
%%DATADIR%%/public/app/features/alerting/unified/components/rules/RuleListGroupView.tsx
463
%%DATADIR%%/public/app/features/alerting/unified/components/rules/RuleListStateSection.tsx
464
%%DATADIR%%/public/app/features/alerting/unified/components/rules/RuleListStateView.tsx
465
%%DATADIR%%/public/app/features/alerting/unified/components/rules/RuleState.tsx
466
%%DATADIR%%/public/app/features/alerting/unified/components/rules/RuleStats.tsx
467
%%DATADIR%%/public/app/features/alerting/unified/components/rules/RulesFilter.tsx
468
%%DATADIR%%/public/app/features/alerting/unified/components/rules/RulesGroup.tsx
469
%%DATADIR%%/public/app/features/alerting/unified/components/rules/RulesTable.tsx
470
%%DATADIR%%/public/app/features/alerting/unified/components/silences/AmAlertStateTag.tsx
471
%%DATADIR%%/public/app/features/alerting/unified/components/silences/Matchers.tsx
472
%%DATADIR%%/public/app/features/alerting/unified/components/silences/MatchersField.tsx
473
%%DATADIR%%/public/app/features/alerting/unified/components/silences/NoSilencesCTA.tsx
474
%%DATADIR%%/public/app/features/alerting/unified/components/silences/SilencePeriod.tsx
475
%%DATADIR%%/public/app/features/alerting/unified/components/silences/SilenceStateTag.tsx
476
%%DATADIR%%/public/app/features/alerting/unified/components/silences/SilenceTableRow.tsx
477
%%DATADIR%%/public/app/features/alerting/unified/components/silences/SilencedAlertsTable.tsx
478
%%DATADIR%%/public/app/features/alerting/unified/components/silences/SilencedAlertsTableRow.tsx
479
%%DATADIR%%/public/app/features/alerting/unified/components/silences/SilencesEditor.tsx
480
%%DATADIR%%/public/app/features/alerting/unified/components/silences/SilencesTable.tsx
481
%%DATADIR%%/public/app/features/alerting/unified/hooks/useAlertManagerSourceName.ts
482
%%DATADIR%%/public/app/features/alerting/unified/hooks/useCombinedRuleNamespaces.ts
483
%%DATADIR%%/public/app/features/alerting/unified/hooks/useControlledFieldArray.ts
484
%%DATADIR%%/public/app/features/alerting/unified/hooks/useFilteredRules.ts
485
%%DATADIR%%/public/app/features/alerting/unified/hooks/useFolder.ts
486
%%DATADIR%%/public/app/features/alerting/unified/hooks/useHasRuler.ts
487
%%DATADIR%%/public/app/features/alerting/unified/hooks/useIsRuleEditable.ts
488
%%DATADIR%%/public/app/features/alerting/unified/hooks/usePanelCombinedRules.ts
489
%%DATADIR%%/public/app/features/alerting/unified/hooks/useRuleSourcesWithRuler.ts
490
%%DATADIR%%/public/app/features/alerting/unified/hooks/useUnifiedAlertingSelector.ts
491
%%DATADIR%%/public/app/features/alerting/unified/hooks/useVizHeight.ts
492
%%DATADIR%%/public/app/features/alerting/unified/mocks.ts
493
%%DATADIR%%/public/app/features/alerting/unified/mocks/grafana-notifiers.ts
494
%%DATADIR%%/public/app/features/alerting/unified/state/AlertingQueryRunner.test.ts
495
%%DATADIR%%/public/app/features/alerting/unified/state/AlertingQueryRunner.ts
496
%%DATADIR%%/public/app/features/alerting/unified/state/actions.ts
497
%%DATADIR%%/public/app/features/alerting/unified/state/reducers.ts
498
%%DATADIR%%/public/app/features/alerting/unified/styles/table.ts
499
%%DATADIR%%/public/app/features/alerting/unified/types/amroutes.ts
500
%%DATADIR%%/public/app/features/alerting/unified/types/preview.ts
501
%%DATADIR%%/public/app/features/alerting/unified/types/receiver-form.ts
502
%%DATADIR%%/public/app/features/alerting/unified/types/rule-form.ts
503
%%DATADIR%%/public/app/features/alerting/unified/types/silence-form.ts
504
%%DATADIR%%/public/app/features/alerting/unified/types/time.ts
505
%%DATADIR%%/public/app/features/alerting/unified/utils/alertmanager.test.ts
506
%%DATADIR%%/public/app/features/alerting/unified/utils/alertmanager.ts
507
%%DATADIR%%/public/app/features/alerting/unified/utils/amroutes.ts
508
%%DATADIR%%/public/app/features/alerting/unified/utils/cloud-alertmanager-notifier-types.ts
509
%%DATADIR%%/public/app/features/alerting/unified/utils/config.ts
510
%%DATADIR%%/public/app/features/alerting/unified/utils/constants.ts
511
%%DATADIR%%/public/app/features/alerting/unified/utils/datasource.ts
512
%%DATADIR%%/public/app/features/alerting/unified/utils/dynamicTable.ts
513
%%DATADIR%%/public/app/features/alerting/unified/utils/matchers.ts
514
%%DATADIR%%/public/app/features/alerting/unified/utils/misc.ts
515
%%DATADIR%%/public/app/features/alerting/unified/utils/receiver-form.test.ts
516
%%DATADIR%%/public/app/features/alerting/unified/utils/receiver-form.ts
517
%%DATADIR%%/public/app/features/alerting/unified/utils/receivers.ts
518
%%DATADIR%%/public/app/features/alerting/unified/utils/redux.ts
519
%%DATADIR%%/public/app/features/alerting/unified/utils/rule-form.ts
520
%%DATADIR%%/public/app/features/alerting/unified/utils/rules.ts
521
%%DATADIR%%/public/app/features/alerting/unified/utils/templates.ts
522
%%DATADIR%%/public/app/features/alerting/unified/utils/time.ts
523
%%DATADIR%%/public/app/features/alerting/unified/utils/timeRange.test.ts
524
%%DATADIR%%/public/app/features/alerting/unified/utils/timeRange.ts
525
%%DATADIR%%/public/app/features/alerting/utils/notificationChannel.test.ts
526
%%DATADIR%%/public/app/features/alerting/utils/notificationChannels.ts
527
%%DATADIR%%/public/app/features/all.ts
528
%%DATADIR%%/public/app/features/annotations/all.ts
529
%%DATADIR%%/public/app/features/annotations/annotation_tooltip.ts
530
%%DATADIR%%/public/app/features/annotations/annotations_srv.ts
531
%%DATADIR%%/public/app/features/annotations/api.ts
532
%%DATADIR%%/public/app/features/annotations/components/AnnotationResultMapper.tsx
533
%%DATADIR%%/public/app/features/annotations/components/StandardAnnotationQueryEditor.tsx
534
%%DATADIR%%/public/app/features/annotations/event_editor.ts
535
%%DATADIR%%/public/app/features/annotations/event_manager.ts
536
%%DATADIR%%/public/app/features/annotations/events_processing.ts
537
%%DATADIR%%/public/app/features/annotations/partials/event_editor.html
538
%%DATADIR%%/public/app/features/annotations/specs/annotations_srv.test.ts
539
%%DATADIR%%/public/app/features/annotations/specs/annotations_srv_specs.test.ts
540
%%DATADIR%%/public/app/features/annotations/standardAnnotationSupport.test.ts
541
%%DATADIR%%/public/app/features/annotations/standardAnnotationSupport.ts
542
%%DATADIR%%/public/app/features/annotations/types.ts
543
%%DATADIR%%/public/app/features/api-keys/ApiKeysActionBar.tsx
544
%%DATADIR%%/public/app/features/api-keys/ApiKeysAddedModal.test.tsx
545
%%DATADIR%%/public/app/features/api-keys/ApiKeysAddedModal.tsx
546
%%DATADIR%%/public/app/features/api-keys/ApiKeysController.tsx
547
%%DATADIR%%/public/app/features/api-keys/ApiKeysForm.tsx
548
%%DATADIR%%/public/app/features/api-keys/ApiKeysPage.test.tsx
549
%%DATADIR%%/public/app/features/api-keys/ApiKeysPage.tsx
550
%%DATADIR%%/public/app/features/api-keys/ApiKeysTable.tsx
551
%%DATADIR%%/public/app/features/api-keys/__mocks__/apiKeysMock.ts
552
%%DATADIR%%/public/app/features/api-keys/__snapshots__/ApiKeysAddedModal.test.tsx.snap
553
%%DATADIR%%/public/app/features/api-keys/state/actions.ts
554
%%DATADIR%%/public/app/features/api-keys/state/reducers.test.ts
555
%%DATADIR%%/public/app/features/api-keys/state/reducers.ts
556
%%DATADIR%%/public/app/features/api-keys/state/selectors.test.ts
557
%%DATADIR%%/public/app/features/api-keys/state/selectors.ts
558
%%DATADIR%%/public/app/features/dashboard/components/AddPanelWidget/AddPanelWidget.test.tsx
559
%%DATADIR%%/public/app/features/dashboard/components/AddPanelWidget/AddPanelWidget.tsx
560
%%DATADIR%%/public/app/features/dashboard/components/AddPanelWidget/_AddPanelWidget.scss
561
%%DATADIR%%/public/app/features/dashboard/components/AddPanelWidget/__snapshots__/AddPanelWidget.test.tsx.snap
562
%%DATADIR%%/public/app/features/dashboard/components/AddPanelWidget/index.ts
563
%%DATADIR%%/public/app/features/dashboard/components/AnnotationSettings/AngularEditorLoader.tsx
564
%%DATADIR%%/public/app/features/dashboard/components/AnnotationSettings/AnnotationSettingsEdit.tsx
565
%%DATADIR%%/public/app/features/dashboard/components/AnnotationSettings/AnnotationSettingsList.tsx
566
%%DATADIR%%/public/app/features/dashboard/components/AnnotationSettings/index.tsx
567
%%DATADIR%%/public/app/features/dashboard/components/DashExportModal/DashboardExporter.test.ts
568
%%DATADIR%%/public/app/features/dashboard/components/DashExportModal/DashboardExporter.ts
569
%%DATADIR%%/public/app/features/dashboard/components/DashExportModal/index.ts
570
%%DATADIR%%/public/app/features/dashboard/components/DashNav/DashNav.tsx
571
%%DATADIR%%/public/app/features/dashboard/components/DashNav/DashNavButton.tsx
572
%%DATADIR%%/public/app/features/dashboard/components/DashNav/DashNavTimeControls.test.tsx
573
%%DATADIR%%/public/app/features/dashboard/components/DashNav/DashNavTimeControls.tsx
574
%%DATADIR%%/public/app/features/dashboard/components/DashNav/index.ts
575
%%DATADIR%%/public/app/features/dashboard/components/DashboardLoading/DashboardFailed.tsx
576
%%DATADIR%%/public/app/features/dashboard/components/DashboardLoading/DashboardLoading.tsx
577
%%DATADIR%%/public/app/features/dashboard/components/DashboardPermissions/DashboardPermissions.tsx
578
%%DATADIR%%/public/app/features/dashboard/components/DashboardPrompt/DashboardPrompt.test.tsx
579
%%DATADIR%%/public/app/features/dashboard/components/DashboardPrompt/DashboardPrompt.tsx
580
%%DATADIR%%/public/app/features/dashboard/components/DashboardRow/DashboardRow.test.tsx
581
%%DATADIR%%/public/app/features/dashboard/components/DashboardRow/DashboardRow.tsx
582
%%DATADIR%%/public/app/features/dashboard/components/DashboardRow/index.ts
583
%%DATADIR%%/public/app/features/dashboard/components/DashboardSettings/AnnotationsSettings.test.tsx
584
%%DATADIR%%/public/app/features/dashboard/components/DashboardSettings/AnnotationsSettings.tsx
585
%%DATADIR%%/public/app/features/dashboard/components/DashboardSettings/AutoRefreshIntervals.test.tsx
586
%%DATADIR%%/public/app/features/dashboard/components/DashboardSettings/AutoRefreshIntervals.tsx
587
%%DATADIR%%/public/app/features/dashboard/components/DashboardSettings/DashboardSettings.tsx
588
%%DATADIR%%/public/app/features/dashboard/components/DashboardSettings/DashboardSettingsHeader.tsx
589
%%DATADIR%%/public/app/features/dashboard/components/DashboardSettings/GeneralSettings.tsx
590
%%DATADIR%%/public/app/features/dashboard/components/DashboardSettings/JsonEditorSettings.tsx
591
%%DATADIR%%/public/app/features/dashboard/components/DashboardSettings/LinksSettings.test.tsx
592
%%DATADIR%%/public/app/features/dashboard/components/DashboardSettings/LinksSettings.tsx
593
%%DATADIR%%/public/app/features/dashboard/components/DashboardSettings/ListNewButton.tsx
594
%%DATADIR%%/public/app/features/dashboard/components/DashboardSettings/TimePickerSettings.tsx
595
%%DATADIR%%/public/app/features/dashboard/components/DashboardSettings/VersionsSettings.test.tsx
596
%%DATADIR%%/public/app/features/dashboard/components/DashboardSettings/VersionsSettings.tsx
597
%%DATADIR%%/public/app/features/dashboard/components/DashboardSettings/__mocks__/versions.ts
598
%%DATADIR%%/public/app/features/dashboard/components/DashboardSettings/index.ts
599
%%DATADIR%%/public/app/features/dashboard/components/DeleteDashboard/DeleteDashboardButton.tsx
600
%%DATADIR%%/public/app/features/dashboard/components/DeleteDashboard/DeleteDashboardModal.tsx
601
%%DATADIR%%/public/app/features/dashboard/components/DeleteDashboard/useDashboardDelete.tsx
602
%%DATADIR%%/public/app/features/dashboard/components/FolderPicker/FolderPickerCtrl.ts
603
%%DATADIR%%/public/app/features/dashboard/components/Inspector/InspectContent.tsx
604
%%DATADIR%%/public/app/features/dashboard/components/Inspector/PanelInspectActions.tsx
605
%%DATADIR%%/public/app/features/dashboard/components/Inspector/PanelInspector.tsx
606
%%DATADIR%%/public/app/features/dashboard/components/Inspector/hooks.ts
607
%%DATADIR%%/public/app/features/dashboard/components/LinksSettings/LinkSettingsEdit.tsx
608
%%DATADIR%%/public/app/features/dashboard/components/LinksSettings/LinkSettingsList.tsx
609
%%DATADIR%%/public/app/features/dashboard/components/LinksSettings/index.tsx
610
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/AngularPanelOptions.tsx
611
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/DynamicConfigValueEditor.tsx
612
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/OptionsPane.tsx
613
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/OptionsPaneCategory.tsx
614
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/OptionsPaneCategoryDescriptor.tsx
615
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/OptionsPaneItemDescriptor.tsx
616
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/OptionsPaneOptions.test.tsx
617
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/OptionsPaneOptions.tsx
618
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/OverrideCategoryTitle.tsx
619
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/PanelEditor.tsx
620
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/PanelEditorQueries.tsx
621
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/PanelEditorTableView.tsx
622
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/PanelEditorTabs.tsx
623
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/PanelNotSupported.test.tsx
624
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/PanelNotSupported.tsx
625
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/VisualizationButton.tsx
626
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/VisualizationSelectPane.tsx
627
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/getFieldOverrideElements.tsx
628
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/getPanelFrameOptions.tsx
629
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/getVizualizationOptions.tsx
630
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/index.ts
631
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/state/OptionSearchEngine.test.ts
632
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/state/OptionSearchEngine.ts
633
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/state/actions.test.ts
634
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/state/actions.ts
635
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/state/getRecentOptions.ts
636
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/state/reducers.ts
637
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/state/selectors.test.ts
638
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/state/selectors.ts
639
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/state/utils.ts
640
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/types.ts
641
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/usePanelLatestData.ts
642
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/utils.test.ts
643
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/utils.ts
644
%%DATADIR%%/public/app/features/dashboard/components/RepeatRowSelect/RepeatRowSelect.tsx
645
%%DATADIR%%/public/app/features/dashboard/components/RowOptions/RowOptionsButton.tsx
646
%%DATADIR%%/public/app/features/dashboard/components/RowOptions/RowOptionsForm.tsx
647
%%DATADIR%%/public/app/features/dashboard/components/RowOptions/RowOptionsModal.tsx
648
%%DATADIR%%/public/app/features/dashboard/components/SaveDashboard/SaveDashboardAsModal.tsx
649
%%DATADIR%%/public/app/features/dashboard/components/SaveDashboard/SaveDashboardButton.tsx
650
%%DATADIR%%/public/app/features/dashboard/components/SaveDashboard/SaveDashboardErrorProxy.tsx
651
%%DATADIR%%/public/app/features/dashboard/components/SaveDashboard/SaveDashboardModal.tsx
652
%%DATADIR%%/public/app/features/dashboard/components/SaveDashboard/SaveDashboardModalProxy.tsx
653
%%DATADIR%%/public/app/features/dashboard/components/SaveDashboard/SaveProvisionedDashboard.tsx
654
%%DATADIR%%/public/app/features/dashboard/components/SaveDashboard/UnsavedChangesModal.tsx
655
%%DATADIR%%/public/app/features/dashboard/components/SaveDashboard/forms/SaveDashboardAsForm.test.tsx
656
%%DATADIR%%/public/app/features/dashboard/components/SaveDashboard/forms/SaveDashboardAsForm.tsx
657
%%DATADIR%%/public/app/features/dashboard/components/SaveDashboard/forms/SaveDashboardForm.test.tsx
658
%%DATADIR%%/public/app/features/dashboard/components/SaveDashboard/forms/SaveDashboardForm.tsx
659
%%DATADIR%%/public/app/features/dashboard/components/SaveDashboard/forms/SaveProvisionedDashboardForm.tsx
660
%%DATADIR%%/public/app/features/dashboard/components/SaveDashboard/types.ts
661
%%DATADIR%%/public/app/features/dashboard/components/SaveDashboard/useDashboardSave.tsx
662
%%DATADIR%%/public/app/features/dashboard/components/ShareModal/ShareEmbed.tsx
663
%%DATADIR%%/public/app/features/dashboard/components/ShareModal/ShareExport.tsx
664
%%DATADIR%%/public/app/features/dashboard/components/ShareModal/ShareLibraryPanel.tsx
665
%%DATADIR%%/public/app/features/dashboard/components/ShareModal/ShareLink.test.tsx
666
%%DATADIR%%/public/app/features/dashboard/components/ShareModal/ShareLink.tsx
667
%%DATADIR%%/public/app/features/dashboard/components/ShareModal/ShareModal.tsx
668
%%DATADIR%%/public/app/features/dashboard/components/ShareModal/ShareSnapshot.tsx
669
%%DATADIR%%/public/app/features/dashboard/components/ShareModal/ViewJsonModal.tsx
670
%%DATADIR%%/public/app/features/dashboard/components/ShareModal/index.ts
671
%%DATADIR%%/public/app/features/dashboard/components/ShareModal/types.ts
672
%%DATADIR%%/public/app/features/dashboard/components/ShareModal/utils.ts
673
%%DATADIR%%/public/app/features/dashboard/components/SubMenu/AnnotationPicker.tsx
674
%%DATADIR%%/public/app/features/dashboard/components/SubMenu/Annotations.tsx
675
%%DATADIR%%/public/app/features/dashboard/components/SubMenu/DashboardLinks.tsx
676
%%DATADIR%%/public/app/features/dashboard/components/SubMenu/DashboardLinksDashboard.test.tsx
677
%%DATADIR%%/public/app/features/dashboard/components/SubMenu/DashboardLinksDashboard.tsx
678
%%DATADIR%%/public/app/features/dashboard/components/SubMenu/SubMenu.tsx
679
%%DATADIR%%/public/app/features/dashboard/components/SubMenu/SubMenuItems.tsx
680
%%DATADIR%%/public/app/features/dashboard/components/TransformationsEditor/TransformationEditor.tsx
681
%%DATADIR%%/public/app/features/dashboard/components/TransformationsEditor/TransformationOperationRow.tsx
682
%%DATADIR%%/public/app/features/dashboard/components/TransformationsEditor/TransformationOperationRows.tsx
683
%%DATADIR%%/public/app/features/dashboard/components/TransformationsEditor/TransformationsEditor.test.tsx
684
%%DATADIR%%/public/app/features/dashboard/components/TransformationsEditor/TransformationsEditor.tsx
685
%%DATADIR%%/public/app/features/dashboard/components/TransformationsEditor/types.ts
686
%%DATADIR%%/public/app/features/dashboard/components/VersionHistory/DiffGroup.tsx
687
%%DATADIR%%/public/app/features/dashboard/components/VersionHistory/DiffTitle.tsx
688
%%DATADIR%%/public/app/features/dashboard/components/VersionHistory/DiffValues.tsx
689
%%DATADIR%%/public/app/features/dashboard/components/VersionHistory/DiffViewer.tsx
690
%%DATADIR%%/public/app/features/dashboard/components/VersionHistory/HistorySrv.test.ts
691
%%DATADIR%%/public/app/features/dashboard/components/VersionHistory/HistorySrv.ts
692
%%DATADIR%%/public/app/features/dashboard/components/VersionHistory/RevertDashboardModal.tsx
693
%%DATADIR%%/public/app/features/dashboard/components/VersionHistory/VersionHistoryButtons.tsx
694
%%DATADIR%%/public/app/features/dashboard/components/VersionHistory/VersionHistoryComparison.tsx
695
%%DATADIR%%/public/app/features/dashboard/components/VersionHistory/VersionHistoryHeader.tsx
696
%%DATADIR%%/public/app/features/dashboard/components/VersionHistory/VersionHistoryTable.tsx
697
%%DATADIR%%/public/app/features/dashboard/components/VersionHistory/__mocks__/dashboardHistoryMocks.ts
698
%%DATADIR%%/public/app/features/dashboard/components/VersionHistory/index.ts
699
%%DATADIR%%/public/app/features/dashboard/components/VersionHistory/useDashboardRestore.tsx
700
%%DATADIR%%/public/app/features/dashboard/components/VersionHistory/utils.test.ts
701
%%DATADIR%%/public/app/features/dashboard/components/VersionHistory/utils.ts
702
%%DATADIR%%/public/app/features/dashboard/components/VizTypePicker/PanelTypeCard.tsx
703
%%DATADIR%%/public/app/features/dashboard/components/VizTypePicker/VizTypePicker.tsx
704
%%DATADIR%%/public/app/features/dashboard/components/VizTypePicker/VizTypePickerPlugin.tsx
705
%%DATADIR%%/public/app/features/dashboard/containers/DashboardPage.test.tsx
706
%%DATADIR%%/public/app/features/dashboard/containers/DashboardPage.tsx
707
%%DATADIR%%/public/app/features/dashboard/containers/SoloPanelPage.test.tsx
708
%%DATADIR%%/public/app/features/dashboard/containers/SoloPanelPage.tsx
709
%%DATADIR%%/public/app/features/dashboard/containers/__snapshots__/DashboardPage.test.tsx.snap
710
%%DATADIR%%/public/app/features/dashboard/dashgrid/DashboardGrid.test.tsx
711
%%DATADIR%%/public/app/features/dashboard/dashgrid/DashboardGrid.tsx
712
%%DATADIR%%/public/app/features/dashboard/dashgrid/DashboardPanel.tsx
713
%%DATADIR%%/public/app/features/dashboard/dashgrid/PanelChrome.test.tsx
714
%%DATADIR%%/public/app/features/dashboard/dashgrid/PanelChrome.tsx
715
%%DATADIR%%/public/app/features/dashboard/dashgrid/PanelChromeAngular.tsx
716
%%DATADIR%%/public/app/features/dashboard/dashgrid/PanelHeader/PanelHeader.tsx
717
%%DATADIR%%/public/app/features/dashboard/dashgrid/PanelHeader/PanelHeaderCorner.test.tsx
718
%%DATADIR%%/public/app/features/dashboard/dashgrid/PanelHeader/PanelHeaderCorner.tsx
719
%%DATADIR%%/public/app/features/dashboard/dashgrid/PanelHeader/PanelHeaderLoadingIndicator.tsx
720
%%DATADIR%%/public/app/features/dashboard/dashgrid/PanelHeader/PanelHeaderMenu.tsx
721
%%DATADIR%%/public/app/features/dashboard/dashgrid/PanelHeader/PanelHeaderMenuItem.tsx
722
%%DATADIR%%/public/app/features/dashboard/dashgrid/PanelHeader/PanelHeaderMenuProvider.tsx
723
%%DATADIR%%/public/app/features/dashboard/dashgrid/PanelHeader/PanelHeaderMenuTrigger.tsx
724
%%DATADIR%%/public/app/features/dashboard/dashgrid/PanelHeader/PanelHeaderMenuWrapper.tsx
725
%%DATADIR%%/public/app/features/dashboard/dashgrid/PanelHeader/PanelHeaderNotice.tsx
726
%%DATADIR%%/public/app/features/dashboard/dashgrid/PanelHeader/PanelHeaderNotices.tsx
727
%%DATADIR%%/public/app/features/dashboard/dashgrid/PanelPluginError.tsx
728
%%DATADIR%%/public/app/features/dashboard/dashgrid/PanelResizer.tsx
729
%%DATADIR%%/public/app/features/dashboard/dashgrid/SeriesVisibilityConfigFactory.ts
730
%%DATADIR%%/public/app/features/dashboard/dashgrid/__snapshots__/DashboardGrid.test.tsx.snap
731
%%DATADIR%%/public/app/features/dashboard/index.ts
732
%%DATADIR%%/public/app/features/dashboard/services/DashboardLoaderSrv.ts
733
%%DATADIR%%/public/app/features/dashboard/services/DashboardSrv.ts
734
%%DATADIR%%/public/app/features/dashboard/services/TimeSrv.test.ts
735
%%DATADIR%%/public/app/features/dashboard/services/TimeSrv.ts
736
%%DATADIR%%/public/app/features/dashboard/state/DashboardMigrator.test.ts
737
%%DATADIR%%/public/app/features/dashboard/state/DashboardMigrator.ts
738
%%DATADIR%%/public/app/features/dashboard/state/DashboardModel.repeat.test.ts
739
%%DATADIR%%/public/app/features/dashboard/state/DashboardModel.test.ts
740
%%DATADIR%%/public/app/features/dashboard/state/DashboardModel.ts
741
%%DATADIR%%/public/app/features/dashboard/state/PanelModel.test.ts
742
%%DATADIR%%/public/app/features/dashboard/state/PanelModel.ts
743
%%DATADIR%%/public/app/features/dashboard/state/actions.ts
744
%%DATADIR%%/public/app/features/dashboard/state/analyticsProcessor.ts
745
%%DATADIR%%/public/app/features/dashboard/state/getPanelOptionsWithDefaults.test.ts
746
%%DATADIR%%/public/app/features/dashboard/state/getPanelOptionsWithDefaults.ts
747
%%DATADIR%%/public/app/features/dashboard/state/index.ts
748
%%DATADIR%%/public/app/features/dashboard/state/initDashboard.test.ts
749
%%DATADIR%%/public/app/features/dashboard/state/initDashboard.ts
750
%%DATADIR%%/public/app/features/dashboard/state/reducers.test.ts
751
%%DATADIR%%/public/app/features/dashboard/state/reducers.ts
752
%%DATADIR%%/public/app/features/dashboard/state/selectors.ts
753
%%DATADIR%%/public/app/features/dashboard/utils/getPanelMenu.test.ts
754
%%DATADIR%%/public/app/features/dashboard/utils/getPanelMenu.ts
755
%%DATADIR%%/public/app/features/dashboard/utils/getRefreshFromUrl.test.ts
756
%%DATADIR%%/public/app/features/dashboard/utils/getRefreshFromUrl.ts
757
%%DATADIR%%/public/app/features/dashboard/utils/loadSnapshotData.ts
758
%%DATADIR%%/public/app/features/dashboard/utils/panel.test.ts
759
%%DATADIR%%/public/app/features/dashboard/utils/panel.ts
760
%%DATADIR%%/public/app/features/datasources/DashboardsTable.test.tsx
761
%%DATADIR%%/public/app/features/datasources/DashboardsTable.tsx
762
%%DATADIR%%/public/app/features/datasources/DataSourceDashboards.test.tsx
763
%%DATADIR%%/public/app/features/datasources/DataSourceDashboards.tsx
764
%%DATADIR%%/public/app/features/datasources/DataSourceList.test.tsx
765
%%DATADIR%%/public/app/features/datasources/DataSourcesList.tsx
766
%%DATADIR%%/public/app/features/datasources/DataSourcesListPage.test.tsx
767
%%DATADIR%%/public/app/features/datasources/DataSourcesListPage.tsx
768
%%DATADIR%%/public/app/features/datasources/NewDataSourcePage.tsx
769
%%DATADIR%%/public/app/features/datasources/__mocks__/dataSourcesMocks.ts
770
%%DATADIR%%/public/app/features/datasources/__snapshots__/DashboardsTable.test.tsx.snap
771
%%DATADIR%%/public/app/features/datasources/__snapshots__/DataSourceDashboards.test.tsx.snap
772
%%DATADIR%%/public/app/features/datasources/__snapshots__/DataSourcesListPage.test.tsx.snap
773
%%DATADIR%%/public/app/features/datasources/mocks.ts
774
%%DATADIR%%/public/app/features/datasources/partials/http_settings.html
775
%%DATADIR%%/public/app/features/datasources/partials/http_settings_next.html
776
%%DATADIR%%/public/app/features/datasources/partials/tls_auth_settings.html
777
%%DATADIR%%/public/app/features/datasources/settings/BasicSettings.test.tsx
778
%%DATADIR%%/public/app/features/datasources/settings/BasicSettings.tsx
779
%%DATADIR%%/public/app/features/datasources/settings/ButtonRow.test.tsx
780
%%DATADIR%%/public/app/features/datasources/settings/ButtonRow.tsx
781
%%DATADIR%%/public/app/features/datasources/settings/CloudInfoBox.tsx
782
%%DATADIR%%/public/app/features/datasources/settings/DataSourceSettingsPage.test.tsx
783
%%DATADIR%%/public/app/features/datasources/settings/DataSourceSettingsPage.tsx
784
%%DATADIR%%/public/app/features/datasources/settings/HttpSettingsCtrl.ts
785
%%DATADIR%%/public/app/features/datasources/settings/PluginSettings.tsx
786
%%DATADIR%%/public/app/features/datasources/settings/TlsAuthSettingsCtrl.ts
787
%%DATADIR%%/public/app/features/datasources/settings/__snapshots__/BasicSettings.test.tsx.snap
788
%%DATADIR%%/public/app/features/datasources/settings/__snapshots__/ButtonRow.test.tsx.snap
789
%%DATADIR%%/public/app/features/datasources/state/actions.test.ts
790
%%DATADIR%%/public/app/features/datasources/state/actions.ts
791
%%DATADIR%%/public/app/features/datasources/state/buildCategories.test.ts
792
%%DATADIR%%/public/app/features/datasources/state/buildCategories.ts
793
%%DATADIR%%/public/app/features/datasources/state/navModel.ts
794
%%DATADIR%%/public/app/features/datasources/state/reducers.test.ts
795
%%DATADIR%%/public/app/features/datasources/state/reducers.ts
796
%%DATADIR%%/public/app/features/datasources/state/selectors.ts
797
%%DATADIR%%/public/app/features/datasources/utils/passwordHandlers.test.ts
798
%%DATADIR%%/public/app/features/datasources/utils/passwordHandlers.ts
799
%%DATADIR%%/public/app/features/explore/AdHocFilter.tsx
800
%%DATADIR%%/public/app/features/explore/AdHocFilterField.test.tsx
801
%%DATADIR%%/public/app/features/explore/AdHocFilterField.tsx
802
%%DATADIR%%/public/app/features/explore/ElapsedTime.tsx
803
%%DATADIR%%/public/app/features/explore/ErrorContainer.test.tsx
804
%%DATADIR%%/public/app/features/explore/ErrorContainer.tsx
805
%%DATADIR%%/public/app/features/explore/Explore.test.tsx
806
%%DATADIR%%/public/app/features/explore/Explore.tsx
807
%%DATADIR%%/public/app/features/explore/ExploreDrawer.test.tsx
808
%%DATADIR%%/public/app/features/explore/ExploreDrawer.tsx
809
%%DATADIR%%/public/app/features/explore/ExploreGraphNGPanel.tsx
810
%%DATADIR%%/public/app/features/explore/ExplorePaneContainer.tsx
811
%%DATADIR%%/public/app/features/explore/ExploreQueryInspector.test.tsx
812
%%DATADIR%%/public/app/features/explore/ExploreQueryInspector.tsx
813
%%DATADIR%%/public/app/features/explore/ExploreTimeControls.tsx
814
%%DATADIR%%/public/app/features/explore/ExploreToolbar.tsx
815
%%DATADIR%%/public/app/features/explore/JSONViewer.tsx
816
%%DATADIR%%/public/app/features/explore/LiveLogs.test.tsx
817
%%DATADIR%%/public/app/features/explore/LiveLogs.tsx
818
%%DATADIR%%/public/app/features/explore/LiveTailButton.tsx
819
%%DATADIR%%/public/app/features/explore/Logs.tsx
820
%%DATADIR%%/public/app/features/explore/LogsContainer.tsx
821
%%DATADIR%%/public/app/features/explore/LogsMetaRow.tsx
822
%%DATADIR%%/public/app/features/explore/LogsNavigation.test.tsx
823
%%DATADIR%%/public/app/features/explore/LogsNavigation.tsx
824
%%DATADIR%%/public/app/features/explore/LogsNavigationPages.test.tsx
825
%%DATADIR%%/public/app/features/explore/LogsNavigationPages.tsx
826
%%DATADIR%%/public/app/features/explore/MetaInfoText.test.tsx
827
%%DATADIR%%/public/app/features/explore/MetaInfoText.tsx
828
%%DATADIR%%/public/app/features/explore/NoDataSourceCallToAction.tsx
829
%%DATADIR%%/public/app/features/explore/NodeGraphContainer.test.tsx
830
%%DATADIR%%/public/app/features/explore/NodeGraphContainer.tsx
831
%%DATADIR%%/public/app/features/explore/QueryEditor.tsx
832
%%DATADIR%%/public/app/features/explore/QueryRow.test.tsx
833
%%DATADIR%%/public/app/features/explore/QueryRow.tsx
834
%%DATADIR%%/public/app/features/explore/QueryRowActions.test.tsx
835
%%DATADIR%%/public/app/features/explore/QueryRowActions.tsx
836
%%DATADIR%%/public/app/features/explore/QueryRows.tsx
837
%%DATADIR%%/public/app/features/explore/QueryStatus.test.tsx
838
%%DATADIR%%/public/app/features/explore/QueryStatus.tsx
839
%%DATADIR%%/public/app/features/explore/ResponseErrorContainer.test.tsx
840
%%DATADIR%%/public/app/features/explore/ResponseErrorContainer.tsx
841
%%DATADIR%%/public/app/features/explore/ReturnToDashboardButton.test.tsx
842
%%DATADIR%%/public/app/features/explore/ReturnToDashboardButton.tsx
843
%%DATADIR%%/public/app/features/explore/RichHistory/RichHistory.test.tsx
844
%%DATADIR%%/public/app/features/explore/RichHistory/RichHistory.tsx
845
%%DATADIR%%/public/app/features/explore/RichHistory/RichHistoryCard.test.tsx
846
%%DATADIR%%/public/app/features/explore/RichHistory/RichHistoryCard.tsx
847
%%DATADIR%%/public/app/features/explore/RichHistory/RichHistoryContainer.test.tsx
848
%%DATADIR%%/public/app/features/explore/RichHistory/RichHistoryContainer.tsx
849
%%DATADIR%%/public/app/features/explore/RichHistory/RichHistoryQueriesTab.test.tsx
850
%%DATADIR%%/public/app/features/explore/RichHistory/RichHistoryQueriesTab.tsx
851
%%DATADIR%%/public/app/features/explore/RichHistory/RichHistorySettings.test.tsx
852
%%DATADIR%%/public/app/features/explore/RichHistory/RichHistorySettings.tsx
853
%%DATADIR%%/public/app/features/explore/RichHistory/RichHistoryStarredTab.test.tsx
854
%%DATADIR%%/public/app/features/explore/RichHistory/RichHistoryStarredTab.tsx
855
%%DATADIR%%/public/app/features/explore/RunButton.test.tsx
856
%%DATADIR%%/public/app/features/explore/RunButton.tsx
857
%%DATADIR%%/public/app/features/explore/SecondaryActions.test.tsx
858
%%DATADIR%%/public/app/features/explore/SecondaryActions.tsx
859
%%DATADIR%%/public/app/features/explore/TableContainer.test.tsx
860
%%DATADIR%%/public/app/features/explore/TableContainer.tsx
861
%%DATADIR%%/public/app/features/explore/Time.tsx
862
%%DATADIR%%/public/app/features/explore/TimeSyncButton.test.tsx
863
%%DATADIR%%/public/app/features/explore/TimeSyncButton.tsx
864
%%DATADIR%%/public/app/features/explore/TraceView/TraceView.test.tsx
865
%%DATADIR%%/public/app/features/explore/TraceView/TraceView.tsx
866
%%DATADIR%%/public/app/features/explore/TraceView/TraceViewContainer.tsx
867
%%DATADIR%%/public/app/features/explore/TraceView/createSpanLink.test.ts
868
%%DATADIR%%/public/app/features/explore/TraceView/createSpanLink.tsx
869
%%DATADIR%%/public/app/features/explore/TraceView/uiElements.tsx
870
%%DATADIR%%/public/app/features/explore/TraceView/useChildrenState.test.ts
871
%%DATADIR%%/public/app/features/explore/TraceView/useChildrenState.ts
872
%%DATADIR%%/public/app/features/explore/TraceView/useDetailState.test.ts
873
%%DATADIR%%/public/app/features/explore/TraceView/useDetailState.ts
874
%%DATADIR%%/public/app/features/explore/TraceView/useHoverIndentGuide.test.ts
875
%%DATADIR%%/public/app/features/explore/TraceView/useHoverIndentGuide.ts
876
%%DATADIR%%/public/app/features/explore/TraceView/useSearch.test.ts
877
%%DATADIR%%/public/app/features/explore/TraceView/useSearch.ts
878
%%DATADIR%%/public/app/features/explore/TraceView/useViewRange.test.ts
879
%%DATADIR%%/public/app/features/explore/TraceView/useViewRange.ts
880
%%DATADIR%%/public/app/features/explore/Wrapper.test.tsx
881
%%DATADIR%%/public/app/features/explore/Wrapper.tsx
882
%%DATADIR%%/public/app/features/explore/__mocks__/mockData.ts
883
%%DATADIR%%/public/app/features/explore/__snapshots__/ErrorContainer.test.tsx.snap
884
%%DATADIR%%/public/app/features/explore/__snapshots__/Explore.test.tsx.snap
885
%%DATADIR%%/public/app/features/explore/__snapshots__/MetaInfoText.test.tsx.snap
886
%%DATADIR%%/public/app/features/explore/__snapshots__/QueryRowActions.test.tsx.snap
887
%%DATADIR%%/public/app/features/explore/__snapshots__/TableContainer.test.tsx.snap
888
%%DATADIR%%/public/app/features/explore/flotgraph/getGraphSeriesModel.ts
889
%%DATADIR%%/public/app/features/explore/flotgraph/types.ts
890
%%DATADIR%%/public/app/features/explore/slate-plugins/prism/index.tsx
891
%%DATADIR%%/public/app/features/explore/state/datasource.test.ts
892
%%DATADIR%%/public/app/features/explore/state/datasource.ts
893
%%DATADIR%%/public/app/features/explore/state/explorePane.test.ts
894
%%DATADIR%%/public/app/features/explore/state/explorePane.ts
895
%%DATADIR%%/public/app/features/explore/state/history.ts
896
%%DATADIR%%/public/app/features/explore/state/main.test.ts
897
%%DATADIR%%/public/app/features/explore/state/main.ts
898
%%DATADIR%%/public/app/features/explore/state/query.test.ts
899
%%DATADIR%%/public/app/features/explore/state/query.ts
900
%%DATADIR%%/public/app/features/explore/state/selectors.ts
901
%%DATADIR%%/public/app/features/explore/state/time.test.ts
902
%%DATADIR%%/public/app/features/explore/state/time.ts
903
%%DATADIR%%/public/app/features/explore/state/utils.test.ts
904
%%DATADIR%%/public/app/features/explore/state/utils.ts
905
%%DATADIR%%/public/app/features/explore/useLiveTailControls.ts
906
%%DATADIR%%/public/app/features/explore/utils/LogsCrossFadeTransition.tsx
907
%%DATADIR%%/public/app/features/explore/utils/decorators.test.ts
908
%%DATADIR%%/public/app/features/explore/utils/decorators.ts
909
%%DATADIR%%/public/app/features/explore/utils/links.test.ts
910
%%DATADIR%%/public/app/features/explore/utils/links.ts
911
%%DATADIR%%/public/app/features/explore/utils/set.test.ts
912
%%DATADIR%%/public/app/features/explore/utils/set.ts
913
%%DATADIR%%/public/app/features/explore/utils/time.ts
914
%%DATADIR%%/public/app/features/expressions/ExpressionDatasource.ts
915
%%DATADIR%%/public/app/features/expressions/ExpressionQueryEditor.tsx
916
%%DATADIR%%/public/app/features/expressions/components/ClassicConditions.tsx
917
%%DATADIR%%/public/app/features/expressions/components/Condition.tsx
918
%%DATADIR%%/public/app/features/expressions/components/Math.tsx
919
%%DATADIR%%/public/app/features/expressions/components/Reduce.tsx
920
%%DATADIR%%/public/app/features/expressions/components/Resample.tsx
921
%%DATADIR%%/public/app/features/expressions/guards.ts
922
%%DATADIR%%/public/app/features/expressions/types.ts
923
%%DATADIR%%/public/app/features/expressions/utils/expressionTypes.ts
924
%%DATADIR%%/public/app/features/folders/FolderLibraryPanelsPage.tsx
925
%%DATADIR%%/public/app/features/folders/FolderPermissions.tsx
926
%%DATADIR%%/public/app/features/folders/FolderSettingsPage.test.tsx
927
%%DATADIR%%/public/app/features/folders/FolderSettingsPage.tsx
928
%%DATADIR%%/public/app/features/folders/__snapshots__/FolderSettingsPage.test.tsx.snap
929
%%DATADIR%%/public/app/features/folders/components/NewDashboardsFolder.tsx
930
%%DATADIR%%/public/app/features/folders/state/actions.ts
931
%%DATADIR%%/public/app/features/folders/state/navModel.ts
932
%%DATADIR%%/public/app/features/folders/state/reducers.test.ts
933
%%DATADIR%%/public/app/features/folders/state/reducers.ts
934
%%DATADIR%%/public/app/features/inspector/DetailText.tsx
935
%%DATADIR%%/public/app/features/inspector/InspectDataOptions.tsx
936
%%DATADIR%%/public/app/features/inspector/InspectDataTab.test.tsx
937
%%DATADIR%%/public/app/features/inspector/InspectDataTab.tsx
938
%%DATADIR%%/public/app/features/inspector/InspectErrorTab.tsx
939
%%DATADIR%%/public/app/features/inspector/InspectJSONTab.tsx
940
%%DATADIR%%/public/app/features/inspector/InspectMetadataTab.tsx
941
%%DATADIR%%/public/app/features/inspector/InspectStatsTab.tsx
942
%%DATADIR%%/public/app/features/inspector/InspectStatsTable.tsx
943
%%DATADIR%%/public/app/features/inspector/InspectSubtitle.tsx
944
%%DATADIR%%/public/app/features/inspector/QueryInspector.tsx
945
%%DATADIR%%/public/app/features/inspector/styles.ts
946
%%DATADIR%%/public/app/features/inspector/types.ts
947
%%DATADIR%%/public/app/features/library-panels/LibraryPanelsPage.tsx
948
%%DATADIR%%/public/app/features/library-panels/components/AddLibraryPanelModal/AddLibraryPanelModal.tsx
949
%%DATADIR%%/public/app/features/library-panels/components/ChangeLibraryPanelModal/ChangeLibraryPanelModal.tsx
950
%%DATADIR%%/public/app/features/library-panels/components/DeleteLibraryPanelModal/DeleteLibraryPanelModal.tsx
951
%%DATADIR%%/public/app/features/library-panels/components/DeleteLibraryPanelModal/actions.ts
952
%%DATADIR%%/public/app/features/library-panels/components/DeleteLibraryPanelModal/reducer.test.ts
953
%%DATADIR%%/public/app/features/library-panels/components/DeleteLibraryPanelModal/reducer.ts
954
%%DATADIR%%/public/app/features/library-panels/components/LibraryPanelCard/LibraryPanelCard.tsx
955
%%DATADIR%%/public/app/features/library-panels/components/LibraryPanelInfo/LibraryPanelInfo.tsx
956
%%DATADIR%%/public/app/features/library-panels/components/LibraryPanelsSearch/LibraryPanelsSearch.test.tsx
957
%%DATADIR%%/public/app/features/library-panels/components/LibraryPanelsSearch/LibraryPanelsSearch.tsx
958
%%DATADIR%%/public/app/features/library-panels/components/LibraryPanelsSearch/reducer.test.ts
959
%%DATADIR%%/public/app/features/library-panels/components/LibraryPanelsSearch/reducer.ts
960
%%DATADIR%%/public/app/features/library-panels/components/LibraryPanelsView/LibraryPanelsView.tsx
961
%%DATADIR%%/public/app/features/library-panels/components/LibraryPanelsView/actions.ts
962
%%DATADIR%%/public/app/features/library-panels/components/LibraryPanelsView/reducer.test.ts
963
%%DATADIR%%/public/app/features/library-panels/components/LibraryPanelsView/reducer.ts
964
%%DATADIR%%/public/app/features/library-panels/components/OpenLibraryPanelModal/OpenLibraryPanelModal.tsx
965
%%DATADIR%%/public/app/features/library-panels/components/PanelLibraryOptionsGroup/PanelLibraryOptionsGroup.tsx
966
%%DATADIR%%/public/app/features/library-panels/components/SaveLibraryPanelModal/SaveLibraryPanelModal.tsx
967
%%DATADIR%%/public/app/features/library-panels/components/UnlinkModal/UnlinkModal.tsx
968
%%DATADIR%%/public/app/features/library-panels/guard.ts
969
%%DATADIR%%/public/app/features/library-panels/state/api.ts
970
%%DATADIR%%/public/app/features/library-panels/styles.ts
971
%%DATADIR%%/public/app/features/library-panels/types.ts
972
%%DATADIR%%/public/app/features/library-panels/utils.ts
973
%%DATADIR%%/public/app/features/library-panels/utils/usePanelSave.ts
974
%%DATADIR%%/public/app/features/live/LiveConnectionWarning.tsx
975
%%DATADIR%%/public/app/features/live/channel.ts
976
%%DATADIR%%/public/app/features/live/dashboard/DashboardChangedModal.tsx
977
%%DATADIR%%/public/app/features/live/dashboard/dashboardWatcher.ts
978
%%DATADIR%%/public/app/features/live/dashboard/types.ts
979
%%DATADIR%%/public/app/features/live/features.ts
980
%%DATADIR%%/public/app/features/live/live.ts
981
%%DATADIR%%/public/app/features/live/measurements/measurementsSupport.ts
982
%%DATADIR%%/public/app/features/live/perf.ts
983
%%DATADIR%%/public/app/features/live/scopes.ts
984
%%DATADIR%%/public/app/features/manage-dashboards/DashboardImportPage.tsx
985
%%DATADIR%%/public/app/features/manage-dashboards/SnapshotListPage.tsx
986
%%DATADIR%%/public/app/features/manage-dashboards/components/ImportDashboardForm.tsx
987
%%DATADIR%%/public/app/features/manage-dashboards/components/ImportDashboardOverview.tsx
988
%%DATADIR%%/public/app/features/manage-dashboards/components/SnapshotListTable.test.tsx
989
%%DATADIR%%/public/app/features/manage-dashboards/components/SnapshotListTable.tsx
990
%%DATADIR%%/public/app/features/manage-dashboards/components/UploadDashboard/index.ts
991
%%DATADIR%%/public/app/features/manage-dashboards/components/UploadDashboard/uploadDashboardDirective.ts
992
%%DATADIR%%/public/app/features/manage-dashboards/index.ts
993
%%DATADIR%%/public/app/features/manage-dashboards/services/ValidationSrv.ts
994
%%DATADIR%%/public/app/features/manage-dashboards/state/actions.ts
995
%%DATADIR%%/public/app/features/manage-dashboards/state/reducers.ts
996
%%DATADIR%%/public/app/features/manage-dashboards/types.ts
997
%%DATADIR%%/public/app/features/manage-dashboards/utils/validation.ts
998
%%DATADIR%%/public/app/features/org/NewOrgPage.tsx
999
%%DATADIR%%/public/app/features/org/OrgDetailsPage.test.tsx
1000
%%DATADIR%%/public/app/features/org/OrgDetailsPage.tsx
1001
%%DATADIR%%/public/app/features/org/OrgProfile.test.tsx
1002
%%DATADIR%%/public/app/features/org/OrgProfile.tsx
1003
%%DATADIR%%/public/app/features/org/SelectOrgPage.tsx
1004
%%DATADIR%%/public/app/features/org/UserInviteForm.tsx
1005
%%DATADIR%%/public/app/features/org/UserInvitePage.tsx
1006
%%DATADIR%%/public/app/features/org/__snapshots__/OrgDetailsPage.test.tsx.snap
1007
%%DATADIR%%/public/app/features/org/__snapshots__/OrgProfile.test.tsx.snap
1008
%%DATADIR%%/public/app/features/org/state/actions.test.ts
1009
%%DATADIR%%/public/app/features/org/state/actions.ts
1010
%%DATADIR%%/public/app/features/org/state/reducers.test.ts
1011
%%DATADIR%%/public/app/features/org/state/reducers.ts
1012
%%DATADIR%%/public/app/features/panel/PanelRenderer.tsx
1013
%%DATADIR%%/public/app/features/panel/all.ts
1014
%%DATADIR%%/public/app/features/panel/metrics_panel_ctrl.ts
1015
%%DATADIR%%/public/app/features/panel/panel_ctrl.ts
1016
%%DATADIR%%/public/app/features/panel/panel_directive.ts
1017
%%DATADIR%%/public/app/features/panel/panel_editor_tab.ts
1018
%%DATADIR%%/public/app/features/panel/panellinks/linkSuppliers.test.ts
1019
%%DATADIR%%/public/app/features/panel/panellinks/linkSuppliers.ts
1020
%%DATADIR%%/public/app/features/panel/panellinks/link_srv.ts
1021
%%DATADIR%%/public/app/features/panel/panellinks/module.html
1022
%%DATADIR%%/public/app/features/panel/panellinks/module.ts
1023
%%DATADIR%%/public/app/features/panel/panellinks/specs/link_srv.test.ts
1024
%%DATADIR%%/public/app/features/panel/partials/query_editor_row.html
1025
%%DATADIR%%/public/app/features/panel/query_ctrl.ts
1026
%%DATADIR%%/public/app/features/panel/query_editor_row.ts
1027
%%DATADIR%%/public/app/features/panel/specs/metrics_panel_ctrl.test.ts
1028
%%DATADIR%%/public/app/features/playlist/PlaylistEditPage.test.tsx
1029
%%DATADIR%%/public/app/features/playlist/PlaylistEditPage.tsx
1030
%%DATADIR%%/public/app/features/playlist/PlaylistForm.test.tsx
1031
%%DATADIR%%/public/app/features/playlist/PlaylistForm.tsx
1032
%%DATADIR%%/public/app/features/playlist/PlaylistNewPage.test.tsx
1033
%%DATADIR%%/public/app/features/playlist/PlaylistNewPage.tsx
1034
%%DATADIR%%/public/app/features/playlist/PlaylistPage.tsx
1035
%%DATADIR%%/public/app/features/playlist/PlaylistSrv.test.ts
1036
%%DATADIR%%/public/app/features/playlist/PlaylistSrv.ts
1037
%%DATADIR%%/public/app/features/playlist/PlaylistStartPage.tsx
1038
%%DATADIR%%/public/app/features/playlist/PlaylistTable.tsx
1039
%%DATADIR%%/public/app/features/playlist/PlaylistTableRow.tsx
1040
%%DATADIR%%/public/app/features/playlist/PlaylistTableRows.tsx
1041
%%DATADIR%%/public/app/features/playlist/api.ts
1042
%%DATADIR%%/public/app/features/playlist/styles.ts
1043
%%DATADIR%%/public/app/features/playlist/types.ts
1044
%%DATADIR%%/public/app/features/playlist/usePlaylist.tsx
1045
%%DATADIR%%/public/app/features/playlist/usePlaylistItems.tsx
1046
%%DATADIR%%/public/app/features/plugins/AppRootPage.test.tsx
1047
%%DATADIR%%/public/app/features/plugins/AppRootPage.tsx
1048
%%DATADIR%%/public/app/features/plugins/PluginDashboards.tsx
1049
%%DATADIR%%/public/app/features/plugins/PluginList.test.tsx
1050
%%DATADIR%%/public/app/features/plugins/PluginList.tsx
1051
%%DATADIR%%/public/app/features/plugins/PluginListItem.test.tsx
1052
%%DATADIR%%/public/app/features/plugins/PluginListItem.tsx
1053
%%DATADIR%%/public/app/features/plugins/PluginListPage.test.tsx
1054
%%DATADIR%%/public/app/features/plugins/PluginListPage.tsx
1055
%%DATADIR%%/public/app/features/plugins/PluginPage.tsx
1056
%%DATADIR%%/public/app/features/plugins/PluginSettingsCache.ts
1057
%%DATADIR%%/public/app/features/plugins/PluginStateInfo.tsx
1058
%%DATADIR%%/public/app/features/plugins/PluginsErrorsInfo.tsx
1059
%%DATADIR%%/public/app/features/plugins/UpdatePluginModal.tsx
1060
%%DATADIR%%/public/app/features/plugins/__mocks__/pluginMocks.ts
1061
%%DATADIR%%/public/app/features/plugins/__snapshots__/PluginList.test.tsx.snap
1062
%%DATADIR%%/public/app/features/plugins/__snapshots__/PluginListItem.test.tsx.snap
1063
%%DATADIR%%/public/app/features/plugins/all.ts
1064
%%DATADIR%%/public/app/features/plugins/built_in_plugins.ts
1065
%%DATADIR%%/public/app/features/plugins/datasource_srv.ts
1066
%%DATADIR%%/public/app/features/plugins/partials/plugin_page.html
1067
%%DATADIR%%/public/app/features/plugins/plugin_component.ts
1068
%%DATADIR%%/public/app/features/plugins/plugin_loader.test.ts
1069
%%DATADIR%%/public/app/features/plugins/plugin_loader.ts
1070
%%DATADIR%%/public/app/features/plugins/plugin_page_ctrl.ts
1071
%%DATADIR%%/public/app/features/plugins/specs/datasource_srv.test.ts
1072
%%DATADIR%%/public/app/features/plugins/state/actions.ts
1073
%%DATADIR%%/public/app/features/plugins/state/reducers.test.ts
1074
%%DATADIR%%/public/app/features/plugins/state/reducers.ts
1075
%%DATADIR%%/public/app/features/plugins/state/selectors.test.ts
1076
%%DATADIR%%/public/app/features/plugins/state/selectors.ts
1077
%%DATADIR%%/public/app/features/plugins/variableQueryEditorLoader.tsx
1078
%%DATADIR%%/public/app/features/plugins/wrappers/AppConfigWrapper.tsx
1079
%%DATADIR%%/public/app/features/profile/ChangePasswordForm.tsx
1080
%%DATADIR%%/public/app/features/profile/ChangePasswordPage.tsx
1081
%%DATADIR%%/public/app/features/profile/UserOrganizations.tsx
1082
%%DATADIR%%/public/app/features/profile/UserProfileEditForm.tsx
1083
%%DATADIR%%/public/app/features/profile/UserProfileEditPage.test.tsx
1084
%%DATADIR%%/public/app/features/profile/UserProfileEditPage.tsx
1085
%%DATADIR%%/public/app/features/profile/UserSessions.tsx
1086
%%DATADIR%%/public/app/features/profile/UserTeams.tsx
1087
%%DATADIR%%/public/app/features/profile/all.ts
1088
%%DATADIR%%/public/app/features/profile/api.ts
1089
%%DATADIR%%/public/app/features/profile/state/actions.ts
1090
%%DATADIR%%/public/app/features/profile/state/reducers.test.ts
1091
%%DATADIR%%/public/app/features/profile/state/reducers.ts
1092
%%DATADIR%%/public/app/features/profile/state/selectors.ts
1093
%%DATADIR%%/public/app/features/profile/types.ts
1094
%%DATADIR%%/public/app/features/query/components/HelpToggle.tsx
1095
%%DATADIR%%/public/app/features/query/components/QueryEditorRow.test.ts
1096
%%DATADIR%%/public/app/features/query/components/QueryEditorRow.tsx
1097
%%DATADIR%%/public/app/features/query/components/QueryEditorRowHeader.test.tsx
1098
%%DATADIR%%/public/app/features/query/components/QueryEditorRowHeader.tsx
1099
%%DATADIR%%/public/app/features/query/components/QueryEditorRows.tsx
1100
%%DATADIR%%/public/app/features/query/components/QueryGroup.tsx
1101
%%DATADIR%%/public/app/features/query/components/QueryGroupOptions.tsx
1102
%%DATADIR%%/public/app/features/query/state/DashboardQueryRunner/AlertStatesWorker.test.ts
1103
%%DATADIR%%/public/app/features/query/state/DashboardQueryRunner/AlertStatesWorker.ts
1104
%%DATADIR%%/public/app/features/query/state/DashboardQueryRunner/AnnotationsQueryRunner.test.ts
1105
%%DATADIR%%/public/app/features/query/state/DashboardQueryRunner/AnnotationsQueryRunner.ts
1106
%%DATADIR%%/public/app/features/query/state/DashboardQueryRunner/AnnotationsWorker.test.ts
1107
%%DATADIR%%/public/app/features/query/state/DashboardQueryRunner/AnnotationsWorker.ts
1108
%%DATADIR%%/public/app/features/query/state/DashboardQueryRunner/DashboardQueryRunner.test.ts
1109
%%DATADIR%%/public/app/features/query/state/DashboardQueryRunner/DashboardQueryRunner.ts
1110
%%DATADIR%%/public/app/features/query/state/DashboardQueryRunner/LegacyAnnotationQueryRunner.test.ts
1111
%%DATADIR%%/public/app/features/query/state/DashboardQueryRunner/LegacyAnnotationQueryRunner.ts
1112
%%DATADIR%%/public/app/features/query/state/DashboardQueryRunner/SnapshotWorker.test.ts
1113
%%DATADIR%%/public/app/features/query/state/DashboardQueryRunner/SnapshotWorker.ts
1114
%%DATADIR%%/public/app/features/query/state/DashboardQueryRunner/testHelpers.ts
1115
%%DATADIR%%/public/app/features/query/state/DashboardQueryRunner/types.ts
1116
%%DATADIR%%/public/app/features/query/state/DashboardQueryRunner/utils.ts
1117
%%DATADIR%%/public/app/features/query/state/PanelQueryRunner.test.ts
1118
%%DATADIR%%/public/app/features/query/state/PanelQueryRunner.ts
1119
%%DATADIR%%/public/app/features/query/state/QueryRunner.ts
1120
%%DATADIR%%/public/app/features/query/state/mergePanelAndDashData.test.ts
1121
%%DATADIR%%/public/app/features/query/state/mergePanelAndDashData.ts
1122
%%DATADIR%%/public/app/features/query/state/processing/canceler.ts
1123
%%DATADIR%%/public/app/features/query/state/processing/revision.ts
1124
%%DATADIR%%/public/app/features/query/state/queryAnalytics.test.ts
1125
%%DATADIR%%/public/app/features/query/state/queryAnalytics.ts
1126
%%DATADIR%%/public/app/features/query/state/runRequest.test.ts
1127
%%DATADIR%%/public/app/features/query/state/runRequest.ts
1128
%%DATADIR%%/public/app/features/query/state/types.ts
1129
%%DATADIR%%/public/app/features/sandbox/BenchmarksPage.tsx
1130
%%DATADIR%%/public/app/features/sandbox/TestStuffPage.tsx
1131
%%DATADIR%%/public/app/features/search/components/ActionRow.tsx
1132
%%DATADIR%%/public/app/features/search/components/ConfirmDeleteModal.tsx
1133
%%DATADIR%%/public/app/features/search/components/DashboardActions.tsx
1134
%%DATADIR%%/public/app/features/search/components/DashboardListPage.tsx
1135
%%DATADIR%%/public/app/features/search/components/DashboardSearch.test.tsx
1136
%%DATADIR%%/public/app/features/search/components/DashboardSearch.tsx
1137
%%DATADIR%%/public/app/features/search/components/ManageDashboards.tsx
1138
%%DATADIR%%/public/app/features/search/components/MoveToFolderModal.tsx
1139
%%DATADIR%%/public/app/features/search/components/SearchCheckbox.tsx
1140
%%DATADIR%%/public/app/features/search/components/SearchField.tsx
1141
%%DATADIR%%/public/app/features/search/components/SearchItem.test.tsx
1142
%%DATADIR%%/public/app/features/search/components/SearchItem.tsx
1143
%%DATADIR%%/public/app/features/search/components/SearchResults.test.tsx
1144
%%DATADIR%%/public/app/features/search/components/SearchResults.tsx
1145
%%DATADIR%%/public/app/features/search/components/SearchResultsFilter.test.tsx
1146
%%DATADIR%%/public/app/features/search/components/SearchResultsFilter.tsx
1147
%%DATADIR%%/public/app/features/search/components/SearchWrapper.tsx
1148
%%DATADIR%%/public/app/features/search/components/SectionHeader.tsx
1149
%%DATADIR%%/public/app/features/search/constants.ts
1150
%%DATADIR%%/public/app/features/search/hooks/useDashboardSearch.ts
1151
%%DATADIR%%/public/app/features/search/hooks/useManageDashboards.test.ts
1152
%%DATADIR%%/public/app/features/search/hooks/useManageDashboards.ts
1153
%%DATADIR%%/public/app/features/search/hooks/useSearch.ts
1154
%%DATADIR%%/public/app/features/search/hooks/useSearchQuery.ts
1155
%%DATADIR%%/public/app/features/search/index.ts
1156
%%DATADIR%%/public/app/features/search/loaders.ts
1157
%%DATADIR%%/public/app/features/search/reducers/actionTypes.ts
1158
%%DATADIR%%/public/app/features/search/reducers/dashboardSearch.test.ts
1159
%%DATADIR%%/public/app/features/search/reducers/dashboardSearch.ts
1160
%%DATADIR%%/public/app/features/search/reducers/manageDashboards.test.ts
1161
%%DATADIR%%/public/app/features/search/reducers/manageDashboards.ts
1162
%%DATADIR%%/public/app/features/search/reducers/searchQueryReducer.ts
1163
%%DATADIR%%/public/app/features/search/testData.ts
1164
%%DATADIR%%/public/app/features/search/types.ts
1165
%%DATADIR%%/public/app/features/search/utils.test.ts
1166
%%DATADIR%%/public/app/features/search/utils.ts
1167
%%DATADIR%%/public/app/features/teams/CreateTeam.test.tsx
1168
%%DATADIR%%/public/app/features/teams/CreateTeam.tsx
1169
%%DATADIR%%/public/app/features/teams/TeamGroupSync.test.tsx
1170
%%DATADIR%%/public/app/features/teams/TeamGroupSync.tsx
1171
%%DATADIR%%/public/app/features/teams/TeamList.test.tsx
1172
%%DATADIR%%/public/app/features/teams/TeamList.tsx
1173
%%DATADIR%%/public/app/features/teams/TeamMemberRow.test.tsx
1174
%%DATADIR%%/public/app/features/teams/TeamMemberRow.tsx
1175
%%DATADIR%%/public/app/features/teams/TeamMembers.test.tsx
1176
%%DATADIR%%/public/app/features/teams/TeamMembers.tsx
1177
%%DATADIR%%/public/app/features/teams/TeamPages.test.tsx
1178
%%DATADIR%%/public/app/features/teams/TeamPages.tsx
1179
%%DATADIR%%/public/app/features/teams/TeamSettings.test.tsx
1180
%%DATADIR%%/public/app/features/teams/TeamSettings.tsx
1181
%%DATADIR%%/public/app/features/teams/__mocks__/navModelMock.ts
1182
%%DATADIR%%/public/app/features/teams/__mocks__/teamMocks.ts
1183
%%DATADIR%%/public/app/features/teams/__snapshots__/CreateTeam.test.tsx.snap
1184
%%DATADIR%%/public/app/features/teams/__snapshots__/TeamGroupSync.test.tsx.snap
1185
%%DATADIR%%/public/app/features/teams/__snapshots__/TeamList.test.tsx.snap
1186
%%DATADIR%%/public/app/features/teams/__snapshots__/TeamMemberRow.test.tsx.snap
1187
%%DATADIR%%/public/app/features/teams/__snapshots__/TeamMembers.test.tsx.snap
1188
%%DATADIR%%/public/app/features/teams/__snapshots__/TeamPages.test.tsx.snap
1189
%%DATADIR%%/public/app/features/teams/__snapshots__/TeamSettings.test.tsx.snap
1190
%%DATADIR%%/public/app/features/teams/state/actions.ts
1191
%%DATADIR%%/public/app/features/teams/state/navModel.ts
1192
%%DATADIR%%/public/app/features/teams/state/reducers.test.ts
1193
%%DATADIR%%/public/app/features/teams/state/reducers.ts
1194
%%DATADIR%%/public/app/features/teams/state/selectors.test.ts
1195
%%DATADIR%%/public/app/features/teams/state/selectors.ts
1196
%%DATADIR%%/public/app/features/templating/formatRegistry.ts
1197
%%DATADIR%%/public/app/features/templating/template_srv.test.ts
1198
%%DATADIR%%/public/app/features/templating/template_srv.ts
1199
%%DATADIR%%/public/app/features/users/InviteeRow.tsx
1200
%%DATADIR%%/public/app/features/users/InviteesTable.test.tsx
1201
%%DATADIR%%/public/app/features/users/InviteesTable.tsx
1202
%%DATADIR%%/public/app/features/users/SignupInvited.test.tsx
1203
%%DATADIR%%/public/app/features/users/SignupInvited.tsx
1204
%%DATADIR%%/public/app/features/users/TokenRevokedModal.tsx
1205
%%DATADIR%%/public/app/features/users/UsersActionBar.test.tsx
1206
%%DATADIR%%/public/app/features/users/UsersActionBar.tsx
1207
%%DATADIR%%/public/app/features/users/UsersListPage.test.tsx
1208
%%DATADIR%%/public/app/features/users/UsersListPage.tsx
1209
%%DATADIR%%/public/app/features/users/UsersTable.test.tsx
1210
%%DATADIR%%/public/app/features/users/UsersTable.tsx
1211
%%DATADIR%%/public/app/features/users/__mocks__/userMocks.ts
1212
%%DATADIR%%/public/app/features/users/__snapshots__/InviteesTable.test.tsx.snap
1213
%%DATADIR%%/public/app/features/users/__snapshots__/UsersActionBar.test.tsx.snap
1214
%%DATADIR%%/public/app/features/users/__snapshots__/UsersListPage.test.tsx.snap
1215
%%DATADIR%%/public/app/features/users/__snapshots__/UsersTable.test.tsx.snap
1216
%%DATADIR%%/public/app/features/users/state/actions.ts
1217
%%DATADIR%%/public/app/features/users/state/reducers.test.ts
1218
%%DATADIR%%/public/app/features/users/state/reducers.ts
1219
%%DATADIR%%/public/app/features/users/state/selectors.ts
1220
%%DATADIR%%/public/app/features/variables/adapters.ts
1221
%%DATADIR%%/public/app/features/variables/adhoc/AdHocVariableEditor.tsx
1222
%%DATADIR%%/public/app/features/variables/adhoc/actions.test.ts
1223
%%DATADIR%%/public/app/features/variables/adhoc/actions.ts
1224
%%DATADIR%%/public/app/features/variables/adhoc/adapter.ts
1225
%%DATADIR%%/public/app/features/variables/adhoc/picker/AdHocFilterBuilder.tsx
1226
%%DATADIR%%/public/app/features/variables/adhoc/picker/AdHocFilterKey.tsx
1227
%%DATADIR%%/public/app/features/variables/adhoc/picker/AdHocFilterRenderer.tsx
1228
%%DATADIR%%/public/app/features/variables/adhoc/picker/AdHocFilterValue.tsx
1229
%%DATADIR%%/public/app/features/variables/adhoc/picker/AdHocPicker.tsx
1230
%%DATADIR%%/public/app/features/variables/adhoc/picker/ConditionSegment.tsx
1231
%%DATADIR%%/public/app/features/variables/adhoc/picker/OperatorSegment.tsx
1232
%%DATADIR%%/public/app/features/variables/adhoc/reducer.test.ts
1233
%%DATADIR%%/public/app/features/variables/adhoc/reducer.ts
1234
%%DATADIR%%/public/app/features/variables/adhoc/urlParser.test.ts
1235
%%DATADIR%%/public/app/features/variables/adhoc/urlParser.ts
1236
%%DATADIR%%/public/app/features/variables/constant/ConstantVariableEditor.tsx
1237
%%DATADIR%%/public/app/features/variables/constant/actions.test.ts
1238
%%DATADIR%%/public/app/features/variables/constant/actions.ts
1239
%%DATADIR%%/public/app/features/variables/constant/adapter.ts
1240
%%DATADIR%%/public/app/features/variables/constant/reducer.test.ts
1241
%%DATADIR%%/public/app/features/variables/constant/reducer.ts
1242
%%DATADIR%%/public/app/features/variables/custom/CustomVariableEditor.tsx
1243
%%DATADIR%%/public/app/features/variables/custom/actions.test.ts
1244
%%DATADIR%%/public/app/features/variables/custom/actions.ts
1245
%%DATADIR%%/public/app/features/variables/custom/adapter.ts
1246
%%DATADIR%%/public/app/features/variables/custom/reducer.test.ts
1247
%%DATADIR%%/public/app/features/variables/custom/reducer.ts
1248
%%DATADIR%%/public/app/features/variables/datasource/DataSourceVariableEditor.tsx
1249
%%DATADIR%%/public/app/features/variables/datasource/actions.test.ts
1250
%%DATADIR%%/public/app/features/variables/datasource/actions.ts
1251
%%DATADIR%%/public/app/features/variables/datasource/adapter.ts
1252
%%DATADIR%%/public/app/features/variables/datasource/reducer.test.ts
1253
%%DATADIR%%/public/app/features/variables/datasource/reducer.ts
1254
%%DATADIR%%/public/app/features/variables/editor/LegacyVariableQueryEditor.tsx
1255
%%DATADIR%%/public/app/features/variables/editor/SelectionOptionsEditor.tsx
1256
%%DATADIR%%/public/app/features/variables/editor/VariableEditorContainer.tsx
1257
%%DATADIR%%/public/app/features/variables/editor/VariableEditorEditor.tsx
1258
%%DATADIR%%/public/app/features/variables/editor/VariableEditorList.tsx
1259
%%DATADIR%%/public/app/features/variables/editor/VariableHideSelect.tsx
1260
%%DATADIR%%/public/app/features/variables/editor/VariableSectionHeader.tsx
1261
%%DATADIR%%/public/app/features/variables/editor/VariableSelectField.tsx
1262
%%DATADIR%%/public/app/features/variables/editor/VariableSwitchField.tsx
1263
%%DATADIR%%/public/app/features/variables/editor/VariableTextAreaField.tsx
1264
%%DATADIR%%/public/app/features/variables/editor/VariableTextField.tsx
1265
%%DATADIR%%/public/app/features/variables/editor/VariableTypeSelect.tsx
1266
%%DATADIR%%/public/app/features/variables/editor/VariableValuesPreview.tsx
1267
%%DATADIR%%/public/app/features/variables/editor/actions.test.ts
1268
%%DATADIR%%/public/app/features/variables/editor/actions.ts
1269
%%DATADIR%%/public/app/features/variables/editor/getVariableQueryEditor.test.tsx
1270
%%DATADIR%%/public/app/features/variables/editor/getVariableQueryEditor.tsx
1271
%%DATADIR%%/public/app/features/variables/editor/reducer.test.ts
1272
%%DATADIR%%/public/app/features/variables/editor/reducer.ts
1273
%%DATADIR%%/public/app/features/variables/editor/types.ts
1274
%%DATADIR%%/public/app/features/variables/getAllVariableValuesForUrl.test.ts
1275
%%DATADIR%%/public/app/features/variables/getAllVariableValuesForUrl.ts
1276
%%DATADIR%%/public/app/features/variables/guard.test.ts
1277
%%DATADIR%%/public/app/features/variables/guard.ts
1278
%%DATADIR%%/public/app/features/variables/inspect/NetworkGraph.tsx
1279
%%DATADIR%%/public/app/features/variables/inspect/NetworkGraphModal.tsx
1280
%%DATADIR%%/public/app/features/variables/inspect/VariableUsagesButton.tsx
1281
%%DATADIR%%/public/app/features/variables/inspect/VariablesDependenciesButton.tsx
1282
%%DATADIR%%/public/app/features/variables/inspect/VariablesUnknownButton.tsx
1283
%%DATADIR%%/public/app/features/variables/inspect/VariablesUnknownTable.tsx
1284
%%DATADIR%%/public/app/features/variables/inspect/reducer.test.ts
1285
%%DATADIR%%/public/app/features/variables/inspect/reducer.ts
1286
%%DATADIR%%/public/app/features/variables/inspect/utils.test.ts
1287
%%DATADIR%%/public/app/features/variables/inspect/utils.ts
1288
%%DATADIR%%/public/app/features/variables/interval/IntervalVariableEditor.tsx
1289
%%DATADIR%%/public/app/features/variables/interval/actions.test.ts
1290
%%DATADIR%%/public/app/features/variables/interval/actions.ts
1291
%%DATADIR%%/public/app/features/variables/interval/adapter.ts
1292
%%DATADIR%%/public/app/features/variables/interval/reducer.test.ts
1293
%%DATADIR%%/public/app/features/variables/interval/reducer.ts
1294
%%DATADIR%%/public/app/features/variables/pickers/OptionsPicker/OptionPicker.test.tsx
1295
%%DATADIR%%/public/app/features/variables/pickers/OptionsPicker/OptionsPicker.tsx
1296
%%DATADIR%%/public/app/features/variables/pickers/OptionsPicker/actions.test.ts
1297
%%DATADIR%%/public/app/features/variables/pickers/OptionsPicker/actions.ts
1298
%%DATADIR%%/public/app/features/variables/pickers/OptionsPicker/reducer.test.ts
1299
%%DATADIR%%/public/app/features/variables/pickers/OptionsPicker/reducer.ts
1300
%%DATADIR%%/public/app/features/variables/pickers/PickerRenderer.tsx
1301
%%DATADIR%%/public/app/features/variables/pickers/index.ts
1302
%%DATADIR%%/public/app/features/variables/pickers/shared/VariableInput.tsx
1303
%%DATADIR%%/public/app/features/variables/pickers/shared/VariableLink.tsx
1304
%%DATADIR%%/public/app/features/variables/pickers/shared/VariableOptions.tsx
1305
%%DATADIR%%/public/app/features/variables/pickers/types.ts
1306
%%DATADIR%%/public/app/features/variables/query/QueryVariableEditor.test.tsx
1307
%%DATADIR%%/public/app/features/variables/query/QueryVariableEditor.tsx
1308
%%DATADIR%%/public/app/features/variables/query/QueryVariableRefreshSelect.tsx
1309
%%DATADIR%%/public/app/features/variables/query/QueryVariableSortSelect.tsx
1310
%%DATADIR%%/public/app/features/variables/query/VariableQueryRunner.test.ts
1311
%%DATADIR%%/public/app/features/variables/query/VariableQueryRunner.ts
1312
%%DATADIR%%/public/app/features/variables/query/actions.test.ts
1313
%%DATADIR%%/public/app/features/variables/query/actions.ts
1314
%%DATADIR%%/public/app/features/variables/query/adapter.ts
1315
%%DATADIR%%/public/app/features/variables/query/operators.test.ts
1316
%%DATADIR%%/public/app/features/variables/query/operators.ts
1317
%%DATADIR%%/public/app/features/variables/query/queryRunners.test.ts
1318
%%DATADIR%%/public/app/features/variables/query/queryRunners.ts
1319
%%DATADIR%%/public/app/features/variables/query/reducer.test.ts
1320
%%DATADIR%%/public/app/features/variables/query/reducer.ts
1321
%%DATADIR%%/public/app/features/variables/query/variableQueryObserver.test.ts
1322
%%DATADIR%%/public/app/features/variables/query/variableQueryObserver.ts
1323
%%DATADIR%%/public/app/features/variables/shared/formatVariable.ts
1324
%%DATADIR%%/public/app/features/variables/shared/multiOptions.test.ts
1325
%%DATADIR%%/public/app/features/variables/shared/multiOptions.ts
1326
%%DATADIR%%/public/app/features/variables/shared/testing/adHocVariableBuilder.ts
1327
%%DATADIR%%/public/app/features/variables/shared/testing/builders.ts
1328
%%DATADIR%%/public/app/features/variables/shared/testing/datasourceVariableBuilder.ts
1329
%%DATADIR%%/public/app/features/variables/shared/testing/helpers.ts
1330
%%DATADIR%%/public/app/features/variables/shared/testing/intervalVariableBuilder.ts
1331
%%DATADIR%%/public/app/features/variables/shared/testing/multiVariableBuilder.ts
1332
%%DATADIR%%/public/app/features/variables/shared/testing/optionsVariableBuilder.ts
1333
%%DATADIR%%/public/app/features/variables/shared/testing/queryVariableBuilder.ts
1334
%%DATADIR%%/public/app/features/variables/shared/testing/textboxVariableBuilder.ts
1335
%%DATADIR%%/public/app/features/variables/shared/testing/variableBuilder.ts
1336
%%DATADIR%%/public/app/features/variables/state/actions.test.ts
1337
%%DATADIR%%/public/app/features/variables/state/actions.ts
1338
%%DATADIR%%/public/app/features/variables/state/helpers.ts
1339
%%DATADIR%%/public/app/features/variables/state/onTimeRangeUpdated.test.ts
1340
%%DATADIR%%/public/app/features/variables/state/processVariable.test.ts
1341
%%DATADIR%%/public/app/features/variables/state/reducers.test.ts
1342
%%DATADIR%%/public/app/features/variables/state/reducers.ts
1343
%%DATADIR%%/public/app/features/variables/state/selectors.ts
1344
%%DATADIR%%/public/app/features/variables/state/setOptionFromUrl.test.ts
1345
%%DATADIR%%/public/app/features/variables/state/sharedReducer.test.ts
1346
%%DATADIR%%/public/app/features/variables/state/sharedReducer.ts
1347
%%DATADIR%%/public/app/features/variables/state/transactionReducer.test.ts
1348
%%DATADIR%%/public/app/features/variables/state/transactionReducer.ts
1349
%%DATADIR%%/public/app/features/variables/state/types.ts
1350
%%DATADIR%%/public/app/features/variables/state/upgradeLegacyQueries.test.ts
1351
%%DATADIR%%/public/app/features/variables/state/variablesReducer.ts
1352
%%DATADIR%%/public/app/features/variables/system/adapter.ts
1353
%%DATADIR%%/public/app/features/variables/textbox/TextBoxVariableEditor.tsx
1354
%%DATADIR%%/public/app/features/variables/textbox/TextBoxVariablePicker.tsx
1355
%%DATADIR%%/public/app/features/variables/textbox/actions.test.ts
1356
%%DATADIR%%/public/app/features/variables/textbox/actions.ts
1357
%%DATADIR%%/public/app/features/variables/textbox/adapter.test.ts
1358
%%DATADIR%%/public/app/features/variables/textbox/adapter.ts
1359
%%DATADIR%%/public/app/features/variables/textbox/reducer.test.ts
1360
%%DATADIR%%/public/app/features/variables/textbox/reducer.ts
1361
%%DATADIR%%/public/app/features/variables/types.ts
1362
%%DATADIR%%/public/app/features/variables/utils.test.ts
1363
%%DATADIR%%/public/app/features/variables/utils.ts
1364
%%DATADIR%%/public/app/index.ts
1365
%%DATADIR%%/public/app/partials/confirm_modal.html
1366
%%DATADIR%%/public/app/partials/modal.html
1367
%%DATADIR%%/public/app/partials/reset_password.html
1368
%%DATADIR%%/public/app/partials/signup_invited.html
1369
%%DATADIR%%/public/app/plugins/datasource/alertmanager/ConfigEditor.tsx
1370
%%DATADIR%%/public/app/plugins/datasource/alertmanager/DataSource.ts
1371
%%DATADIR%%/public/app/plugins/datasource/alertmanager/consts.ts
1372
%%DATADIR%%/public/app/plugins/datasource/alertmanager/img/logo.svg
1373
%%DATADIR%%/public/app/plugins/datasource/alertmanager/module.ts
1374
%%DATADIR%%/public/app/plugins/datasource/alertmanager/plugin.json
1375
%%DATADIR%%/public/app/plugins/datasource/alertmanager/types.ts
1376
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/CloudMonitoringMetricFindQuery.ts
1377
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/README.md
1378
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/annotations_query_ctrl.ts
1379
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/api.test.ts
1380
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/api.ts
1381
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/Aggregation.test.tsx
1382
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/Aggregation.tsx
1383
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/AliasBy.tsx
1384
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/Alignment.tsx
1385
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/AlignmentFunction.tsx
1386
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/AlignmentPeriod.tsx
1387
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/AlignmentPeriodLabel.tsx
1388
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/AnnotationQueryEditor.tsx
1389
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/AnnotationsHelp.tsx
1390
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/CloudMonitoringCheatSheet.tsx
1391
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/ConfigEditor/ConfigEditor.tsx
1392
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/ConfigEditor/JWTConfig.tsx
1393
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/Fields.tsx
1394
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/GroupBy.tsx
1395
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/LabelFilter.tsx
1396
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/MQLQueryEditor.tsx
1397
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/MetricQueryEditor.tsx
1398
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/Metrics.tsx
1399
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/Preprocessor.tsx
1400
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/Project.tsx
1401
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/QueryEditor.tsx
1402
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/QueryType.tsx
1403
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/SLO/SLO.tsx
1404
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/SLO/SLOQueryEditor.tsx
1405
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/SLO/Selector.tsx
1406
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/SLO/Service.tsx
1407
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/SLO/index.ts
1408
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/VariableQueryEditor.test.tsx
1409
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/VariableQueryEditor.tsx
1410
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/VisualMetricQueryEditor.tsx
1411
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/__snapshots__/VariableQueryEditor.test.tsx.snap
1412
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/components/index.ts
1413
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/constants.ts
1414
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/dashboards/cloud-storage-monitoring.json
1415
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/dashboards/cloudfunctions-monitoring.json
1416
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/dashboards/cloudsql-monitoring.json
1417
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/dashboards/cloudsql-mysql-monitoring.json
1418
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/dashboards/cloudsql-postgre-monitoring.json
1419
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/dashboards/cloudtasks-monitoring.json
1420
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/dashboards/dataprocessing-monitoring.json
1421
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/dashboards/firewall-insight-monitoring.json
1422
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/dashboards/gce-network-monitoring.json
1423
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/dashboards/gce-vm-instance-monitoring.json
1424
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/dashboards/gke-prometheus-pod-node-monitoring.json
1425
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/dashboards/https-lb-backend-services-monitoring.json
1426
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/dashboards/https-loadbalancer-monitoring.json
1427
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/dashboards/micro-service-monitoring.json
1428
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/dashboards/network-tcp-loadbalancer-monitoring.json
1429
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/datasource.ts
1430
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/functions.test.ts
1431
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/functions.ts
1432
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/img/cloud_monitoring_logo.svg
1433
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/module.ts
1434
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/partials/annotations.editor.html
1435
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/plugin.json
1436
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/specs/datasource.test.ts
1437
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/specs/testData.ts
1438
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/types.ts
1439
%%DATADIR%%/public/app/plugins/datasource/cloud-monitoring/variables.ts
1440
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/README.md
1441
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/annotations_query_ctrl.ts
1442
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/aws_url.ts
1443
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/Alias.test.tsx
1444
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/Alias.tsx
1445
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/AnnotationQueryEditor.tsx
1446
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/CloudWatchLink.tsx
1447
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/ConfigEditor.test.tsx
1448
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/ConfigEditor.tsx
1449
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/Dimensions.test.tsx
1450
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/Dimensions.tsx
1451
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/Forms.tsx
1452
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/LogsCheatSheet.tsx
1453
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/LogsQueryEditor.tsx
1454
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/LogsQueryField.test.tsx
1455
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/LogsQueryField.tsx
1456
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/MetricsQueryEditor.test.tsx
1457
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/MetricsQueryEditor.tsx
1458
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/MetricsQueryFieldsEditor.tsx
1459
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/PanelQueryEditor.tsx
1460
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/Stats.test.tsx
1461
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/Stats.tsx
1462
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/ThrottlingErrorMessage.tsx
1463
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/__snapshots__/Alias.test.tsx.snap
1464
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/__snapshots__/ConfigEditor.test.tsx.snap
1465
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/__snapshots__/MetricsQueryEditor.test.tsx.snap
1466
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/index.ts
1467
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/dashboards/EBS.json
1468
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/dashboards/Lambda.json
1469
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/dashboards/Logs.json
1470
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/dashboards/RDS.json
1471
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/dashboards/ec2.json
1472
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/datasource.d.ts
1473
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/datasource.test.ts
1474
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/datasource.ts
1475
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/img/amazon-web-services.png
1476
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/language_provider.test.ts
1477
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/language_provider.ts
1478
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/memoizedDebounce.ts
1479
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/module.tsx
1480
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/partials/annotations.editor.html
1481
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/partials/query.parameter.html
1482
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/plugin.json
1483
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/query_parameter_ctrl.ts
1484
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/specs/datasource.test.ts
1485
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/syntax.ts
1486
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/types.ts
1487
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/utils/query/getStatsGroups.test.ts
1488
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/utils/query/getStatsGroups.ts
1489
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/utils/rxjs/increasingInterval.ts
1490
%%DATADIR%%/public/app/plugins/datasource/dashboard/DashboardQueryEditor.tsx
1491
%%DATADIR%%/public/app/plugins/datasource/dashboard/DashboardQueryRow.tsx
1492
%%DATADIR%%/public/app/plugins/datasource/dashboard/README.md
1493
%%DATADIR%%/public/app/plugins/datasource/dashboard/datasource.ts
1494
%%DATADIR%%/public/app/plugins/datasource/dashboard/index.ts
1495
%%DATADIR%%/public/app/plugins/datasource/dashboard/module.ts
1496
%%DATADIR%%/public/app/plugins/datasource/dashboard/plugin.json
1497
%%DATADIR%%/public/app/plugins/datasource/dashboard/runSharedRequest.test.ts
1498
%%DATADIR%%/public/app/plugins/datasource/dashboard/runSharedRequest.ts
1499
%%DATADIR%%/public/app/plugins/datasource/dashboard/types.ts
1500
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/README.md
1501
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/AddRemove.test.tsx
1502
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/AddRemove.tsx
1503
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/IconButton.tsx
1504
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/MetricPicker.tsx
1505
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/BucketAggregationEditor.tsx
1506
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/FiltersSettingsEditor/index.tsx
1507
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/FiltersSettingsEditor/state/actions.ts
1508
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/FiltersSettingsEditor/state/reducer.test.ts
1509
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/FiltersSettingsEditor/state/reducer.ts
1510
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/FiltersSettingsEditor/state/types.ts
1511
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/FiltersSettingsEditor/utils.ts
1512
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/index.tsx
1513
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/useDescription.ts
1514
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/aggregations.ts
1515
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/index.tsx
1516
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/state/actions.ts
1517
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/state/reducer.test.ts
1518
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/state/reducer.ts
1519
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/state/types.ts
1520
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/utils.ts
1521
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/ElasticsearchQueryContext.test.tsx
1522
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/ElasticsearchQueryContext.tsx
1523
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/MetricEditor.test.tsx
1524
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/MetricEditor.tsx
1525
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/BucketScriptSettingsEditor/index.tsx
1526
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/BucketScriptSettingsEditor/state/actions.ts
1527
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/BucketScriptSettingsEditor/state/reducer.test.ts
1528
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/BucketScriptSettingsEditor/state/reducer.ts
1529
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/BucketScriptSettingsEditor/state/types.ts
1530
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/BucketScriptSettingsEditor/utils.test.ts
1531
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/BucketScriptSettingsEditor/utils.ts
1532
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/MovingAverageSettingsEditor.tsx
1533
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/SettingField.tsx
1534
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/index.test.tsx
1535
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/index.tsx
1536
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/useDescription.ts
1537
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/aggregations.ts
1538
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/index.tsx
1539
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/state/actions.ts
1540
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/state/reducer.test.ts
1541
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/state/reducer.ts
1542
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/state/types.ts
1543
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/styles.ts
1544
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/utils.ts
1545
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/QueryEditorRow.tsx
1546
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/SettingsEditorContainer.tsx
1547
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/index.test.tsx
1548
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/index.tsx
1549
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/state.test.ts
1550
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/state.ts
1551
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/QueryEditor/styles.ts
1552
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/components/types.ts
1553
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/configuration/ConfigEditor.test.tsx
1554
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/configuration/ConfigEditor.tsx
1555
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/configuration/DataLink.tsx
1556
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/configuration/DataLinks.test.tsx
1557
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/configuration/DataLinks.tsx
1558
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/configuration/ElasticDetails.test.tsx
1559
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/configuration/ElasticDetails.tsx
1560
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/configuration/LogsConfig.test.tsx
1561
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/configuration/LogsConfig.tsx
1562
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/configuration/mocks.ts
1563
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/configuration/utils.ts
1564
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/datasource.test.ts
1565
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/datasource.ts
1566
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/elastic_response.ts
1567
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/hooks/useFields.test.tsx
1568
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/hooks/useFields.ts
1569
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/hooks/useNextId.test.tsx
1570
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/hooks/useNextId.ts
1571
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/hooks/useStatelessReducer.test.tsx
1572
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/hooks/useStatelessReducer.ts
1573
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/img/elasticsearch.svg
1574
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/index_pattern.ts
1575
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/language_provider.test.ts
1576
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/language_provider.ts
1577
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/module.ts
1578
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/partials/annotations.editor.html
1579
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/plugin.json
1580
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/query_builder.ts
1581
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/query_def.ts
1582
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/query_help.md
1583
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/specs/elastic_response.test.ts
1584
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/specs/index_pattern.test.ts
1585
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/specs/query_builder.test.ts
1586
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/specs/query_def.test.ts
1587
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/types.ts
1588
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/utils.test.ts
1589
%%DATADIR%%/public/app/plugins/datasource/elasticsearch/utils.ts
1590
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/__mocks__/argResourcePickerResponse.ts
1591
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/__mocks__/datasource.ts
1592
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/__mocks__/errors.ts
1593
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/__mocks__/instanceSettings.ts
1594
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/__mocks__/query.ts
1595
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/__mocks__/query_ctrl.ts
1596
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/__mocks__/resourcePickerRows.ts
1597
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/__mocks__/sdk.ts
1598
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/annotations_query_ctrl.ts
1599
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/api/routes.ts
1600
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/app_insights/app_insights_datasource.test.ts
1601
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/app_insights/app_insights_datasource.ts
1602
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/app_insights/response_parser.ts
1603
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/azureMetadata/index.ts
1604
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/azureMetadata/locations.ts
1605
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/azureMetadata/resourceTypes.ts
1606
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_log_analytics/__mocks__/schema.ts
1607
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_log_analytics/azure_log_analytics_datasource.test.ts
1608
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_log_analytics/azure_log_analytics_datasource.ts
1609
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_log_analytics/response_parser.ts
1610
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_monitor/azure_monitor_datasource.test.ts
1611
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_monitor/azure_monitor_datasource.ts
1612
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_monitor/response_parser.ts
1613
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_monitor/supported_namespaces.ts
1614
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_monitor/url_builder.test.ts
1615
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_monitor/url_builder.ts
1616
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_resource_graph/azure_resource_graph_datasource.test.ts
1617
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_resource_graph/azure_resource_graph_datasource.ts
1618
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/AnalyticsConfig.test.tsx
1619
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/AnalyticsConfig.tsx
1620
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ApplicationInsightsEditor/index.tsx
1621
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ArgQueryEditor/ArgQueryEditor.tsx
1622
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ArgQueryEditor/QueryField.tsx
1623
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ArgQueryEditor/index.tsx
1624
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/AzureCredentialsForm.test.tsx
1625
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/AzureCredentialsForm.tsx
1626
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ConfigEditor.test.tsx
1627
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ConfigEditor.tsx
1628
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/Field.tsx
1629
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/InsightsAnalyticsEditor/index.tsx
1630
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/InsightsConfig.test.tsx
1631
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/InsightsConfig.tsx
1632
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/LogsQueryEditor/FormatAsField.tsx
1633
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/LogsQueryEditor/LogsQueryEditor.tsx
1634
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/LogsQueryEditor/QueryField.tsx
1635
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/LogsQueryEditor/ResourceField.tsx
1636
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/LogsQueryEditor/WorkspaceField.tsx
1637
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/LogsQueryEditor/index.tsx
1638
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/LogsQueryEditor/useMigrations.ts
1639
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/MetricsQueryEditor/AggregationField.tsx
1640
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/MetricsQueryEditor/DimensionFields.tsx
1641
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/MetricsQueryEditor/LegendFormatField.tsx
1642
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/MetricsQueryEditor/MetricNameField.tsx
1643
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/MetricsQueryEditor/MetricNamespaceField.tsx
1644
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/MetricsQueryEditor/MetricsQueryEditor.test.tsx
1645
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/MetricsQueryEditor/MetricsQueryEditor.tsx
1646
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/MetricsQueryEditor/ResourceGroupsField.tsx
1647
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/MetricsQueryEditor/ResourceNameField.tsx
1648
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/MetricsQueryEditor/ResourceTypeField.tsx
1649
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/MetricsQueryEditor/TimeGrainField.tsx
1650
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/MetricsQueryEditor/TopField.tsx
1651
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/MetricsQueryEditor/index.tsx
1652
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/MonitorConfig.tsx
1653
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/QueryEditor/QueryEditor.test.tsx
1654
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/QueryEditor/QueryEditor.tsx
1655
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/QueryEditor/QueryTypeField.tsx
1656
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/QueryEditor/index.tsx
1657
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ResourcePicker/NestedResourceTable.test.tsx
1658
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ResourcePicker/NestedResourceTable.tsx
1659
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ResourcePicker/NestedRows.tsx
1660
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ResourcePicker/index.tsx
1661
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ResourcePicker/styles.ts
1662
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ResourcePicker/types.ts
1663
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ResourcePicker/utils.test.ts
1664
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ResourcePicker/utils.ts
1665
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/Space.tsx
1666
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/SubscriptionField.tsx
1667
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/__snapshots__/AnalyticsConfig.test.tsx.snap
1668
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/__snapshots__/AzureCredentialsForm.test.tsx.snap
1669
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/__snapshots__/InsightsConfig.test.tsx.snap
1670
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/metrics.ts
1671
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/credentials.ts
1672
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/css/query_editor.css
1673
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/datasource.ts
1674
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/editor/KustoQueryField.tsx
1675
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/editor/editor_component.tsx
1676
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/editor/kusto/kusto.ts
1677
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/editor/query_field.tsx
1678
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/editor/typeahead.tsx
1679
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/img/azure_monitor_cpu.png
1680
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/img/azure_monitor_network.png
1681
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/img/config_1_select_type.png
1682
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/img/config_2_azure_monitor_api_details.png
1683
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/img/config_3_app_insights_api_details.png
1684
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/img/config_4_save_and_test.png
1685
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/img/contoso_loans_grafana_dashboard.png
1686
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/img/grafana_cloud_install.png
1687
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/img/grafana_cloud_login.png
1688
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/img/logo.jpg
1689
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/insights_analytics/insights_analytics_datasource.ts
1690
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/log_analytics/querystring_builder.test.ts
1691
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/log_analytics/querystring_builder.ts
1692
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/module.tsx
1693
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/partials/annotations.editor.html
1694
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/partials/query.editor.html
1695
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/plugin.json
1696
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/query_ctrl.test.ts
1697
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/query_ctrl.ts
1698
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/query_help.md
1699
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/resourcePicker/locationDisplayNames.ts
1700
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/resourcePicker/resouceTypeDisplayNames.ts
1701
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/resourcePicker/resourcePickerData.test.ts
1702
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/resourcePicker/resourcePickerData.ts
1703
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/time_grain_converter.test.ts
1704
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/time_grain_converter.ts
1705
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/types/index.ts
1706
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/types/logAnalyticsMetadata.ts
1707
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/utils/common.ts
1708
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/utils/messageFromError.test.ts
1709
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/utils/messageFromError.ts
1710
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/utils/useLastError.test.ts
1711
%%DATADIR%%/public/app/plugins/datasource/grafana-azure-monitor-datasource/utils/useLastError.ts
1712
%%DATADIR%%/public/app/plugins/datasource/grafana/README.md
1713
%%DATADIR%%/public/app/plugins/datasource/grafana/annotation_ctrl.ts
1714
%%DATADIR%%/public/app/plugins/datasource/grafana/components/QueryEditor.tsx
1715
%%DATADIR%%/public/app/plugins/datasource/grafana/datasource.test.ts
1716
%%DATADIR%%/public/app/plugins/datasource/grafana/datasource.ts
1717
%%DATADIR%%/public/app/plugins/datasource/grafana/module.ts
1718
%%DATADIR%%/public/app/plugins/datasource/grafana/partials/annotations.editor.html
1719
%%DATADIR%%/public/app/plugins/datasource/grafana/plugin.json
1720
%%DATADIR%%/public/app/plugins/datasource/grafana/types.ts
1721
%%DATADIR%%/public/app/plugins/datasource/graphite/FunctionEditor.test.tsx
1722
%%DATADIR%%/public/app/plugins/datasource/graphite/FunctionEditor.tsx
1723
%%DATADIR%%/public/app/plugins/datasource/graphite/FunctionEditorControls.tsx
1724
%%DATADIR%%/public/app/plugins/datasource/graphite/MetricTankMetaInspector.tsx
1725
%%DATADIR%%/public/app/plugins/datasource/graphite/README.md
1726
%%DATADIR%%/public/app/plugins/datasource/graphite/add_graphite_func.ts
1727
%%DATADIR%%/public/app/plugins/datasource/graphite/configuration/ConfigEditor.tsx
1728
%%DATADIR%%/public/app/plugins/datasource/graphite/configuration/MappingsConfiguration.tsx
1729
%%DATADIR%%/public/app/plugins/datasource/graphite/configuration/MappingsHelp.tsx
1730
%%DATADIR%%/public/app/plugins/datasource/graphite/configuration/parseLokiLabelMappings.ts
1731
%%DATADIR%%/public/app/plugins/datasource/graphite/dashboards/carbon_metrics.json
1732
%%DATADIR%%/public/app/plugins/datasource/graphite/dashboards/metrictank.json
1733
%%DATADIR%%/public/app/plugins/datasource/graphite/datasource.test.ts
1734
%%DATADIR%%/public/app/plugins/datasource/graphite/datasource.ts
1735
%%DATADIR%%/public/app/plugins/datasource/graphite/func_editor.ts
1736
%%DATADIR%%/public/app/plugins/datasource/graphite/gfunc.test.ts
1737
%%DATADIR%%/public/app/plugins/datasource/graphite/gfunc.ts
1738
%%DATADIR%%/public/app/plugins/datasource/graphite/graphite_query.ts
1739
%%DATADIR%%/public/app/plugins/datasource/graphite/img/graphite_logo.png
1740
%%DATADIR%%/public/app/plugins/datasource/graphite/lexer.ts
1741
%%DATADIR%%/public/app/plugins/datasource/graphite/meta.test.ts
1742
%%DATADIR%%/public/app/plugins/datasource/graphite/meta.ts
1743
%%DATADIR%%/public/app/plugins/datasource/graphite/module.ts
1744
%%DATADIR%%/public/app/plugins/datasource/graphite/parser.ts
1745
%%DATADIR%%/public/app/plugins/datasource/graphite/partials/annotations.editor.html
1746
%%DATADIR%%/public/app/plugins/datasource/graphite/partials/query.editor.html
1747
%%DATADIR%%/public/app/plugins/datasource/graphite/plugin.json
1748
%%DATADIR%%/public/app/plugins/datasource/graphite/query_ctrl.ts
1749
%%DATADIR%%/public/app/plugins/datasource/graphite/query_help.md
1750
%%DATADIR%%/public/app/plugins/datasource/graphite/specs/gfunc.test.ts
1751
%%DATADIR%%/public/app/plugins/datasource/graphite/specs/graphite_query.test.ts
1752
%%DATADIR%%/public/app/plugins/datasource/graphite/specs/lexer.test.ts
1753
%%DATADIR%%/public/app/plugins/datasource/graphite/specs/parser.test.ts
1754
%%DATADIR%%/public/app/plugins/datasource/graphite/specs/query_ctrl.test.ts
1755
%%DATADIR%%/public/app/plugins/datasource/graphite/types.ts
1756
%%DATADIR%%/public/app/plugins/datasource/graphite/utils.test.ts
1757
%%DATADIR%%/public/app/plugins/datasource/graphite/utils.ts
1758
%%DATADIR%%/public/app/plugins/datasource/graphite/versions.ts
1759
%%DATADIR%%/public/app/plugins/datasource/influxdb/README.md
1760
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/ConfigEditor.test.tsx
1761
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/ConfigEditor.tsx
1762
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/FluxQueryEditor.tsx
1763
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/InfluxCheatSheet.tsx
1764
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/InfluxLogsQueryField.test.tsx
1765
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/InfluxLogsQueryField.tsx
1766
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/InfluxStartPage.tsx
1767
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/QueryEditor.tsx
1768
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/QueryEditorModeSwitcher.tsx
1769
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/RawInfluxQLEditor.test.tsx
1770
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/RawInfluxQLEditor.tsx
1771
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/VariableQueryEditor.tsx
1772
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/VisualInfluxQLEditor/AddButton.tsx
1773
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/VisualInfluxQLEditor/Editor.test.tsx
1774
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/VisualInfluxQLEditor/Editor.tsx
1775
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/VisualInfluxQLEditor/FormatAsSection.tsx
1776
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/VisualInfluxQLEditor/FromSection.tsx
1777
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/VisualInfluxQLEditor/InputSection.tsx
1778
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/VisualInfluxQLEditor/OrderByTimeSection.tsx
1779
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/VisualInfluxQLEditor/PartListSection.tsx
1780
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/VisualInfluxQLEditor/SectionFill.tsx
1781
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/VisualInfluxQLEditor/SectionLabel.tsx
1782
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/VisualInfluxQLEditor/Seg.tsx
1783
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/VisualInfluxQLEditor/TagsSection.test.tsx
1784
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/VisualInfluxQLEditor/TagsSection.tsx
1785
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/VisualInfluxQLEditor/partListUtils.tsx
1786
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/VisualInfluxQLEditor/styles.ts
1787
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/VisualInfluxQLEditor/tagUtils.test.ts
1788
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/VisualInfluxQLEditor/tagUtils.ts
1789
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/VisualInfluxQLEditor/toSelectableValue.ts
1790
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/VisualInfluxQLEditor/unwrap.ts
1791
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/__snapshots__/ConfigEditor.test.tsx.snap
1792
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/constants.ts
1793
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/queryUtils.test.ts
1794
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/queryUtils.ts
1795
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/useShadowedState.test.ts
1796
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/useShadowedState.ts
1797
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/useUniqueId.test.ts
1798
%%DATADIR%%/public/app/plugins/datasource/influxdb/components/useUniqueId.ts
1799
%%DATADIR%%/public/app/plugins/datasource/influxdb/datasource.mock.ts
1800
%%DATADIR%%/public/app/plugins/datasource/influxdb/datasource.ts
1801
%%DATADIR%%/public/app/plugins/datasource/influxdb/img/influxdb_logo.svg
1802
%%DATADIR%%/public/app/plugins/datasource/influxdb/influxQLMetadataQuery.ts
1803
%%DATADIR%%/public/app/plugins/datasource/influxdb/influx_query_model.ts
1804
%%DATADIR%%/public/app/plugins/datasource/influxdb/influx_series.ts
1805
%%DATADIR%%/public/app/plugins/datasource/influxdb/module.ts
1806
%%DATADIR%%/public/app/plugins/datasource/influxdb/partials/annotations.editor.html
1807
%%DATADIR%%/public/app/plugins/datasource/influxdb/plugin.json
1808
%%DATADIR%%/public/app/plugins/datasource/influxdb/query_builder.ts
1809
%%DATADIR%%/public/app/plugins/datasource/influxdb/query_help.md
1810
%%DATADIR%%/public/app/plugins/datasource/influxdb/query_part.ts
1811
%%DATADIR%%/public/app/plugins/datasource/influxdb/response_parser.ts
1812
%%DATADIR%%/public/app/plugins/datasource/influxdb/specs/datasource.test.ts
1813
%%DATADIR%%/public/app/plugins/datasource/influxdb/specs/influx_query_model.test.ts
1814
%%DATADIR%%/public/app/plugins/datasource/influxdb/specs/influx_series.test.ts
1815
%%DATADIR%%/public/app/plugins/datasource/influxdb/specs/query_builder.test.ts
1816
%%DATADIR%%/public/app/plugins/datasource/influxdb/specs/query_part.test.ts
1817
%%DATADIR%%/public/app/plugins/datasource/influxdb/specs/response_parser.test.ts
1818
%%DATADIR%%/public/app/plugins/datasource/influxdb/types.ts
1819
%%DATADIR%%/public/app/plugins/datasource/jaeger/components/AdvancedOptions.tsx
1820
%%DATADIR%%/public/app/plugins/datasource/jaeger/components/ConfigEditor.tsx
1821
%%DATADIR%%/public/app/plugins/datasource/jaeger/components/QueryEditor.tsx
1822
%%DATADIR%%/public/app/plugins/datasource/jaeger/components/SearchForm.tsx
1823
%%DATADIR%%/public/app/plugins/datasource/jaeger/datasource.test.ts
1824
%%DATADIR%%/public/app/plugins/datasource/jaeger/datasource.ts
1825
%%DATADIR%%/public/app/plugins/datasource/jaeger/graphTransform.test.ts
1826
%%DATADIR%%/public/app/plugins/datasource/jaeger/graphTransform.ts
1827
%%DATADIR%%/public/app/plugins/datasource/jaeger/img/jaeger_logo.svg
1828
%%DATADIR%%/public/app/plugins/datasource/jaeger/module.ts
1829
%%DATADIR%%/public/app/plugins/datasource/jaeger/plugin.json
1830
%%DATADIR%%/public/app/plugins/datasource/jaeger/responseTransform.test.ts
1831
%%DATADIR%%/public/app/plugins/datasource/jaeger/responseTransform.ts
1832
%%DATADIR%%/public/app/plugins/datasource/jaeger/testResponse.ts
1833
%%DATADIR%%/public/app/plugins/datasource/jaeger/types.ts
1834
%%DATADIR%%/public/app/plugins/datasource/jaeger/util.ts
1835
%%DATADIR%%/public/app/plugins/datasource/loki/LokiAnnotationsQueryCtrl.tsx
1836
%%DATADIR%%/public/app/plugins/datasource/loki/README.md
1837
%%DATADIR%%/public/app/plugins/datasource/loki/components/AnnotationsQueryEditor.tsx
1838
%%DATADIR%%/public/app/plugins/datasource/loki/components/LokiCheatSheet.tsx
1839
%%DATADIR%%/public/app/plugins/datasource/loki/components/LokiExploreQueryEditor.test.tsx
1840
%%DATADIR%%/public/app/plugins/datasource/loki/components/LokiExploreQueryEditor.tsx
1841
%%DATADIR%%/public/app/plugins/datasource/loki/components/LokiLabel.tsx
1842
%%DATADIR%%/public/app/plugins/datasource/loki/components/LokiLabelBrowser.test.tsx
1843
%%DATADIR%%/public/app/plugins/datasource/loki/components/LokiLabelBrowser.tsx
1844
%%DATADIR%%/public/app/plugins/datasource/loki/components/LokiOptionFields.test.tsx
1845
%%DATADIR%%/public/app/plugins/datasource/loki/components/LokiOptionFields.tsx
1846
%%DATADIR%%/public/app/plugins/datasource/loki/components/LokiQueryEditor.test.tsx
1847
%%DATADIR%%/public/app/plugins/datasource/loki/components/LokiQueryEditor.tsx
1848
%%DATADIR%%/public/app/plugins/datasource/loki/components/LokiQueryEditorByApp.test.tsx
1849
%%DATADIR%%/public/app/plugins/datasource/loki/components/LokiQueryEditorByApp.tsx
1850
%%DATADIR%%/public/app/plugins/datasource/loki/components/LokiQueryEditorForAlerting.tsx
1851
%%DATADIR%%/public/app/plugins/datasource/loki/components/LokiQueryField.tsx
1852
%%DATADIR%%/public/app/plugins/datasource/loki/components/__snapshots__/LokiExploreQueryEditor.test.tsx.snap
1853
%%DATADIR%%/public/app/plugins/datasource/loki/components/__snapshots__/LokiQueryEditor.test.tsx.snap
1854
%%DATADIR%%/public/app/plugins/datasource/loki/components/types.ts
1855
%%DATADIR%%/public/app/plugins/datasource/loki/configuration/ConfigEditor.test.tsx
1856
%%DATADIR%%/public/app/plugins/datasource/loki/configuration/ConfigEditor.tsx
1857
%%DATADIR%%/public/app/plugins/datasource/loki/configuration/DebugSection.test.tsx
1858
%%DATADIR%%/public/app/plugins/datasource/loki/configuration/DebugSection.tsx
1859
%%DATADIR%%/public/app/plugins/datasource/loki/configuration/DerivedField.test.tsx
1860
%%DATADIR%%/public/app/plugins/datasource/loki/configuration/DerivedField.tsx
1861
%%DATADIR%%/public/app/plugins/datasource/loki/configuration/DerivedFields.test.tsx
1862
%%DATADIR%%/public/app/plugins/datasource/loki/configuration/DerivedFields.tsx
1863
%%DATADIR%%/public/app/plugins/datasource/loki/configuration/MaxLinesField.tsx
1864
%%DATADIR%%/public/app/plugins/datasource/loki/datasource.test.ts
1865
%%DATADIR%%/public/app/plugins/datasource/loki/datasource.ts
1866
%%DATADIR%%/public/app/plugins/datasource/loki/img/grafana_icon.svg
1867
%%DATADIR%%/public/app/plugins/datasource/loki/img/loki_icon.svg
1868
%%DATADIR%%/public/app/plugins/datasource/loki/importing/fromGraphite.ts
1869
%%DATADIR%%/public/app/plugins/datasource/loki/importing/importing.test.ts
1870
%%DATADIR%%/public/app/plugins/datasource/loki/language_provider.test.ts
1871
%%DATADIR%%/public/app/plugins/datasource/loki/language_provider.ts
1872
%%DATADIR%%/public/app/plugins/datasource/loki/live_streams.test.ts
1873
%%DATADIR%%/public/app/plugins/datasource/loki/live_streams.ts
1874
%%DATADIR%%/public/app/plugins/datasource/loki/mocks.ts
1875
%%DATADIR%%/public/app/plugins/datasource/loki/module.ts
1876
%%DATADIR%%/public/app/plugins/datasource/loki/partials/annotations.editor.html
1877
%%DATADIR%%/public/app/plugins/datasource/loki/plugin.json
1878
%%DATADIR%%/public/app/plugins/datasource/loki/query_utils.test.ts
1879
%%DATADIR%%/public/app/plugins/datasource/loki/query_utils.ts
1880
%%DATADIR%%/public/app/plugins/datasource/loki/result_transformer.test.ts
1881
%%DATADIR%%/public/app/plugins/datasource/loki/result_transformer.ts
1882
%%DATADIR%%/public/app/plugins/datasource/loki/syntax.test.ts
1883
%%DATADIR%%/public/app/plugins/datasource/loki/syntax.ts
1884
%%DATADIR%%/public/app/plugins/datasource/loki/types.ts
1885
%%DATADIR%%/public/app/plugins/datasource/mixed/MixedDataSource.test.ts
1886
%%DATADIR%%/public/app/plugins/datasource/mixed/MixedDataSource.ts
1887
%%DATADIR%%/public/app/plugins/datasource/mixed/README.md
1888
%%DATADIR%%/public/app/plugins/datasource/mixed/module.ts
1889
%%DATADIR%%/public/app/plugins/datasource/mixed/plugin.json
1890
%%DATADIR%%/public/app/plugins/datasource/mssql/README.md
1891
%%DATADIR%%/public/app/plugins/datasource/mssql/config_ctrl.ts
1892
%%DATADIR%%/public/app/plugins/datasource/mssql/datasource.ts
1893
%%DATADIR%%/public/app/plugins/datasource/mssql/img/sql_server_logo.svg
1894
%%DATADIR%%/public/app/plugins/datasource/mssql/module.ts
1895
%%DATADIR%%/public/app/plugins/datasource/mssql/partials/annotations.editor.html
1896
%%DATADIR%%/public/app/plugins/datasource/mssql/partials/config.html
1897
%%DATADIR%%/public/app/plugins/datasource/mssql/partials/query.editor.html
1898
%%DATADIR%%/public/app/plugins/datasource/mssql/plugin.json
1899
%%DATADIR%%/public/app/plugins/datasource/mssql/query_ctrl.ts
1900
%%DATADIR%%/public/app/plugins/datasource/mssql/response_parser.ts
1901
%%DATADIR%%/public/app/plugins/datasource/mssql/specs/datasource.test.ts
1902
%%DATADIR%%/public/app/plugins/datasource/mssql/types.ts
1903
%%DATADIR%%/public/app/plugins/datasource/mysql/README.md
1904
%%DATADIR%%/public/app/plugins/datasource/mysql/datasource.ts
1905
%%DATADIR%%/public/app/plugins/datasource/mysql/img/mysql_logo.svg
1906
%%DATADIR%%/public/app/plugins/datasource/mysql/meta_query.ts
1907
%%DATADIR%%/public/app/plugins/datasource/mysql/module.ts
1908
%%DATADIR%%/public/app/plugins/datasource/mysql/mysql_query_model.ts
1909
%%DATADIR%%/public/app/plugins/datasource/mysql/partials/annotations.editor.html
1910
%%DATADIR%%/public/app/plugins/datasource/mysql/partials/config.html
1911
%%DATADIR%%/public/app/plugins/datasource/mysql/partials/query.editor.html
1912
%%DATADIR%%/public/app/plugins/datasource/mysql/plugin.json
1913
%%DATADIR%%/public/app/plugins/datasource/mysql/query_ctrl.ts
1914
%%DATADIR%%/public/app/plugins/datasource/mysql/response_parser.ts
1915
%%DATADIR%%/public/app/plugins/datasource/mysql/specs/datasource.test.ts
1916
%%DATADIR%%/public/app/plugins/datasource/mysql/sql_part.ts
1917
%%DATADIR%%/public/app/plugins/datasource/mysql/types.ts
1918
%%DATADIR%%/public/app/plugins/datasource/opentsdb/README.md
1919
%%DATADIR%%/public/app/plugins/datasource/opentsdb/components/ConfigEditor.tsx
1920
%%DATADIR%%/public/app/plugins/datasource/opentsdb/components/OpenTsdbDetails.tsx
1921
%%DATADIR%%/public/app/plugins/datasource/opentsdb/datasource.d.ts
1922
%%DATADIR%%/public/app/plugins/datasource/opentsdb/datasource.ts
1923
%%DATADIR%%/public/app/plugins/datasource/opentsdb/img/opentsdb_logo.png
1924
%%DATADIR%%/public/app/plugins/datasource/opentsdb/module.ts
1925
%%DATADIR%%/public/app/plugins/datasource/opentsdb/partials/annotations.editor.html
1926
%%DATADIR%%/public/app/plugins/datasource/opentsdb/partials/query.editor.html
1927
%%DATADIR%%/public/app/plugins/datasource/opentsdb/plugin.json
1928
%%DATADIR%%/public/app/plugins/datasource/opentsdb/query_ctrl.ts
1929
%%DATADIR%%/public/app/plugins/datasource/opentsdb/specs/datasource.test.ts
1930
%%DATADIR%%/public/app/plugins/datasource/opentsdb/specs/query_ctrl.test.ts
1931
%%DATADIR%%/public/app/plugins/datasource/opentsdb/types.ts
1932
%%DATADIR%%/public/app/plugins/datasource/postgres/README.md
1933
%%DATADIR%%/public/app/plugins/datasource/postgres/config_ctrl.ts
1934
%%DATADIR%%/public/app/plugins/datasource/postgres/datasource.ts
1935
%%DATADIR%%/public/app/plugins/datasource/postgres/img/postgresql_logo.svg
1936
%%DATADIR%%/public/app/plugins/datasource/postgres/meta_query.ts
1937
%%DATADIR%%/public/app/plugins/datasource/postgres/mode-sql.js
1938
%%DATADIR%%/public/app/plugins/datasource/postgres/module.ts
1939
%%DATADIR%%/public/app/plugins/datasource/postgres/partials/annotations.editor.html
1940
%%DATADIR%%/public/app/plugins/datasource/postgres/partials/config.html
1941
%%DATADIR%%/public/app/plugins/datasource/postgres/partials/query.editor.html
1942
%%DATADIR%%/public/app/plugins/datasource/postgres/plugin.json
1943
%%DATADIR%%/public/app/plugins/datasource/postgres/postgres_query_model.ts
1944
%%DATADIR%%/public/app/plugins/datasource/postgres/query_ctrl.ts
1945
%%DATADIR%%/public/app/plugins/datasource/postgres/response_parser.ts
1946
%%DATADIR%%/public/app/plugins/datasource/postgres/specs/datasource.test.ts
1947
%%DATADIR%%/public/app/plugins/datasource/postgres/specs/postgres_query.test.ts
1948
%%DATADIR%%/public/app/plugins/datasource/postgres/sql_part.ts
1949
%%DATADIR%%/public/app/plugins/datasource/postgres/types.ts
1950
%%DATADIR%%/public/app/plugins/datasource/prometheus/README.md
1951
%%DATADIR%%/public/app/plugins/datasource/prometheus/add_label_to_query.test.ts
1952
%%DATADIR%%/public/app/plugins/datasource/prometheus/add_label_to_query.ts
1953
%%DATADIR%%/public/app/plugins/datasource/prometheus/components/Label.tsx
1954
%%DATADIR%%/public/app/plugins/datasource/prometheus/components/PromCheatSheet.tsx
1955
%%DATADIR%%/public/app/plugins/datasource/prometheus/components/PromExemplarField.tsx
1956
%%DATADIR%%/public/app/plugins/datasource/prometheus/components/PromExploreExtraField.test.tsx
1957
%%DATADIR%%/public/app/plugins/datasource/prometheus/components/PromExploreExtraField.tsx
1958
%%DATADIR%%/public/app/plugins/datasource/prometheus/components/PromExploreQueryEditor.test.tsx
1959
%%DATADIR%%/public/app/plugins/datasource/prometheus/components/PromExploreQueryEditor.tsx
1960
%%DATADIR%%/public/app/plugins/datasource/prometheus/components/PromLink.test.tsx
1961
%%DATADIR%%/public/app/plugins/datasource/prometheus/components/PromLink.tsx
1962
%%DATADIR%%/public/app/plugins/datasource/prometheus/components/PromQueryEditor.test.tsx
1963
%%DATADIR%%/public/app/plugins/datasource/prometheus/components/PromQueryEditor.tsx
1964
%%DATADIR%%/public/app/plugins/datasource/prometheus/components/PromQueryEditorByApp.test.tsx
1965
%%DATADIR%%/public/app/plugins/datasource/prometheus/components/PromQueryEditorByApp.tsx
1966
%%DATADIR%%/public/app/plugins/datasource/prometheus/components/PromQueryEditorForAlerting.tsx
1967
%%DATADIR%%/public/app/plugins/datasource/prometheus/components/PromQueryField.test.tsx
1968
%%DATADIR%%/public/app/plugins/datasource/prometheus/components/PromQueryField.tsx
1969
%%DATADIR%%/public/app/plugins/datasource/prometheus/components/PrometheusMetricsBrowser.test.tsx
1970
%%DATADIR%%/public/app/plugins/datasource/prometheus/components/PrometheusMetricsBrowser.tsx
1971
%%DATADIR%%/public/app/plugins/datasource/prometheus/components/__snapshots__/PromExploreQueryEditor.test.tsx.snap
1972
%%DATADIR%%/public/app/plugins/datasource/prometheus/components/__snapshots__/PromQueryEditor.test.tsx.snap
1973
%%DATADIR%%/public/app/plugins/datasource/prometheus/components/types.ts
1974
%%DATADIR%%/public/app/plugins/datasource/prometheus/configuration/ConfigEditor.tsx
1975
%%DATADIR%%/public/app/plugins/datasource/prometheus/configuration/ExemplarSetting.tsx
1976
%%DATADIR%%/public/app/plugins/datasource/prometheus/configuration/ExemplarsSettings.tsx
1977
%%DATADIR%%/public/app/plugins/datasource/prometheus/configuration/PromSettings.test.tsx
1978
%%DATADIR%%/public/app/plugins/datasource/prometheus/configuration/PromSettings.tsx
1979
%%DATADIR%%/public/app/plugins/datasource/prometheus/configuration/mocks.ts
1980
%%DATADIR%%/public/app/plugins/datasource/prometheus/dashboards/grafana_stats.json
1981
%%DATADIR%%/public/app/plugins/datasource/prometheus/dashboards/prometheus_2_stats.json
1982
%%DATADIR%%/public/app/plugins/datasource/prometheus/dashboards/prometheus_stats.json
1983
%%DATADIR%%/public/app/plugins/datasource/prometheus/datasource.test.ts
1984
%%DATADIR%%/public/app/plugins/datasource/prometheus/datasource.ts
1985
%%DATADIR%%/public/app/plugins/datasource/prometheus/img/prometheus_logo.svg
1986
%%DATADIR%%/public/app/plugins/datasource/prometheus/language_provider.test.ts
1987
%%DATADIR%%/public/app/plugins/datasource/prometheus/language_provider.ts
1988
%%DATADIR%%/public/app/plugins/datasource/prometheus/language_utils.test.ts
1989
%%DATADIR%%/public/app/plugins/datasource/prometheus/language_utils.ts
1990
%%DATADIR%%/public/app/plugins/datasource/prometheus/metric_find_query.test.ts
1991
%%DATADIR%%/public/app/plugins/datasource/prometheus/metric_find_query.ts
1992
%%DATADIR%%/public/app/plugins/datasource/prometheus/module.test.ts
1993
%%DATADIR%%/public/app/plugins/datasource/prometheus/module.ts
1994
%%DATADIR%%/public/app/plugins/datasource/prometheus/partials/annotations.editor.html
1995
%%DATADIR%%/public/app/plugins/datasource/prometheus/plugin.json
1996
%%DATADIR%%/public/app/plugins/datasource/prometheus/promql.test.ts
1997
%%DATADIR%%/public/app/plugins/datasource/prometheus/promql.ts
1998
%%DATADIR%%/public/app/plugins/datasource/prometheus/query_hints.test.ts
1999
%%DATADIR%%/public/app/plugins/datasource/prometheus/query_hints.ts
2000
%%DATADIR%%/public/app/plugins/datasource/prometheus/result_transformer.test.ts
2001
%%DATADIR%%/public/app/plugins/datasource/prometheus/result_transformer.ts
2002
%%DATADIR%%/public/app/plugins/datasource/prometheus/types.ts
2003
%%DATADIR%%/public/app/plugins/datasource/prometheus/variables.ts
2004
%%DATADIR%%/public/app/plugins/datasource/tempo/CheatSheet.tsx
2005
%%DATADIR%%/public/app/plugins/datasource/tempo/ConfigEditor.tsx
2006
%%DATADIR%%/public/app/plugins/datasource/tempo/QueryField.tsx
2007
%%DATADIR%%/public/app/plugins/datasource/tempo/datasource.test.ts
2008
%%DATADIR%%/public/app/plugins/datasource/tempo/datasource.ts
2009
%%DATADIR%%/public/app/plugins/datasource/tempo/graphTransform.test.ts
2010
%%DATADIR%%/public/app/plugins/datasource/tempo/graphTransform.ts
2011
%%DATADIR%%/public/app/plugins/datasource/tempo/img/tempo_logo.svg
2012
%%DATADIR%%/public/app/plugins/datasource/tempo/module.ts
2013
%%DATADIR%%/public/app/plugins/datasource/tempo/plugin.json
2014
%%DATADIR%%/public/app/plugins/datasource/tempo/resultTransformer.test.ts
2015
%%DATADIR%%/public/app/plugins/datasource/tempo/resultTransformer.ts
2016
%%DATADIR%%/public/app/plugins/datasource/tempo/testResponse.ts
2017
%%DATADIR%%/public/app/plugins/datasource/testdata/ConfigEditor.tsx
2018
%%DATADIR%%/public/app/plugins/datasource/testdata/LogIpsum.ts
2019
%%DATADIR%%/public/app/plugins/datasource/testdata/QueryEditor.test.tsx
2020
%%DATADIR%%/public/app/plugins/datasource/testdata/QueryEditor.tsx
2021
%%DATADIR%%/public/app/plugins/datasource/testdata/TestInfoTab.tsx
2022
%%DATADIR%%/public/app/plugins/datasource/testdata/__mocks__/scenarios.ts
2023
%%DATADIR%%/public/app/plugins/datasource/testdata/components/CSVContentEditor.tsx
2024
%%DATADIR%%/public/app/plugins/datasource/testdata/components/CSVFileEditor.tsx
2025
%%DATADIR%%/public/app/plugins/datasource/testdata/components/CSVWaveEditor.tsx
2026
%%DATADIR%%/public/app/plugins/datasource/testdata/components/GrafanaLiveEditor.tsx
2027
%%DATADIR%%/public/app/plugins/datasource/testdata/components/NodeGraphEditor.tsx
2028
%%DATADIR%%/public/app/plugins/datasource/testdata/components/PredictablePulseEditor.tsx
2029
%%DATADIR%%/public/app/plugins/datasource/testdata/components/RandomWalkEditor.tsx
2030
%%DATADIR%%/public/app/plugins/datasource/testdata/components/StreamingClientEditor.tsx
2031
%%DATADIR%%/public/app/plugins/datasource/testdata/components/index.ts
2032
%%DATADIR%%/public/app/plugins/datasource/testdata/constants.ts
2033
%%DATADIR%%/public/app/plugins/datasource/testdata/dashboards/streaming.json
2034
%%DATADIR%%/public/app/plugins/datasource/testdata/datasource.ts
2035
%%DATADIR%%/public/app/plugins/datasource/testdata/img/testdata.svg
2036
%%DATADIR%%/public/app/plugins/datasource/testdata/metricTree.test.ts
2037
%%DATADIR%%/public/app/plugins/datasource/testdata/metricTree.ts
2038
%%DATADIR%%/public/app/plugins/datasource/testdata/module.tsx
2039
%%DATADIR%%/public/app/plugins/datasource/testdata/nodeGraphUtils.ts
2040
%%DATADIR%%/public/app/plugins/datasource/testdata/plugin.json
2041
%%DATADIR%%/public/app/plugins/datasource/testdata/runStreams.ts
2042
%%DATADIR%%/public/app/plugins/datasource/testdata/testData/serviceMapResponse.ts
2043
%%DATADIR%%/public/app/plugins/datasource/testdata/types.ts
2044
%%DATADIR%%/public/app/plugins/datasource/testdata/variables.ts
2045
%%DATADIR%%/public/app/plugins/datasource/zipkin/ConfigEditor.tsx
2046
%%DATADIR%%/public/app/plugins/datasource/zipkin/QueryField.test.tsx
2047
%%DATADIR%%/public/app/plugins/datasource/zipkin/QueryField.tsx
2048
%%DATADIR%%/public/app/plugins/datasource/zipkin/constants.ts
2049
%%DATADIR%%/public/app/plugins/datasource/zipkin/datasource.test.ts
2050
%%DATADIR%%/public/app/plugins/datasource/zipkin/datasource.ts
2051
%%DATADIR%%/public/app/plugins/datasource/zipkin/img/zipkin-logo.svg
2052
%%DATADIR%%/public/app/plugins/datasource/zipkin/module.ts
2053
%%DATADIR%%/public/app/plugins/datasource/zipkin/plugin.json
2054
%%DATADIR%%/public/app/plugins/datasource/zipkin/types.ts
2055
%%DATADIR%%/public/app/plugins/datasource/zipkin/utils/graphTransform.test.ts
2056
%%DATADIR%%/public/app/plugins/datasource/zipkin/utils/graphTransform.ts
2057
%%DATADIR%%/public/app/plugins/datasource/zipkin/utils/testData.ts
2058
%%DATADIR%%/public/app/plugins/datasource/zipkin/utils/testResponse.ts
2059
%%DATADIR%%/public/app/plugins/datasource/zipkin/utils/transforms.test.ts
2060
%%DATADIR%%/public/app/plugins/datasource/zipkin/utils/transforms.ts
2061
%%DATADIR%%/public/app/plugins/panel/alertlist/AlertInstances.tsx
2062
%%DATADIR%%/public/app/plugins/panel/alertlist/AlertList.tsx
2063
%%DATADIR%%/public/app/plugins/panel/alertlist/AlertListMigration.test.ts
2064
%%DATADIR%%/public/app/plugins/panel/alertlist/AlertListMigrationHandler.ts
2065
%%DATADIR%%/public/app/plugins/panel/alertlist/README.md
2066
%%DATADIR%%/public/app/plugins/panel/alertlist/UnifiedAlertList.tsx
2067
%%DATADIR%%/public/app/plugins/panel/alertlist/img/icn-singlestat-panel.svg
2068
%%DATADIR%%/public/app/plugins/panel/alertlist/module.tsx
2069
%%DATADIR%%/public/app/plugins/panel/alertlist/plugin.json
2070
%%DATADIR%%/public/app/plugins/panel/alertlist/types.ts
2071
%%DATADIR%%/public/app/plugins/panel/annolist/AnnoListPanel.test.tsx
2072
%%DATADIR%%/public/app/plugins/panel/annolist/AnnoListPanel.tsx
2073
%%DATADIR%%/public/app/plugins/panel/annolist/AnnotationListItem.tsx
2074
%%DATADIR%%/public/app/plugins/panel/annolist/AnnotationListItemTags.tsx
2075
%%DATADIR%%/public/app/plugins/panel/annolist/README.md
2076
%%DATADIR%%/public/app/plugins/panel/annolist/img/icn-annolist-panel.svg
2077
%%DATADIR%%/public/app/plugins/panel/annolist/module.tsx
2078
%%DATADIR%%/public/app/plugins/panel/annolist/plugin.json
2079
%%DATADIR%%/public/app/plugins/panel/annolist/types.ts
2080
%%DATADIR%%/public/app/plugins/panel/barchart/BarChart.tsx
2081
%%DATADIR%%/public/app/plugins/panel/barchart/BarChartPanel.tsx
2082
%%DATADIR%%/public/app/plugins/panel/barchart/__snapshots__/utils.test.ts.snap
2083
%%DATADIR%%/public/app/plugins/panel/barchart/bars.ts
2084
%%DATADIR%%/public/app/plugins/panel/barchart/distribute.ts
2085
%%DATADIR%%/public/app/plugins/panel/barchart/img/barchart.svg
2086
%%DATADIR%%/public/app/plugins/panel/barchart/module.tsx
2087
%%DATADIR%%/public/app/plugins/panel/barchart/plugin.json
2088
%%DATADIR%%/public/app/plugins/panel/barchart/quadtree.ts
2089
%%DATADIR%%/public/app/plugins/panel/barchart/types.ts
2090
%%DATADIR%%/public/app/plugins/panel/barchart/utils.test.ts
2091
%%DATADIR%%/public/app/plugins/panel/barchart/utils.ts
2092
%%DATADIR%%/public/app/plugins/panel/bargauge/BarGaugeMigrations.test.ts
2093
%%DATADIR%%/public/app/plugins/panel/bargauge/BarGaugeMigrations.ts
2094
%%DATADIR%%/public/app/plugins/panel/bargauge/BarGaugePanel.test.tsx
2095
%%DATADIR%%/public/app/plugins/panel/bargauge/BarGaugePanel.tsx
2096
%%DATADIR%%/public/app/plugins/panel/bargauge/img/icon_bar_gauge.svg
2097
%%DATADIR%%/public/app/plugins/panel/bargauge/module.tsx
2098
%%DATADIR%%/public/app/plugins/panel/bargauge/plugin.json
2099
%%DATADIR%%/public/app/plugins/panel/bargauge/types.ts
2100
%%DATADIR%%/public/app/plugins/panel/dashlist/DashList.tsx
2101
%%DATADIR%%/public/app/plugins/panel/dashlist/README.md
2102
%%DATADIR%%/public/app/plugins/panel/dashlist/img/icn-dashlist-panel.svg
2103
%%DATADIR%%/public/app/plugins/panel/dashlist/models.cue
2104
%%DATADIR%%/public/app/plugins/panel/dashlist/models.gen.ts
2105
%%DATADIR%%/public/app/plugins/panel/dashlist/module.tsx
2106
%%DATADIR%%/public/app/plugins/panel/dashlist/plugin.json
2107
%%DATADIR%%/public/app/plugins/panel/dashlist/styles.ts
2108
%%DATADIR%%/public/app/plugins/panel/dashlist/types.ts
2109
%%DATADIR%%/public/app/plugins/panel/debug/CursorView.tsx
2110
%%DATADIR%%/public/app/plugins/panel/debug/DebugPanel.tsx
2111
%%DATADIR%%/public/app/plugins/panel/debug/EventBusLogger.tsx
2112
%%DATADIR%%/public/app/plugins/panel/debug/README.md
2113
%%DATADIR%%/public/app/plugins/panel/debug/RenderInfoViewer.tsx
2114
%%DATADIR%%/public/app/plugins/panel/debug/img/icn-debug.svg
2115
%%DATADIR%%/public/app/plugins/panel/debug/module.tsx
2116
%%DATADIR%%/public/app/plugins/panel/debug/plugin.json
2117
%%DATADIR%%/public/app/plugins/panel/debug/types.ts
2118
%%DATADIR%%/public/app/plugins/panel/gauge/GaugeMigrations.test.ts
2119
%%DATADIR%%/public/app/plugins/panel/gauge/GaugeMigrations.ts
2120
%%DATADIR%%/public/app/plugins/panel/gauge/GaugePanel.tsx
2121
%%DATADIR%%/public/app/plugins/panel/gauge/__snapshots__/GaugeMigrations.test.ts.snap
2122
%%DATADIR%%/public/app/plugins/panel/gauge/img/icon_gauge.svg
2123
%%DATADIR%%/public/app/plugins/panel/gauge/module.tsx
2124
%%DATADIR%%/public/app/plugins/panel/gauge/plugin.json
2125
%%DATADIR%%/public/app/plugins/panel/gauge/types.ts
2126
%%DATADIR%%/public/app/plugins/panel/gettingstarted/GettingStarted.tsx
2127
%%DATADIR%%/public/app/plugins/panel/gettingstarted/README.md
2128
%%DATADIR%%/public/app/plugins/panel/gettingstarted/components/DocsCard.tsx
2129
%%DATADIR%%/public/app/plugins/panel/gettingstarted/components/Step.tsx
2130
%%DATADIR%%/public/app/plugins/panel/gettingstarted/components/TutorialCard.tsx
2131
%%DATADIR%%/public/app/plugins/panel/gettingstarted/components/sharedStyles.ts
2132
%%DATADIR%%/public/app/plugins/panel/gettingstarted/img/icn-dashlist-panel.svg
2133
%%DATADIR%%/public/app/plugins/panel/gettingstarted/module.ts
2134
%%DATADIR%%/public/app/plugins/panel/gettingstarted/plugin.json
2135
%%DATADIR%%/public/app/plugins/panel/gettingstarted/steps.ts
2136
%%DATADIR%%/public/app/plugins/panel/gettingstarted/types.ts
2137
%%DATADIR%%/public/app/plugins/panel/graph/GraphContextMenuCtrl.ts
2138
%%DATADIR%%/public/app/plugins/panel/graph/GraphMigrations.test.ts
2139
%%DATADIR%%/public/app/plugins/panel/graph/GraphMigrations.ts
2140
%%DATADIR%%/public/app/plugins/panel/graph/Legend/Legend.tsx
2141
%%DATADIR%%/public/app/plugins/panel/graph/Legend/LegendSeriesItem.tsx
2142
%%DATADIR%%/public/app/plugins/panel/graph/README.md
2143
%%DATADIR%%/public/app/plugins/panel/graph/align_yaxes.ts
2144
%%DATADIR%%/public/app/plugins/panel/graph/axes_editor.html
2145
%%DATADIR%%/public/app/plugins/panel/graph/axes_editor.ts
2146
%%DATADIR%%/public/app/plugins/panel/graph/data_processor.ts
2147
%%DATADIR%%/public/app/plugins/panel/graph/graph.ts
2148
%%DATADIR%%/public/app/plugins/panel/graph/graph_tooltip.d.ts
2149
%%DATADIR%%/public/app/plugins/panel/graph/graph_tooltip.ts
2150
%%DATADIR%%/public/app/plugins/panel/graph/histogram.ts
2151
%%DATADIR%%/public/app/plugins/panel/graph/img/icn-graph-panel.svg
2152
%%DATADIR%%/public/app/plugins/panel/graph/jquery.flot.events.ts
2153
%%DATADIR%%/public/app/plugins/panel/graph/module.ts
2154
%%DATADIR%%/public/app/plugins/panel/graph/plugin.json
2155
%%DATADIR%%/public/app/plugins/panel/graph/series_overrides_ctrl.ts
2156
%%DATADIR%%/public/app/plugins/panel/graph/specs/__snapshots__/data_processor.test.ts.snap
2157
%%DATADIR%%/public/app/plugins/panel/graph/specs/align_yaxes.test.ts
2158
%%DATADIR%%/public/app/plugins/panel/graph/specs/data_processor.test.ts
2159
%%DATADIR%%/public/app/plugins/panel/graph/specs/graph.test.ts
2160
%%DATADIR%%/public/app/plugins/panel/graph/specs/graph_ctrl.test.ts
2161
%%DATADIR%%/public/app/plugins/panel/graph/specs/graph_tooltip.test.ts
2162
%%DATADIR%%/public/app/plugins/panel/graph/specs/histogram.test.ts
2163
%%DATADIR%%/public/app/plugins/panel/graph/specs/series_override_ctrl.test.ts
2164
%%DATADIR%%/public/app/plugins/panel/graph/specs/threshold_manager.test.ts
2165
%%DATADIR%%/public/app/plugins/panel/graph/specs/time_region_manager.test.ts
2166
%%DATADIR%%/public/app/plugins/panel/graph/tab_display.html
2167
%%DATADIR%%/public/app/plugins/panel/graph/tab_legend.html
2168
%%DATADIR%%/public/app/plugins/panel/graph/tab_series_overrides.html
2169
%%DATADIR%%/public/app/plugins/panel/graph/tab_thresholds.html
2170
%%DATADIR%%/public/app/plugins/panel/graph/tab_time_regions.html
2171
%%DATADIR%%/public/app/plugins/panel/graph/template.ts
2172
%%DATADIR%%/public/app/plugins/panel/graph/threshold_manager.ts
2173
%%DATADIR%%/public/app/plugins/panel/graph/thresholds_form.html
2174
%%DATADIR%%/public/app/plugins/panel/graph/thresholds_form.ts
2175
%%DATADIR%%/public/app/plugins/panel/graph/time_region_manager.ts
2176
%%DATADIR%%/public/app/plugins/panel/graph/time_regions_form.html
2177
%%DATADIR%%/public/app/plugins/panel/graph/time_regions_form.ts
2178
%%DATADIR%%/public/app/plugins/panel/graph/types.ts
2179
%%DATADIR%%/public/app/plugins/panel/graph/utils.test.ts
2180
%%DATADIR%%/public/app/plugins/panel/graph/utils.ts
2181
%%DATADIR%%/public/app/plugins/panel/heatmap/README.md
2182
%%DATADIR%%/public/app/plugins/panel/heatmap/axes_editor.ts
2183
%%DATADIR%%/public/app/plugins/panel/heatmap/color_legend.ts
2184
%%DATADIR%%/public/app/plugins/panel/heatmap/color_scale.ts
2185
%%DATADIR%%/public/app/plugins/panel/heatmap/display_editor.ts
2186
%%DATADIR%%/public/app/plugins/panel/heatmap/heatmap_ctrl.ts
2187
%%DATADIR%%/public/app/plugins/panel/heatmap/heatmap_data_converter.ts
2188
%%DATADIR%%/public/app/plugins/panel/heatmap/heatmap_tooltip.ts
2189
%%DATADIR%%/public/app/plugins/panel/heatmap/img/icn-heatmap-panel.svg
2190
%%DATADIR%%/public/app/plugins/panel/heatmap/module.html
2191
%%DATADIR%%/public/app/plugins/panel/heatmap/module.ts
2192
%%DATADIR%%/public/app/plugins/panel/heatmap/partials/axes_editor.html
2193
%%DATADIR%%/public/app/plugins/panel/heatmap/partials/display_editor.html
2194
%%DATADIR%%/public/app/plugins/panel/heatmap/plugin.json
2195
%%DATADIR%%/public/app/plugins/panel/heatmap/rendering.ts
2196
%%DATADIR%%/public/app/plugins/panel/heatmap/specs/heatmap_ctrl.test.ts
2197
%%DATADIR%%/public/app/plugins/panel/heatmap/specs/heatmap_data_converter.test.ts
2198
%%DATADIR%%/public/app/plugins/panel/heatmap/types.ts
2199
%%DATADIR%%/public/app/plugins/panel/histogram/Histogram.tsx
2200
%%DATADIR%%/public/app/plugins/panel/histogram/HistogramPanel.tsx
2201
%%DATADIR%%/public/app/plugins/panel/histogram/img/histogram.svg
2202
%%DATADIR%%/public/app/plugins/panel/histogram/models.cue
2203
%%DATADIR%%/public/app/plugins/panel/histogram/models.gen.ts
2204
%%DATADIR%%/public/app/plugins/panel/histogram/module.tsx
2205
%%DATADIR%%/public/app/plugins/panel/histogram/plugin.json
2206
%%DATADIR%%/public/app/plugins/panel/histogram/utils.ts
2207
%%DATADIR%%/public/app/plugins/panel/live/LiveChannelEditor.tsx
2208
%%DATADIR%%/public/app/plugins/panel/live/LivePanel.tsx
2209
%%DATADIR%%/public/app/plugins/panel/live/img/live.svg
2210
%%DATADIR%%/public/app/plugins/panel/live/module.tsx
2211
%%DATADIR%%/public/app/plugins/panel/live/plugin.json
2212
%%DATADIR%%/public/app/plugins/panel/live/types.ts
2213
%%DATADIR%%/public/app/plugins/panel/logs/LogsPanel.tsx
2214
%%DATADIR%%/public/app/plugins/panel/logs/img/icn-logs-panel.svg
2215
%%DATADIR%%/public/app/plugins/panel/logs/module.tsx
2216
%%DATADIR%%/public/app/plugins/panel/logs/plugin.json
2217
%%DATADIR%%/public/app/plugins/panel/logs/types.ts
2218
%%DATADIR%%/public/app/plugins/panel/news/NewsPanel.tsx
2219
%%DATADIR%%/public/app/plugins/panel/news/constants.ts
2220
%%DATADIR%%/public/app/plugins/panel/news/img/news.svg
2221
%%DATADIR%%/public/app/plugins/panel/news/models.cue
2222
%%DATADIR%%/public/app/plugins/panel/news/models.gen.ts
2223
%%DATADIR%%/public/app/plugins/panel/news/module.tsx
2224
%%DATADIR%%/public/app/plugins/panel/news/plugin.json
2225
%%DATADIR%%/public/app/plugins/panel/news/rss.ts
2226
%%DATADIR%%/public/app/plugins/panel/news/types.ts
2227
%%DATADIR%%/public/app/plugins/panel/news/utils.test.ts
2228
%%DATADIR%%/public/app/plugins/panel/news/utils.ts
2229
%%DATADIR%%/public/app/plugins/panel/nodeGraph/Edge.tsx
2230
%%DATADIR%%/public/app/plugins/panel/nodeGraph/EdgeArrowMarker.tsx
2231
%%DATADIR%%/public/app/plugins/panel/nodeGraph/EdgeLabel.tsx
2232
%%DATADIR%%/public/app/plugins/panel/nodeGraph/Legend.test.tsx
2233
%%DATADIR%%/public/app/plugins/panel/nodeGraph/Legend.tsx
2234
%%DATADIR%%/public/app/plugins/panel/nodeGraph/Marker.tsx
2235
%%DATADIR%%/public/app/plugins/panel/nodeGraph/Node.tsx
2236
%%DATADIR%%/public/app/plugins/panel/nodeGraph/NodeGraph.test.tsx
2237
%%DATADIR%%/public/app/plugins/panel/nodeGraph/NodeGraph.tsx
2238
%%DATADIR%%/public/app/plugins/panel/nodeGraph/NodeGraphPanel.tsx
2239
%%DATADIR%%/public/app/plugins/panel/nodeGraph/ViewControls.tsx
2240
%%DATADIR%%/public/app/plugins/panel/nodeGraph/__mocks__/layout.worker.js
2241
%%DATADIR%%/public/app/plugins/panel/nodeGraph/img/icn-node-graph.svg
2242
%%DATADIR%%/public/app/plugins/panel/nodeGraph/index.ts
2243
%%DATADIR%%/public/app/plugins/panel/nodeGraph/layout.ts
2244
%%DATADIR%%/public/app/plugins/panel/nodeGraph/layout.worker.js
2245
%%DATADIR%%/public/app/plugins/panel/nodeGraph/module.tsx
2246
%%DATADIR%%/public/app/plugins/panel/nodeGraph/plugin.json
2247
%%DATADIR%%/public/app/plugins/panel/nodeGraph/types.ts
2248
%%DATADIR%%/public/app/plugins/panel/nodeGraph/useCategorizeFrames.ts
2249
%%DATADIR%%/public/app/plugins/panel/nodeGraph/useContextMenu.tsx
2250
%%DATADIR%%/public/app/plugins/panel/nodeGraph/useFocusPositionOnLayout.ts
2251
%%DATADIR%%/public/app/plugins/panel/nodeGraph/useHighlight.ts
2252
%%DATADIR%%/public/app/plugins/panel/nodeGraph/useNodeLimit.ts
2253
%%DATADIR%%/public/app/plugins/panel/nodeGraph/usePanning.ts
2254
%%DATADIR%%/public/app/plugins/panel/nodeGraph/useZoom.ts
2255
%%DATADIR%%/public/app/plugins/panel/nodeGraph/utils.test.ts
2256
%%DATADIR%%/public/app/plugins/panel/nodeGraph/utils.ts
2257
%%DATADIR%%/public/app/plugins/panel/piechart/PieChart.tsx
2258
%%DATADIR%%/public/app/plugins/panel/piechart/PieChartPanel.tsx
2259
%%DATADIR%%/public/app/plugins/panel/piechart/img/icon_piechart.svg
2260
%%DATADIR%%/public/app/plugins/panel/piechart/migrations.test.ts
2261
%%DATADIR%%/public/app/plugins/panel/piechart/migrations.ts
2262
%%DATADIR%%/public/app/plugins/panel/piechart/module.tsx
2263
%%DATADIR%%/public/app/plugins/panel/piechart/plugin.json
2264
%%DATADIR%%/public/app/plugins/panel/piechart/types.ts
2265
%%DATADIR%%/public/app/plugins/panel/pluginlist/PluginList.tsx
2266
%%DATADIR%%/public/app/plugins/panel/pluginlist/README.md
2267
%%DATADIR%%/public/app/plugins/panel/pluginlist/components/UpdatePluginModal.tsx
2268
%%DATADIR%%/public/app/plugins/panel/pluginlist/img/icn-dashlist-panel.svg
2269
%%DATADIR%%/public/app/plugins/panel/pluginlist/module.tsx
2270
%%DATADIR%%/public/app/plugins/panel/pluginlist/plugin.json
2271
%%DATADIR%%/public/app/plugins/panel/stat/README.md
2272
%%DATADIR%%/public/app/plugins/panel/stat/StatMigrations.test.ts
2273
%%DATADIR%%/public/app/plugins/panel/stat/StatMigrations.ts
2274
%%DATADIR%%/public/app/plugins/panel/stat/StatPanel.tsx
2275
%%DATADIR%%/public/app/plugins/panel/stat/img/icn-singlestat-panel.svg
2276
%%DATADIR%%/public/app/plugins/panel/stat/module.tsx
2277
%%DATADIR%%/public/app/plugins/panel/stat/plugin.json
2278
%%DATADIR%%/public/app/plugins/panel/stat/types.ts
2279
%%DATADIR%%/public/app/plugins/panel/state-timeline/StateTimelinePanel.tsx
2280
%%DATADIR%%/public/app/plugins/panel/state-timeline/StateTimelineTooltip.tsx
2281
%%DATADIR%%/public/app/plugins/panel/state-timeline/TimelineChart.tsx
2282
%%DATADIR%%/public/app/plugins/panel/state-timeline/__snapshots__/migrations.test.ts.snap
2283
%%DATADIR%%/public/app/plugins/panel/state-timeline/img/timeline.svg
2284
%%DATADIR%%/public/app/plugins/panel/state-timeline/migrations.test.ts
2285
%%DATADIR%%/public/app/plugins/panel/state-timeline/migrations.ts
2286
%%DATADIR%%/public/app/plugins/panel/state-timeline/module.tsx
2287
%%DATADIR%%/public/app/plugins/panel/state-timeline/plugin.json
2288
%%DATADIR%%/public/app/plugins/panel/state-timeline/timeline.ts
2289
%%DATADIR%%/public/app/plugins/panel/state-timeline/types.ts
2290
%%DATADIR%%/public/app/plugins/panel/state-timeline/utils.test.ts
2291
%%DATADIR%%/public/app/plugins/panel/state-timeline/utils.ts
2292
%%DATADIR%%/public/app/plugins/panel/status-history/StatusHistoryPanel.tsx
2293
%%DATADIR%%/public/app/plugins/panel/status-history/img/status.svg
2294
%%DATADIR%%/public/app/plugins/panel/status-history/module.tsx
2295
%%DATADIR%%/public/app/plugins/panel/status-history/plugin.json
2296
%%DATADIR%%/public/app/plugins/panel/status-history/types.ts
2297
%%DATADIR%%/public/app/plugins/panel/table-old/README.md
2298
%%DATADIR%%/public/app/plugins/panel/table-old/column_options.html
2299
%%DATADIR%%/public/app/plugins/panel/table-old/column_options.ts
2300
%%DATADIR%%/public/app/plugins/panel/table-old/editor.html
2301
%%DATADIR%%/public/app/plugins/panel/table-old/editor.ts
2302
%%DATADIR%%/public/app/plugins/panel/table-old/img/icn-table-panel.svg
2303
%%DATADIR%%/public/app/plugins/panel/table-old/module.html
2304
%%DATADIR%%/public/app/plugins/panel/table-old/module.ts
2305
%%DATADIR%%/public/app/plugins/panel/table-old/plugin.json
2306
%%DATADIR%%/public/app/plugins/panel/table-old/renderer.ts
2307
%%DATADIR%%/public/app/plugins/panel/table-old/specs/renderer.test.ts
2308
%%DATADIR%%/public/app/plugins/panel/table-old/specs/transformers.test.ts
2309
%%DATADIR%%/public/app/plugins/panel/table-old/transformers.ts
2310
%%DATADIR%%/public/app/plugins/panel/table-old/types.ts
2311
%%DATADIR%%/public/app/plugins/panel/table/README.md
2312
%%DATADIR%%/public/app/plugins/panel/table/TablePanel.tsx
2313
%%DATADIR%%/public/app/plugins/panel/table/__snapshots__/migrations.test.ts.snap
2314
%%DATADIR%%/public/app/plugins/panel/table/img/icn-table-panel.svg
2315
%%DATADIR%%/public/app/plugins/panel/table/migrations.test.ts
2316
%%DATADIR%%/public/app/plugins/panel/table/migrations.ts
2317
%%DATADIR%%/public/app/plugins/panel/table/models.cue
2318
%%DATADIR%%/public/app/plugins/panel/table/models.gen.ts
2319
%%DATADIR%%/public/app/plugins/panel/table/module.tsx
2320
%%DATADIR%%/public/app/plugins/panel/table/plugin.json
2321
%%DATADIR%%/public/app/plugins/panel/text/README.md
2322
%%DATADIR%%/public/app/plugins/panel/text/TextPanel.tsx
2323
%%DATADIR%%/public/app/plugins/panel/text/TextPanelEditor.tsx
2324
%%DATADIR%%/public/app/plugins/panel/text/img/icn-text-panel.svg
2325
%%DATADIR%%/public/app/plugins/panel/text/models.cue
2326
%%DATADIR%%/public/app/plugins/panel/text/models.gen.ts
2327
%%DATADIR%%/public/app/plugins/panel/text/module.tsx
2328
%%DATADIR%%/public/app/plugins/panel/text/plugin.json
2329
%%DATADIR%%/public/app/plugins/panel/text/textPanelMigrationHandler.test.ts
2330
%%DATADIR%%/public/app/plugins/panel/text/textPanelMigrationHandler.ts
2331
%%DATADIR%%/public/app/plugins/panel/timeseries/FillBelowToEditor.tsx
2332
%%DATADIR%%/public/app/plugins/panel/timeseries/LayoutBuilder.ts
2333
%%DATADIR%%/public/app/plugins/panel/timeseries/LineStyleEditor.tsx
2334
%%DATADIR%%/public/app/plugins/panel/timeseries/README.md
2335
%%DATADIR%%/public/app/plugins/panel/timeseries/SpanNullsEditor.tsx
2336
%%DATADIR%%/public/app/plugins/panel/timeseries/TimeSeriesPanel.tsx
2337
%%DATADIR%%/public/app/plugins/panel/timeseries/__snapshots__/migrations.test.ts.snap
2338
%%DATADIR%%/public/app/plugins/panel/timeseries/config.ts
2339
%%DATADIR%%/public/app/plugins/panel/timeseries/img/icn-graph-panel.svg
2340
%%DATADIR%%/public/app/plugins/panel/timeseries/img/icn-timeseries-panel.svg
2341
%%DATADIR%%/public/app/plugins/panel/timeseries/migrations.test.ts
2342
%%DATADIR%%/public/app/plugins/panel/timeseries/migrations.ts
2343
%%DATADIR%%/public/app/plugins/panel/timeseries/module.tsx
2344
%%DATADIR%%/public/app/plugins/panel/timeseries/overrides/colorSeriesConfigFactory.test.ts
2345
%%DATADIR%%/public/app/plugins/panel/timeseries/overrides/colorSeriesConfigFactory.ts
2346
%%DATADIR%%/public/app/plugins/panel/timeseries/overrides/hideSeriesConfigFactory.test.ts
2347
%%DATADIR%%/public/app/plugins/panel/timeseries/overrides/hideSeriesConfigFactory.ts
2348
%%DATADIR%%/public/app/plugins/panel/timeseries/plugin.json
2349
%%DATADIR%%/public/app/plugins/panel/timeseries/plugins/AnnotationMarker.tsx
2350
%%DATADIR%%/public/app/plugins/panel/timeseries/plugins/AnnotationsPlugin.tsx
2351
%%DATADIR%%/public/app/plugins/panel/timeseries/plugins/ContextMenuPlugin.tsx
2352
%%DATADIR%%/public/app/plugins/panel/timeseries/plugins/ExemplarMarker.tsx
2353
%%DATADIR%%/public/app/plugins/panel/timeseries/plugins/ExemplarsPlugin.tsx
2354
%%DATADIR%%/public/app/plugins/panel/timeseries/plugins/types.ts
2355
%%DATADIR%%/public/app/plugins/panel/timeseries/types.ts
2356
%%DATADIR%%/public/app/plugins/panel/timeseries/utils.test.ts
2357
%%DATADIR%%/public/app/plugins/panel/timeseries/utils.ts
2358
%%DATADIR%%/public/app/plugins/panel/welcome/README.md
2359
%%DATADIR%%/public/app/plugins/panel/welcome/Welcome.tsx
2360
%%DATADIR%%/public/app/plugins/panel/welcome/img/background_light.svg
2361
%%DATADIR%%/public/app/plugins/panel/welcome/img/icn-dashlist-panel.svg
2362
%%DATADIR%%/public/app/plugins/panel/welcome/module.ts
2363
%%DATADIR%%/public/app/plugins/panel/welcome/plugin.json
2364
%%DATADIR%%/public/app/plugins/panel/xychart/README.md
2365
%%DATADIR%%/public/app/plugins/panel/xychart/XYChartPanel.tsx
2366
%%DATADIR%%/public/app/plugins/panel/xychart/XYDimsEditor.tsx
2367
%%DATADIR%%/public/app/plugins/panel/xychart/dims.ts
2368
%%DATADIR%%/public/app/plugins/panel/xychart/img/icn-xychart.svg
2369
%%DATADIR%%/public/app/plugins/panel/xychart/module.tsx
2370
%%DATADIR%%/public/app/plugins/panel/xychart/plugin.json
2371
%%DATADIR%%/public/app/plugins/panel/xychart/types.ts
2372
%%DATADIR%%/public/app/plugins/sdk.ts
2373
%%DATADIR%%/public/app/routes/GrafanaCtrl.ts
2374
%%DATADIR%%/public/app/routes/routes.tsx
2375
%%DATADIR%%/public/app/store/configureStore.ts
2376
%%DATADIR%%/public/app/store/store.ts
2377
%%DATADIR%%/public/app/types/accessControl.ts
2378
%%DATADIR%%/public/app/types/acl.ts
2379
%%DATADIR%%/public/app/types/alerting.ts
2380
%%DATADIR%%/public/app/types/angular.ts
2381
%%DATADIR%%/public/app/types/apiKeys.ts
2382
%%DATADIR%%/public/app/types/appEvent.ts
2383
%%DATADIR%%/public/app/types/appNotifications.ts
2384
%%DATADIR%%/public/app/types/dangerously-set-html-content.d.ts
2385
%%DATADIR%%/public/app/types/dashboard.ts
2386
%%DATADIR%%/public/app/types/datasources.ts
2387
%%DATADIR%%/public/app/types/events.ts
2388
%%DATADIR%%/public/app/types/explore.ts
2389
%%DATADIR%%/public/app/types/folders.ts
2390
%%DATADIR%%/public/app/types/index.ts
2391
%%DATADIR%%/public/app/types/jquery/jquery.d.ts
2392
%%DATADIR%%/public/app/types/ldap.ts
2393
%%DATADIR%%/public/app/types/location.ts
2394
%%DATADIR%%/public/app/types/organization.ts
2395
%%DATADIR%%/public/app/types/plugins.ts
2396
%%DATADIR%%/public/app/types/preferences.ts
2397
%%DATADIR%%/public/app/types/query.ts
2398
%%DATADIR%%/public/app/types/sanitize-url.d.ts
2399
%%DATADIR%%/public/app/types/store.ts
2400
%%DATADIR%%/public/app/types/svg.d.ts
2401
%%DATADIR%%/public/app/types/teams.ts
2402
%%DATADIR%%/public/app/types/templates.ts
2403
%%DATADIR%%/public/app/types/unified-alerting-dto.ts
2404
%%DATADIR%%/public/app/types/unified-alerting.ts
2405
%%DATADIR%%/public/app/types/user.ts
2406
%%DATADIR%%/public/app/types/window.d.ts
2407
%%DATADIR%%/public/build/100.%%GRAFANA_BUILDHASH%%.js
2408
%%DATADIR%%/public/build/100.%%GRAFANA_BUILDHASH%%.js.map
2409
%%DATADIR%%/public/build/101.%%GRAFANA_BUILDHASH%%.js
2410
%%DATADIR%%/public/build/101.%%GRAFANA_BUILDHASH%%.js.map
2411
%%DATADIR%%/public/build/102.%%GRAFANA_BUILDHASH%%.js
2412
%%DATADIR%%/public/build/102.%%GRAFANA_BUILDHASH%%.js.map
2413
%%DATADIR%%/public/build/87.%%GRAFANA_BUILDHASH%%.js
2414
%%DATADIR%%/public/build/87.%%GRAFANA_BUILDHASH%%.js.map
2415
%%DATADIR%%/public/build/88.%%GRAFANA_BUILDHASH%%.js
2416
%%DATADIR%%/public/build/88.%%GRAFANA_BUILDHASH%%.js.map
2417
%%DATADIR%%/public/build/89.%%GRAFANA_BUILDHASH%%.js
2418
%%DATADIR%%/public/build/89.%%GRAFANA_BUILDHASH%%.js.map
2419
%%DATADIR%%/public/build/90.%%GRAFANA_BUILDHASH%%.js
2420
%%DATADIR%%/public/build/90.%%GRAFANA_BUILDHASH%%.js.map
2421
%%DATADIR%%/public/build/91.%%GRAFANA_BUILDHASH%%.js
2422
%%DATADIR%%/public/build/91.%%GRAFANA_BUILDHASH%%.js.map
2423
%%DATADIR%%/public/build/92.%%GRAFANA_BUILDHASH%%.js
2424
%%DATADIR%%/public/build/92.%%GRAFANA_BUILDHASH%%.js.map
2425
%%DATADIR%%/public/build/93.%%GRAFANA_BUILDHASH%%.js
2426
%%DATADIR%%/public/build/93.%%GRAFANA_BUILDHASH%%.js.map
2427
%%DATADIR%%/public/build/94.%%GRAFANA_BUILDHASH%%.js
2428
%%DATADIR%%/public/build/94.%%GRAFANA_BUILDHASH%%.js.map
2429
%%DATADIR%%/public/build/95.%%GRAFANA_BUILDHASH%%.js
2430
%%DATADIR%%/public/build/95.%%GRAFANA_BUILDHASH%%.js.map
2431
%%DATADIR%%/public/build/96.%%GRAFANA_BUILDHASH%%.js
2432
%%DATADIR%%/public/build/96.%%GRAFANA_BUILDHASH%%.js.map
2433
%%DATADIR%%/public/build/97.%%GRAFANA_BUILDHASH%%.js
2434
%%DATADIR%%/public/build/97.%%GRAFANA_BUILDHASH%%.js.map
2435
%%DATADIR%%/public/build/98.%%GRAFANA_BUILDHASH%%.js
2436
%%DATADIR%%/public/build/98.%%GRAFANA_BUILDHASH%%.js.map
2437
%%DATADIR%%/public/build/99.%%GRAFANA_BUILDHASH%%.js
2438
%%DATADIR%%/public/build/99.%%GRAFANA_BUILDHASH%%.js.map
2439
%%DATADIR%%/public/build/AdminEditOrgPage.%%GRAFANA_BUILDHASH%%.js
2440
%%DATADIR%%/public/build/AdminEditOrgPage.%%GRAFANA_BUILDHASH%%.js.map
2441
%%DATADIR%%/public/build/AdminListOrgsPage.%%GRAFANA_BUILDHASH%%.js
2442
%%DATADIR%%/public/build/AdminListOrgsPage.%%GRAFANA_BUILDHASH%%.js.map
2443
%%DATADIR%%/public/build/AdminSettings.%%GRAFANA_BUILDHASH%%.js
2444
%%DATADIR%%/public/build/AdminSettings.%%GRAFANA_BUILDHASH%%.js.map
2445
%%DATADIR%%/public/build/AlertAmRoutes.%%GRAFANA_BUILDHASH%%.js
2446
%%DATADIR%%/public/build/AlertAmRoutes.%%GRAFANA_BUILDHASH%%.js.map
2447
%%DATADIR%%/public/build/AlertRuleList.%%GRAFANA_BUILDHASH%%.js
2448
%%DATADIR%%/public/build/AlertRuleList.%%GRAFANA_BUILDHASH%%.js.map
2449
%%DATADIR%%/public/build/AlertRuleListIndex.%%GRAFANA_BUILDHASH%%.js
2450
%%DATADIR%%/public/build/AlertRuleListIndex.%%GRAFANA_BUILDHASH%%.js.map
2451
%%DATADIR%%/public/build/AlertSilences.%%GRAFANA_BUILDHASH%%.js
2452
%%DATADIR%%/public/build/AlertSilences.%%GRAFANA_BUILDHASH%%.js.map
2453
%%DATADIR%%/public/build/AlertingRuleForm.%%GRAFANA_BUILDHASH%%.js
2454
%%DATADIR%%/public/build/AlertingRuleForm.%%GRAFANA_BUILDHASH%%.js.map
2455
%%DATADIR%%/public/build/ApiKeysPage.%%GRAFANA_BUILDHASH%%.js
2456
%%DATADIR%%/public/build/ApiKeysPage.%%GRAFANA_BUILDHASH%%.js.map
2457
%%DATADIR%%/public/build/AppRootPage.%%GRAFANA_BUILDHASH%%.js
2458
%%DATADIR%%/public/build/AppRootPage.%%GRAFANA_BUILDHASH%%.js.map
2459
%%DATADIR%%/public/build/BenchmarksPage.%%GRAFANA_BUILDHASH%%.js
2460
%%DATADIR%%/public/build/BenchmarksPage.%%GRAFANA_BUILDHASH%%.js.map
2461
%%DATADIR%%/public/build/ChangePasswordPage.%%GRAFANA_BUILDHASH%%.js
2462
%%DATADIR%%/public/build/ChangePasswordPage.%%GRAFANA_BUILDHASH%%.js.map
2463
%%DATADIR%%/public/build/CreateTeam.%%GRAFANA_BUILDHASH%%.js
2464
%%DATADIR%%/public/build/CreateTeam.%%GRAFANA_BUILDHASH%%.js.map
2465
%%DATADIR%%/public/build/DashboardImport.%%GRAFANA_BUILDHASH%%.js
2466
%%DATADIR%%/public/build/DashboardImport.%%GRAFANA_BUILDHASH%%.js.map
2467
%%DATADIR%%/public/build/DashboardListPage.%%GRAFANA_BUILDHASH%%.js
2468
%%DATADIR%%/public/build/DashboardListPage.%%GRAFANA_BUILDHASH%%.js.map
2469
%%DATADIR%%/public/build/DashboardPage.%%GRAFANA_BUILDHASH%%.js
2470
%%DATADIR%%/public/build/DashboardPage.%%GRAFANA_BUILDHASH%%.js.map
2471
%%DATADIR%%/public/build/DataSourceDashboards.%%GRAFANA_BUILDHASH%%.js
2472
%%DATADIR%%/public/build/DataSourceDashboards.%%GRAFANA_BUILDHASH%%.js.map
2473
%%DATADIR%%/public/build/DataSourceSettingsPage.%%GRAFANA_BUILDHASH%%.js
2474
%%DATADIR%%/public/build/DataSourceSettingsPage.%%GRAFANA_BUILDHASH%%.js.map
2475
%%DATADIR%%/public/build/DataSourcesListPage.%%GRAFANA_BUILDHASH%%.js
2476
%%DATADIR%%/public/build/DataSourcesListPage.%%GRAFANA_BUILDHASH%%.js.map
2477
%%DATADIR%%/public/build/EditNotificationChannel.%%GRAFANA_BUILDHASH%%.js
2478
%%DATADIR%%/public/build/EditNotificationChannel.%%GRAFANA_BUILDHASH%%.js.map
2479
%%DATADIR%%/public/build/FolderLibraryPanelsPage.%%GRAFANA_BUILDHASH%%.js
2480
%%DATADIR%%/public/build/FolderLibraryPanelsPage.%%GRAFANA_BUILDHASH%%.js.map
2481
%%DATADIR%%/public/build/FolderPermissions.%%GRAFANA_BUILDHASH%%.js
2482
%%DATADIR%%/public/build/FolderPermissions.%%GRAFANA_BUILDHASH%%.js.map
2483
%%DATADIR%%/public/build/FolderSettingsPage.%%GRAFANA_BUILDHASH%%.js
2484
%%DATADIR%%/public/build/FolderSettingsPage.%%GRAFANA_BUILDHASH%%.js.map
2485
%%DATADIR%%/public/build/LibraryPanelsPage.%%GRAFANA_BUILDHASH%%.js
2486
%%DATADIR%%/public/build/LibraryPanelsPage.%%GRAFANA_BUILDHASH%%.js.map
2487
%%DATADIR%%/public/build/NewDashboardsFolder.%%GRAFANA_BUILDHASH%%.js
2488
%%DATADIR%%/public/build/NewDashboardsFolder.%%GRAFANA_BUILDHASH%%.js.map
2489
%%DATADIR%%/public/build/NewDataSourcePage.%%GRAFANA_BUILDHASH%%.js
2490
%%DATADIR%%/public/build/NewDataSourcePage.%%GRAFANA_BUILDHASH%%.js.map
2491
%%DATADIR%%/public/build/NewNotificationChannel.%%GRAFANA_BUILDHASH%%.js
2492
%%DATADIR%%/public/build/NewNotificationChannel.%%GRAFANA_BUILDHASH%%.js.map
2493
%%DATADIR%%/public/build/NewOrgPage.%%GRAFANA_BUILDHASH%%.js
2494
%%DATADIR%%/public/build/NewOrgPage.%%GRAFANA_BUILDHASH%%.js.map
2495
%%DATADIR%%/public/build/NotificationsListPage.%%GRAFANA_BUILDHASH%%.js
2496
%%DATADIR%%/public/build/NotificationsListPage.%%GRAFANA_BUILDHASH%%.js.map
2497
%%DATADIR%%/public/build/OrgDetailsPage.%%GRAFANA_BUILDHASH%%.js
2498
%%DATADIR%%/public/build/OrgDetailsPage.%%GRAFANA_BUILDHASH%%.js.map
2499
%%DATADIR%%/public/build/PlaylistEditPage.%%GRAFANA_BUILDHASH%%.js
2500
%%DATADIR%%/public/build/PlaylistEditPage.%%GRAFANA_BUILDHASH%%.js.map
2501
%%DATADIR%%/public/build/PlaylistNewPage.%%GRAFANA_BUILDHASH%%.js
2502
%%DATADIR%%/public/build/PlaylistNewPage.%%GRAFANA_BUILDHASH%%.js.map
2503
%%DATADIR%%/public/build/PlaylistPage.%%GRAFANA_BUILDHASH%%.js
2504
%%DATADIR%%/public/build/PlaylistPage.%%GRAFANA_BUILDHASH%%.js.map
2505
%%DATADIR%%/public/build/PlaylistStartPage.%%GRAFANA_BUILDHASH%%.js
2506
%%DATADIR%%/public/build/PlaylistStartPage.%%GRAFANA_BUILDHASH%%.js.map
2507
%%DATADIR%%/public/build/PluginListPage.%%GRAFANA_BUILDHASH%%.js
2508
%%DATADIR%%/public/build/PluginListPage.%%GRAFANA_BUILDHASH%%.js.map
2509
%%DATADIR%%/public/build/SelectOrgPage.%%GRAFANA_BUILDHASH%%.js
2510
%%DATADIR%%/public/build/SelectOrgPage.%%GRAFANA_BUILDHASH%%.js.map
2511
%%DATADIR%%/public/build/SendResetMailPage.%%GRAFANA_BUILDHASH%%.js
2512
%%DATADIR%%/public/build/SendResetMailPage.%%GRAFANA_BUILDHASH%%.js.map
2513
%%DATADIR%%/public/build/ServerStats.%%GRAFANA_BUILDHASH%%.js
2514
%%DATADIR%%/public/build/ServerStats.%%GRAFANA_BUILDHASH%%.js.map
2515
%%DATADIR%%/public/build/SignupInvited.%%GRAFANA_BUILDHASH%%.js
2516
%%DATADIR%%/public/build/SignupInvited.%%GRAFANA_BUILDHASH%%.js.map
2517
%%DATADIR%%/public/build/SnapshotListPage.%%GRAFANA_BUILDHASH%%.js
2518
%%DATADIR%%/public/build/SnapshotListPage.%%GRAFANA_BUILDHASH%%.js.map
2519
%%DATADIR%%/public/build/SoloPanelPage.%%GRAFANA_BUILDHASH%%.js
2520
%%DATADIR%%/public/build/SoloPanelPage.%%GRAFANA_BUILDHASH%%.js.map
2521
%%DATADIR%%/public/build/TeamList.%%GRAFANA_BUILDHASH%%.js
2522
%%DATADIR%%/public/build/TeamList.%%GRAFANA_BUILDHASH%%.js.map
2523
%%DATADIR%%/public/build/TeamPages.%%GRAFANA_BUILDHASH%%.js
2524
%%DATADIR%%/public/build/TeamPages.%%GRAFANA_BUILDHASH%%.js.map
2525
%%DATADIR%%/public/build/UserCreatePage.%%GRAFANA_BUILDHASH%%.js
2526
%%DATADIR%%/public/build/UserCreatePage.%%GRAFANA_BUILDHASH%%.js.map
2527
%%DATADIR%%/public/build/UserInvitePage.%%GRAFANA_BUILDHASH%%.js
2528
%%DATADIR%%/public/build/UserInvitePage.%%GRAFANA_BUILDHASH%%.js.map
2529
%%DATADIR%%/public/build/UserListAdminPage.%%GRAFANA_BUILDHASH%%.js
2530
%%DATADIR%%/public/build/UserListAdminPage.%%GRAFANA_BUILDHASH%%.js.map
2531
%%DATADIR%%/public/build/UserProfileEditPage.%%GRAFANA_BUILDHASH%%.js
2532
%%DATADIR%%/public/build/UserProfileEditPage.%%GRAFANA_BUILDHASH%%.js.map
2533
%%DATADIR%%/public/build/UsersListPage.%%GRAFANA_BUILDHASH%%.js
2534
%%DATADIR%%/public/build/UsersListPage.%%GRAFANA_BUILDHASH%%.js.map
2535
%%DATADIR%%/public/build/alertmanagerPlugin.%%GRAFANA_BUILDHASH%%.js
2536
%%DATADIR%%/public/build/alertmanagerPlugin.%%GRAFANA_BUILDHASH%%.js.map
2537
%%DATADIR%%/public/build/angular~app.%%GRAFANA_BUILDHASH%%.js
2538
%%DATADIR%%/public/build/angular~app.%%GRAFANA_BUILDHASH%%.js.LICENSE.txt
2539
%%DATADIR%%/public/build/angular~app.%%GRAFANA_BUILDHASH%%.js.map
2540
%%DATADIR%%/public/build/app.%%GRAFANA_BUILDHASH%%.js
2541
%%DATADIR%%/public/build/app.%%GRAFANA_BUILDHASH%%.js.LICENSE.txt
2542
%%DATADIR%%/public/build/app.%%GRAFANA_BUILDHASH%%.js.map
2543
%%DATADIR%%/public/build/azureMonitorPlugin.%%GRAFANA_BUILDHASH%%.js
2544
%%DATADIR%%/public/build/azureMonitorPlugin.%%GRAFANA_BUILDHASH%%.js.map
2545
%%DATADIR%%/public/build/brace.%%GRAFANA_BUILDHASH%%.js
2546
%%DATADIR%%/public/build/brace.%%GRAFANA_BUILDHASH%%.js.map
2547
%%DATADIR%%/public/build/cloudMonitoringPlugin.%%GRAFANA_BUILDHASH%%.js
2548
%%DATADIR%%/public/build/cloudMonitoringPlugin.%%GRAFANA_BUILDHASH%%.js.map
2549
%%DATADIR%%/public/build/cloudwatchPlugin.%%GRAFANA_BUILDHASH%%.js
2550
%%DATADIR%%/public/build/cloudwatchPlugin.%%GRAFANA_BUILDHASH%%.js.map
2551
%%DATADIR%%/public/build/code-editor.%%GRAFANA_BUILDHASH%%.js
2552
%%DATADIR%%/public/build/code-editor.%%GRAFANA_BUILDHASH%%.js.map
2553
%%DATADIR%%/public/build/dark.%%GRAFANA_BUILDHASH%%.js
2554
%%DATADIR%%/public/build/dark.%%GRAFANA_BUILDHASH%%.js.map
2555
%%DATADIR%%/public/build/default~AlertRuleListIndex~DashboardPage.%%GRAFANA_BUILDHASH%%.js
2556
%%DATADIR%%/public/build/default~AlertRuleListIndex~DashboardPage.%%GRAFANA_BUILDHASH%%.js.map
2557
%%DATADIR%%/public/build/default~DashboardPage~FolderLibraryPanelsPage~LibraryPanelsPage.%%GRAFANA_BUILDHASH%%.js
2558
%%DATADIR%%/public/build/default~DashboardPage~FolderLibraryPanelsPage~LibraryPanelsPage.%%GRAFANA_BUILDHASH%%.js.map
2559
%%DATADIR%%/public/build/default~DashboardPage~SoloPanelPage.%%GRAFANA_BUILDHASH%%.js
2560
%%DATADIR%%/public/build/default~DashboardPage~SoloPanelPage.%%GRAFANA_BUILDHASH%%.js.map
2561
%%DATADIR%%/public/build/default~DashboardPage~explore.%%GRAFANA_BUILDHASH%%.js
2562
%%DATADIR%%/public/build/default~DashboardPage~explore.%%GRAFANA_BUILDHASH%%.js.map
2563
%%DATADIR%%/public/build/default~explore~jaegerPlugin.%%GRAFANA_BUILDHASH%%.js
2564
%%DATADIR%%/public/build/default~explore~jaegerPlugin.%%GRAFANA_BUILDHASH%%.js.LICENSE.txt
2565
%%DATADIR%%/public/build/default~explore~jaegerPlugin.%%GRAFANA_BUILDHASH%%.js.map
2566
%%DATADIR%%/public/build/default~graphitePlugin~lokiPlugin.%%GRAFANA_BUILDHASH%%.js
2567
%%DATADIR%%/public/build/default~graphitePlugin~lokiPlugin.%%GRAFANA_BUILDHASH%%.js.map
2568
%%DATADIR%%/public/build/default~jaegerPlugin.%%GRAFANA_BUILDHASH%%.js
2569
%%DATADIR%%/public/build/default~jaegerPlugin.%%GRAFANA_BUILDHASH%%.js.LICENSE.txt
2570
%%DATADIR%%/public/build/default~jaegerPlugin.%%GRAFANA_BUILDHASH%%.js.map
2571
%%DATADIR%%/public/build/default~lokiPlugin~prometheusPlugin.%%GRAFANA_BUILDHASH%%.js
2572
%%DATADIR%%/public/build/default~lokiPlugin~prometheusPlugin.%%GRAFANA_BUILDHASH%%.js.map
2573
%%DATADIR%%/public/build/elasticsearchPlugin.%%GRAFANA_BUILDHASH%%.js
2574
%%DATADIR%%/public/build/elasticsearchPlugin.%%GRAFANA_BUILDHASH%%.js.map
2575
%%DATADIR%%/public/build/explore.%%GRAFANA_BUILDHASH%%.js
2576
%%DATADIR%%/public/build/explore.%%GRAFANA_BUILDHASH%%.js.map
2577
%%DATADIR%%/public/build/grafana.dark.%%GRAFANA_BUILDHASH%%.css
2578
%%DATADIR%%/public/build/grafana.light.%%GRAFANA_BUILDHASH%%.css
2579
%%DATADIR%%/public/build/grafanaPlugin.%%GRAFANA_BUILDHASH%%.js
2580
%%DATADIR%%/public/build/grafanaPlugin.%%GRAFANA_BUILDHASH%%.js.map
2581
%%DATADIR%%/public/build/graphitePlugin.%%GRAFANA_BUILDHASH%%.js
2582
%%DATADIR%%/public/build/graphitePlugin.%%GRAFANA_BUILDHASH%%.js.map
2583
%%DATADIR%%/public/build/influxdbPlugin.%%GRAFANA_BUILDHASH%%.js
2584
%%DATADIR%%/public/build/influxdbPlugin.%%GRAFANA_BUILDHASH%%.js.map
2585
%%DATADIR%%/public/build/jaegerPlugin.%%GRAFANA_BUILDHASH%%.js
2586
%%DATADIR%%/public/build/jaegerPlugin.%%GRAFANA_BUILDHASH%%.js.map
2587
%%DATADIR%%/public/build/layout.worker.9ffcb8c26ead8fb3ac88.worker.js
2588
%%DATADIR%%/public/build/layout.worker.9ffcb8c26ead8fb3ac88.worker.js.map
2589
%%DATADIR%%/public/build/light.%%GRAFANA_BUILDHASH%%.js
2590
%%DATADIR%%/public/build/light.%%GRAFANA_BUILDHASH%%.js.map
2591
%%DATADIR%%/public/build/lokiPlugin.%%GRAFANA_BUILDHASH%%.js
2592
%%DATADIR%%/public/build/lokiPlugin.%%GRAFANA_BUILDHASH%%.js.map
2593
%%DATADIR%%/public/build/mixedPlugin.%%GRAFANA_BUILDHASH%%.js
2594
%%DATADIR%%/public/build/mixedPlugin.%%GRAFANA_BUILDHASH%%.js.map
2595
%%DATADIR%%/public/build/moment~app.%%GRAFANA_BUILDHASH%%.js
2596
%%DATADIR%%/public/build/moment~app.%%GRAFANA_BUILDHASH%%.js.LICENSE.txt
2597
%%DATADIR%%/public/build/moment~app.%%GRAFANA_BUILDHASH%%.js.map
2598
%%DATADIR%%/public/build/mssqlPlugin.%%GRAFANA_BUILDHASH%%.js
2599
%%DATADIR%%/public/build/mssqlPlugin.%%GRAFANA_BUILDHASH%%.js.map
2600
%%DATADIR%%/public/build/mysqlPlugin.%%GRAFANA_BUILDHASH%%.js
2601
%%DATADIR%%/public/build/mysqlPlugin.%%GRAFANA_BUILDHASH%%.js.map
2602
%%DATADIR%%/public/build/opentsdbPlugin.%%GRAFANA_BUILDHASH%%.js
2603
%%DATADIR%%/public/build/opentsdbPlugin.%%GRAFANA_BUILDHASH%%.js.map
2604
%%DATADIR%%/public/build/postgresPlugin.%%GRAFANA_BUILDHASH%%.js
2605
%%DATADIR%%/public/build/postgresPlugin.%%GRAFANA_BUILDHASH%%.js.map
2606
%%DATADIR%%/public/build/prometheusPlugin.%%GRAFANA_BUILDHASH%%.js
2607
%%DATADIR%%/public/build/prometheusPlugin.%%GRAFANA_BUILDHASH%%.js.map
2608
%%DATADIR%%/public/build/rst2html.%%GRAFANA_BUILDHASH%%.js
2609
%%DATADIR%%/public/build/rst2html.%%GRAFANA_BUILDHASH%%.js.LICENSE.txt
2610
%%DATADIR%%/public/build/rst2html.%%GRAFANA_BUILDHASH%%.js.map
2611
%%DATADIR%%/public/build/runtime.%%GRAFANA_BUILDHASH%%.js
2612
%%DATADIR%%/public/build/runtime.%%GRAFANA_BUILDHASH%%.js.map
2613
%%DATADIR%%/public/build/tempoPlugin.%%GRAFANA_BUILDHASH%%.js
2614
%%DATADIR%%/public/build/tempoPlugin.%%GRAFANA_BUILDHASH%%.js.map
2615
%%DATADIR%%/public/build/testDataDSPlugin.%%GRAFANA_BUILDHASH%%.js
2616
%%DATADIR%%/public/build/testDataDSPlugin.%%GRAFANA_BUILDHASH%%.js.map
2617
%%DATADIR%%/public/build/vendors~app.%%GRAFANA_BUILDHASH%%.js
2618
%%DATADIR%%/public/build/vendors~app.%%GRAFANA_BUILDHASH%%.js.LICENSE.txt
2619
%%DATADIR%%/public/build/vendors~app.%%GRAFANA_BUILDHASH%%.js.map
2620
%%DATADIR%%/public/build/visjs-network.%%GRAFANA_BUILDHASH%%.js
2621
%%DATADIR%%/public/build/visjs-network.%%GRAFANA_BUILDHASH%%.js.LICENSE.txt
2622
%%DATADIR%%/public/build/visjs-network.%%GRAFANA_BUILDHASH%%.js.map
2623
%%DATADIR%%/public/build/zipkinPlugin.%%GRAFANA_BUILDHASH%%.js
2624
%%DATADIR%%/public/build/zipkinPlugin.%%GRAFANA_BUILDHASH%%.js.map
2625
%%DATADIR%%/public/dashboards/default.json
2626
%%DATADIR%%/public/dashboards/home.json
2627
%%DATADIR%%/public/dashboards/scripted.js
2628
%%DATADIR%%/public/dashboards/scripted_async.js
2629
%%DATADIR%%/public/dashboards/scripted_templated.js
2630
%%DATADIR%%/public/dashboards/template_vars.json
2631
%%DATADIR%%/public/emails/README.md
2632
%%DATADIR%%/public/emails/alert_notification.html
2633
%%DATADIR%%/public/emails/alert_notification_example.html
2634
%%DATADIR%%/public/emails/invited_to_org.html
2635
%%DATADIR%%/public/emails/new_user_invite.html
2636
%%DATADIR%%/public/emails/ng_alert_notification.html
2637
%%DATADIR%%/public/emails/reset_password.html
2638
%%DATADIR%%/public/emails/signup_started.html
2639
%%DATADIR%%/public/emails/welcome_on_signup.html
2640
%%DATADIR%%/public/fonts/FontAwesome.otf
2641
%%DATADIR%%/public/fonts/fontawesome-webfont.eot
2642
%%DATADIR%%/public/fonts/fontawesome-webfont.svg
2643
%%DATADIR%%/public/fonts/fontawesome-webfont.ttf
2644
%%DATADIR%%/public/fonts/fontawesome-webfont.woff
2645
%%DATADIR%%/public/fonts/fontawesome-webfont.woff2
2646
%%DATADIR%%/public/fonts/grafana-icons.eot
2647
%%DATADIR%%/public/fonts/grafana-icons.svg
2648
%%DATADIR%%/public/fonts/grafana-icons.ttf
2649
%%DATADIR%%/public/fonts/grafana-icons.woff
2650
%%DATADIR%%/public/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2
2651
%%DATADIR%%/public/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2
2652
%%DATADIR%%/public/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2
2653
%%DATADIR%%/public/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2
2654
%%DATADIR%%/public/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2
2655
%%DATADIR%%/public/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2
2656
%%DATADIR%%/public/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2
2657
%%DATADIR%%/public/fonts/roboto/-2n2p-_Y08sg57CNWQfKNvesZW2xOQ-xsNqO47m55DA.woff2
2658
%%DATADIR%%/public/fonts/roboto/1hZf02POANh32k2VkgEoUBTbgVql8nDJpwnrE27mub0.woff2
2659
%%DATADIR%%/public/fonts/roboto/CWB0XYA8bzo0kSThX0UTuA.woff2
2660
%%DATADIR%%/public/fonts/roboto/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2
2661
%%DATADIR%%/public/fonts/roboto/K23cxWVTrIFD6DJsEVi07RTbgVql8nDJpwnrE27mub0.woff2
2662
%%DATADIR%%/public/fonts/roboto/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.woff2
2663
%%DATADIR%%/public/fonts/roboto/L0xTDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vrtSM1J-gEPT5Ese6hmHSh0mQ.woff2
2664
%%DATADIR%%/public/fonts/roboto/NdF9MtnOpLzo-noMoG0miPesZW2xOQ-xsNqO47m55DA.woff2
2665
%%DATADIR%%/public/fonts/roboto/OLffGBTaF0XFOW1gnuHF0SYE0-AqJ3nfInTTiDXDjU4.woff2
2666
%%DATADIR%%/public/fonts/roboto/OLffGBTaF0XFOW1gnuHF0TTOQ_MqJVwkKsUn0wKzc2I.woff2
2667
%%DATADIR%%/public/fonts/roboto/OLffGBTaF0XFOW1gnuHF0TUj_cnvWIuuBMVgbX098Mw.woff2
2668
%%DATADIR%%/public/fonts/roboto/OLffGBTaF0XFOW1gnuHF0UbcKLIaa1LC45dFaAfauRA.woff2
2669
%%DATADIR%%/public/fonts/roboto/OLffGBTaF0XFOW1gnuHF0Wo_sUJ8uO4YLWRInS22T3Y.woff2
2670
%%DATADIR%%/public/fonts/roboto/OLffGBTaF0XFOW1gnuHF0Y4P5ICox8Kq3LLUNMylGO4.woff2
2671
%%DATADIR%%/public/fonts/roboto/OLffGBTaF0XFOW1gnuHF0b6up8jxqWt8HVA3mDhkV_0.woff2
2672
%%DATADIR%%/public/fonts/roboto/OpXUqTo0UgQQhGj_SFdLWBTbgVql8nDJpwnrE27mub0.woff2
2673
%%DATADIR%%/public/fonts/roboto/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2
2674
%%DATADIR%%/public/fonts/roboto/WxrXJa0C3KdtC7lMafG4dRTbgVql8nDJpwnrE27mub0.woff2
2675
%%DATADIR%%/public/fonts/roboto/ZLqKeelYbATG60EpZBSDyxJtnKITppOI_IvcXXDNrsc.woff2
2676
%%DATADIR%%/public/fonts/roboto/cDKhRaXnQTOVbaoxwdOr9xTbgVql8nDJpwnrE27mub0.woff2
2677
%%DATADIR%%/public/fonts/roboto/ek4gzZ-GeXAPcSbHtCeQI_esZW2xOQ-xsNqO47m55DA.woff2
2678
%%DATADIR%%/public/fonts/roboto/mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff2
2679
%%DATADIR%%/public/fonts/roboto/mbmhprMH69Zi6eEPBYVFhRJtnKITppOI_IvcXXDNrsc.woff2
2680
%%DATADIR%%/public/fonts/roboto/mx9Uck6uB63VIKFYnEMXrRJtnKITppOI_IvcXXDNrsc.woff2
2681
%%DATADIR%%/public/fonts/roboto/oHi30kwQWvpCWqAhzHcCSBJtnKITppOI_IvcXXDNrsc.woff2
2682
%%DATADIR%%/public/fonts/roboto/oOeFwZNlrTefzLYmlVV1UBJtnKITppOI_IvcXXDNrsc.woff2
2683
%%DATADIR%%/public/fonts/roboto/rGvHdJnr2l75qb0YND9NyBJtnKITppOI_IvcXXDNrsc.woff2
2684
%%DATADIR%%/public/fonts/roboto/vPcynSL0qHq_6dX7lKVByfesZW2xOQ-xsNqO47m55DA.woff2
2685
%%DATADIR%%/public/fonts/roboto/vSzulfKSK0LLjjfeaxcREhTbgVql8nDJpwnrE27mub0.woff2
2686
%%DATADIR%%/public/img/alert_howto_new.png
2687
%%DATADIR%%/public/img/angle_gradient_light_rev.png
2688
%%DATADIR%%/public/img/angle_gradient_rev.png
2689
%%DATADIR%%/public/img/apple-touch-icon.png
2690
%%DATADIR%%/public/img/background_tease.jpg
2691
%%DATADIR%%/public/img/browserconfig.xml
2692
%%DATADIR%%/public/img/check_radio_sheet.png
2693
%%DATADIR%%/public/img/checkbox.png
2694
%%DATADIR%%/public/img/checkbox_white.png
2695
%%DATADIR%%/public/img/critical.svg
2696
%%DATADIR%%/public/img/cubes.png
2697
%%DATADIR%%/public/img/envelope.png
2698
%%DATADIR%%/public/img/fav32.png
2699
%%DATADIR%%/public/img/g8_home_v2.svg
2700
%%DATADIR%%/public/img/g8_login_dark.svg
2701
%%DATADIR%%/public/img/g8_login_light.svg
2702
%%DATADIR%%/public/img/getting_started_bg_dark.svg
2703
%%DATADIR%%/public/img/getting_started_bg_light.svg
2704
%%DATADIR%%/public/img/glyphicons-halflings-white.png
2705
%%DATADIR%%/public/img/glyphicons-halflings.png
2706
%%DATADIR%%/public/img/grab_dark.svg
2707
%%DATADIR%%/public/img/grab_light.svg
2708
%%DATADIR%%/public/img/grafana_com_auth_icon.svg
2709
%%DATADIR%%/public/img/grafana_enterprise_typelogo.svg
2710
%%DATADIR%%/public/img/grafana_icon.svg
2711
%%DATADIR%%/public/img/grafana_mask_icon.svg
2712
%%DATADIR%%/public/img/grafana_mask_icon_white.svg
2713
%%DATADIR%%/public/img/grafana_net_logo.svg
2714
%%DATADIR%%/public/img/grafana_typelogo.svg
2715
%%DATADIR%%/public/img/grafanaconline.png
2716
%%DATADIR%%/public/img/graph404.svg
2717
%%DATADIR%%/public/img/heatmap_bg_test.svg
2718
%%DATADIR%%/public/img/icn-app.svg
2719
%%DATADIR%%/public/img/icn-dashboard-tiny.svg
2720
%%DATADIR%%/public/img/icn-dashboard.svg
2721
%%DATADIR%%/public/img/icn-datasource.svg
2722
%%DATADIR%%/public/img/icn-panel.svg
2723
%%DATADIR%%/public/img/icn-plugins-tiny.svg
2724
%%DATADIR%%/public/img/icn-row.svg
2725
%%DATADIR%%/public/img/icons/.gitignore
2726
%%DATADIR%%/public/img/icons/custom/gf-bar-alignment-after.svg
2727
%%DATADIR%%/public/img/icons/custom/gf-bar-alignment-before.svg
2728
%%DATADIR%%/public/img/icons/custom/gf-bar-alignment-center.svg
2729
%%DATADIR%%/public/img/icons/custom/gf-grid.svg
2730
%%DATADIR%%/public/img/icons/custom/gf-interpolation-linear.svg
2731
%%DATADIR%%/public/img/icons/custom/gf-interpolation-smooth.svg
2732
%%DATADIR%%/public/img/icons/custom/gf-interpolation-step-after.svg
2733
%%DATADIR%%/public/img/icons/custom/gf-interpolation-step-before.svg
2734
%%DATADIR%%/public/img/icons/custom/gf-landscape.svg
2735
%%DATADIR%%/public/img/icons/custom/gf-layout-simple.svg
2736
%%DATADIR%%/public/img/icons/custom/gf-logs.svg
2737
%%DATADIR%%/public/img/icons/custom/gf-portrait.svg
2738
%%DATADIR%%/public/img/icons/mono/apps.svg
2739
%%DATADIR%%/public/img/icons/mono/bell.svg
2740
%%DATADIR%%/public/img/icons/mono/circle.svg
2741
%%DATADIR%%/public/img/icons/mono/cog.svg
2742
%%DATADIR%%/public/img/icons/mono/favorite.svg
2743
%%DATADIR%%/public/img/icons/mono/folder-plus.svg
2744
%%DATADIR%%/public/img/icons/mono/folder.svg
2745
%%DATADIR%%/public/img/icons/mono/grafana.svg
2746
%%DATADIR%%/public/img/icons/mono/heart-break.svg
2747
%%DATADIR%%/public/img/icons/mono/heart.svg
2748
%%DATADIR%%/public/img/icons/mono/import.svg
2749
%%DATADIR%%/public/img/icons/mono/library-panel.svg
2750
%%DATADIR%%/public/img/icons/mono/panel-add.svg
2751
%%DATADIR%%/public/img/icons/mono/plus-square.svg
2752
%%DATADIR%%/public/img/icons/mono/shield.svg
2753
%%DATADIR%%/public/img/icons/mono/square-shape.svg
2754
%%DATADIR%%/public/img/icons/unicons/0-plus.svg
2755
%%DATADIR%%/public/img/icons/unicons/10-plus.svg
2756
%%DATADIR%%/public/img/icons/unicons/12-plus.svg
2757
%%DATADIR%%/public/img/icons/unicons/13-plus.svg
2758
%%DATADIR%%/public/img/icons/unicons/16-plus.svg
2759
%%DATADIR%%/public/img/icons/unicons/17-plus.svg
2760
%%DATADIR%%/public/img/icons/unicons/18-plus.svg
2761
%%DATADIR%%/public/img/icons/unicons/21-plus.svg
2762
%%DATADIR%%/public/img/icons/unicons/3-plus.svg
2763
%%DATADIR%%/public/img/icons/unicons/500px.svg
2764
%%DATADIR%%/public/img/icons/unicons/6-plus.svg
2765
%%DATADIR%%/public/img/icons/unicons/abacus.svg
2766
%%DATADIR%%/public/img/icons/unicons/accessible-icon-alt.svg
2767
%%DATADIR%%/public/img/icons/unicons/adjust-alt.svg
2768
%%DATADIR%%/public/img/icons/unicons/adjust-circle.svg
2769
%%DATADIR%%/public/img/icons/unicons/adjust-half.svg
2770
%%DATADIR%%/public/img/icons/unicons/adjust.svg
2771
%%DATADIR%%/public/img/icons/unicons/adobe-alt.svg
2772
%%DATADIR%%/public/img/icons/unicons/adobe.svg
2773
%%DATADIR%%/public/img/icons/unicons/airplay.svg
2774
%%DATADIR%%/public/img/icons/unicons/align-alt.svg
2775
%%DATADIR%%/public/img/icons/unicons/align-center-alt.svg
2776
%%DATADIR%%/public/img/icons/unicons/align-center-h.svg
2777
%%DATADIR%%/public/img/icons/unicons/align-center-justify.svg
2778
%%DATADIR%%/public/img/icons/unicons/align-center-v.svg
2779
%%DATADIR%%/public/img/icons/unicons/align-center.svg
2780
%%DATADIR%%/public/img/icons/unicons/align-justify.svg
2781
%%DATADIR%%/public/img/icons/unicons/align-left-justify.svg
2782
%%DATADIR%%/public/img/icons/unicons/align-left.svg
2783
%%DATADIR%%/public/img/icons/unicons/align-letter-right.svg
2784
%%DATADIR%%/public/img/icons/unicons/align-right-justify.svg
2785
%%DATADIR%%/public/img/icons/unicons/align-right.svg
2786
%%DATADIR%%/public/img/icons/unicons/align.svg
2787
%%DATADIR%%/public/img/icons/unicons/amazon.svg
2788
%%DATADIR%%/public/img/icons/unicons/ambulance.svg
2789
%%DATADIR%%/public/img/icons/unicons/analysis.svg
2790
%%DATADIR%%/public/img/icons/unicons/analytics.svg
2791
%%DATADIR%%/public/img/icons/unicons/anchor.svg
2792
%%DATADIR%%/public/img/icons/unicons/android-alt.svg
2793
%%DATADIR%%/public/img/icons/unicons/android-phone-slash.svg
2794
%%DATADIR%%/public/img/icons/unicons/android.svg
2795
%%DATADIR%%/public/img/icons/unicons/angle-double-down.svg
2796
%%DATADIR%%/public/img/icons/unicons/angle-double-left.svg
2797
%%DATADIR%%/public/img/icons/unicons/angle-double-right.svg
2798
%%DATADIR%%/public/img/icons/unicons/angle-double-up.svg
2799
%%DATADIR%%/public/img/icons/unicons/angle-down.svg
2800
%%DATADIR%%/public/img/icons/unicons/angle-left-b.svg
2801
%%DATADIR%%/public/img/icons/unicons/angle-left.svg
2802
%%DATADIR%%/public/img/icons/unicons/angle-right-b.svg
2803
%%DATADIR%%/public/img/icons/unicons/angle-right.svg
2804
%%DATADIR%%/public/img/icons/unicons/angle-up.svg
2805
%%DATADIR%%/public/img/icons/unicons/angry.svg
2806
%%DATADIR%%/public/img/icons/unicons/ankh.svg
2807
%%DATADIR%%/public/img/icons/unicons/annoyed-alt.svg
2808
%%DATADIR%%/public/img/icons/unicons/annoyed.svg
2809
%%DATADIR%%/public/img/icons/unicons/apple-alt.svg
2810
%%DATADIR%%/public/img/icons/unicons/apple.svg
2811
%%DATADIR%%/public/img/icons/unicons/apps.svg
2812
%%DATADIR%%/public/img/icons/unicons/archive-alt.svg
2813
%%DATADIR%%/public/img/icons/unicons/archive.svg
2814
%%DATADIR%%/public/img/icons/unicons/archway.svg
2815
%%DATADIR%%/public/img/icons/unicons/arrow-break.svg
2816
%%DATADIR%%/public/img/icons/unicons/arrow-circle-down.svg
2817
%%DATADIR%%/public/img/icons/unicons/arrow-circle-left.svg
2818
%%DATADIR%%/public/img/icons/unicons/arrow-circle-right.svg
2819
%%DATADIR%%/public/img/icons/unicons/arrow-circle-up.svg
2820
%%DATADIR%%/public/img/icons/unicons/arrow-compress-h.svg
2821
%%DATADIR%%/public/img/icons/unicons/arrow-down-left.svg
2822
%%DATADIR%%/public/img/icons/unicons/arrow-down-right.svg
2823
%%DATADIR%%/public/img/icons/unicons/arrow-down.svg
2824
%%DATADIR%%/public/img/icons/unicons/arrow-from-right.svg
2825
%%DATADIR%%/public/img/icons/unicons/arrow-from-top.svg
2826
%%DATADIR%%/public/img/icons/unicons/arrow-growth.svg
2827
%%DATADIR%%/public/img/icons/unicons/arrow-left.svg
2828
%%DATADIR%%/public/img/icons/unicons/arrow-random.svg
2829
%%DATADIR%%/public/img/icons/unicons/arrow-resize-diagonal.svg
2830
%%DATADIR%%/public/img/icons/unicons/arrow-right.svg
2831
%%DATADIR%%/public/img/icons/unicons/arrow-to-bottom.svg
2832
%%DATADIR%%/public/img/icons/unicons/arrow-to-right.svg
2833
%%DATADIR%%/public/img/icons/unicons/arrow-up-left.svg
2834
%%DATADIR%%/public/img/icons/unicons/arrow-up-right.svg
2835
%%DATADIR%%/public/img/icons/unicons/arrow-up.svg
2836
%%DATADIR%%/public/img/icons/unicons/arrow.svg
2837
%%DATADIR%%/public/img/icons/unicons/arrows-h-alt.svg
2838
%%DATADIR%%/public/img/icons/unicons/arrows-h.svg
2839
%%DATADIR%%/public/img/icons/unicons/arrows-left-down.svg
2840
%%DATADIR%%/public/img/icons/unicons/arrows-maximize.svg
2841
%%DATADIR%%/public/img/icons/unicons/arrows-merge.svg
2842
%%DATADIR%%/public/img/icons/unicons/arrows-resize-h.svg
2843
%%DATADIR%%/public/img/icons/unicons/arrows-resize-v.svg
2844
%%DATADIR%%/public/img/icons/unicons/arrows-resize.svg
2845
%%DATADIR%%/public/img/icons/unicons/arrows-right-down.svg
2846
%%DATADIR%%/public/img/icons/unicons/arrows-shrink-h.svg
2847
%%DATADIR%%/public/img/icons/unicons/arrows-shrink-v.svg
2848
%%DATADIR%%/public/img/icons/unicons/arrows-up-right.svg
2849
%%DATADIR%%/public/img/icons/unicons/arrows-v-alt.svg
2850
%%DATADIR%%/public/img/icons/unicons/arrows-v.svg
2851
%%DATADIR%%/public/img/icons/unicons/assistive-listening-systems.svg
2852
%%DATADIR%%/public/img/icons/unicons/asterisk.svg
2853
%%DATADIR%%/public/img/icons/unicons/at.svg
2854
%%DATADIR%%/public/img/icons/unicons/atom.svg
2855
%%DATADIR%%/public/img/icons/unicons/auto-flash.svg
2856
%%DATADIR%%/public/img/icons/unicons/award-alt.svg
2857
%%DATADIR%%/public/img/icons/unicons/award.svg
2858
%%DATADIR%%/public/img/icons/unicons/baby-carriage.svg
2859
%%DATADIR%%/public/img/icons/unicons/backpack.svg
2860
%%DATADIR%%/public/img/icons/unicons/backspace.svg
2861
%%DATADIR%%/public/img/icons/unicons/backward.svg
2862
%%DATADIR%%/public/img/icons/unicons/bag-alt.svg
2863
%%DATADIR%%/public/img/icons/unicons/bag-slash.svg
2864
%%DATADIR%%/public/img/icons/unicons/bag.svg
2865
%%DATADIR%%/public/img/icons/unicons/balance-scale.svg
2866
%%DATADIR%%/public/img/icons/unicons/ban.svg
2867
%%DATADIR%%/public/img/icons/unicons/band-aid.svg
2868
%%DATADIR%%/public/img/icons/unicons/bars.svg
2869
%%DATADIR%%/public/img/icons/unicons/baseball-ball.svg
2870
%%DATADIR%%/public/img/icons/unicons/basketball-hoop.svg
2871
%%DATADIR%%/public/img/icons/unicons/basketball.svg
2872
%%DATADIR%%/public/img/icons/unicons/bath.svg
2873
%%DATADIR%%/public/img/icons/unicons/battery-bolt.svg
2874
%%DATADIR%%/public/img/icons/unicons/battery-empty.svg
2875
%%DATADIR%%/public/img/icons/unicons/bed-double.svg
2876
%%DATADIR%%/public/img/icons/unicons/bed.svg
2877
%%DATADIR%%/public/img/icons/unicons/behance-alt.svg
2878
%%DATADIR%%/public/img/icons/unicons/behance.svg
2879
%%DATADIR%%/public/img/icons/unicons/bell-school.svg
2880
%%DATADIR%%/public/img/icons/unicons/bell-slash.svg
2881
%%DATADIR%%/public/img/icons/unicons/bell.svg
2882
%%DATADIR%%/public/img/icons/unicons/bill.svg
2883
%%DATADIR%%/public/img/icons/unicons/bing.svg
2884
%%DATADIR%%/public/img/icons/unicons/bitcoin-alt.svg
2885
%%DATADIR%%/public/img/icons/unicons/bitcoin-circle.svg
2886
%%DATADIR%%/public/img/icons/unicons/bitcoin-sign.svg
2887
%%DATADIR%%/public/img/icons/unicons/bitcoin.svg
2888
%%DATADIR%%/public/img/icons/unicons/black-berry.svg
2889
%%DATADIR%%/public/img/icons/unicons/blogger-alt.svg
2890
%%DATADIR%%/public/img/icons/unicons/blogger.svg
2891
%%DATADIR%%/public/img/icons/unicons/bluetooth-b.svg
2892
%%DATADIR%%/public/img/icons/unicons/bold.svg
2893
%%DATADIR%%/public/img/icons/unicons/bolt-alt.svg
2894
%%DATADIR%%/public/img/icons/unicons/bolt-slash.svg
2895
%%DATADIR%%/public/img/icons/unicons/bolt.svg
2896
%%DATADIR%%/public/img/icons/unicons/book-alt.svg
2897
%%DATADIR%%/public/img/icons/unicons/book-medical.svg
2898
%%DATADIR%%/public/img/icons/unicons/book-open.svg
2899
%%DATADIR%%/public/img/icons/unicons/book-reader.svg
2900
%%DATADIR%%/public/img/icons/unicons/book.svg
2901
%%DATADIR%%/public/img/icons/unicons/bookmark-full.svg
2902
%%DATADIR%%/public/img/icons/unicons/bookmark.svg
2903
%%DATADIR%%/public/img/icons/unicons/books.svg
2904
%%DATADIR%%/public/img/icons/unicons/boombox.svg
2905
%%DATADIR%%/public/img/icons/unicons/border-alt.svg
2906
%%DATADIR%%/public/img/icons/unicons/border-bottom.svg
2907
%%DATADIR%%/public/img/icons/unicons/border-clear.svg
2908
%%DATADIR%%/public/img/icons/unicons/border-horizontal.svg
2909
%%DATADIR%%/public/img/icons/unicons/border-inner.svg
2910
%%DATADIR%%/public/img/icons/unicons/border-left.svg
2911
%%DATADIR%%/public/img/icons/unicons/border-out.svg
2912
%%DATADIR%%/public/img/icons/unicons/border-right.svg
2913
%%DATADIR%%/public/img/icons/unicons/border-top.svg
2914
%%DATADIR%%/public/img/icons/unicons/border-vertical.svg
2915
%%DATADIR%%/public/img/icons/unicons/bowling-ball.svg
2916
%%DATADIR%%/public/img/icons/unicons/box.svg
2917
%%DATADIR%%/public/img/icons/unicons/brackets-curly.svg
2918
%%DATADIR%%/public/img/icons/unicons/brain.svg
2919
%%DATADIR%%/public/img/icons/unicons/briefcase-alt.svg
2920
%%DATADIR%%/public/img/icons/unicons/briefcase.svg
2921
%%DATADIR%%/public/img/icons/unicons/bright.svg
2922
%%DATADIR%%/public/img/icons/unicons/brightness-empty.svg
2923
%%DATADIR%%/public/img/icons/unicons/brightness-half.svg
2924
%%DATADIR%%/public/img/icons/unicons/brightness-low.svg
2925
%%DATADIR%%/public/img/icons/unicons/brightness-minus.svg
2926
%%DATADIR%%/public/img/icons/unicons/brightness-plus.svg
2927
%%DATADIR%%/public/img/icons/unicons/brightness.svg
2928
%%DATADIR%%/public/img/icons/unicons/bring-bottom.svg
2929
%%DATADIR%%/public/img/icons/unicons/bring-front.svg
2930
%%DATADIR%%/public/img/icons/unicons/browser.svg
2931
%%DATADIR%%/public/img/icons/unicons/brush-alt.svg
2932
%%DATADIR%%/public/img/icons/unicons/bug.svg
2933
%%DATADIR%%/public/img/icons/unicons/building.svg
2934
%%DATADIR%%/public/img/icons/unicons/bullseye.svg
2935
%%DATADIR%%/public/img/icons/unicons/bus-alt.svg
2936
%%DATADIR%%/public/img/icons/unicons/bus-school.svg
2937
%%DATADIR%%/public/img/icons/unicons/bus.svg
2938
%%DATADIR%%/public/img/icons/unicons/calculator-alt.svg
2939
%%DATADIR%%/public/img/icons/unicons/calculator.svg
2940
%%DATADIR%%/public/img/icons/unicons/calendar-alt.svg
2941
%%DATADIR%%/public/img/icons/unicons/calendar-slash.svg
2942
%%DATADIR%%/public/img/icons/unicons/calender.svg
2943
%%DATADIR%%/public/img/icons/unicons/calling.svg
2944
%%DATADIR%%/public/img/icons/unicons/camera-change.svg
2945
%%DATADIR%%/public/img/icons/unicons/camera-plus.svg
2946
%%DATADIR%%/public/img/icons/unicons/camera-slash.svg
2947
%%DATADIR%%/public/img/icons/unicons/camera.svg
2948
%%DATADIR%%/public/img/icons/unicons/cancel.svg
2949
%%DATADIR%%/public/img/icons/unicons/capsule.svg
2950
%%DATADIR%%/public/img/icons/unicons/capture.svg
2951
%%DATADIR%%/public/img/icons/unicons/car-sideview.svg
2952
%%DATADIR%%/public/img/icons/unicons/car-slash.svg
2953
%%DATADIR%%/public/img/icons/unicons/car-wash.svg
2954
%%DATADIR%%/public/img/icons/unicons/car.svg
2955
%%DATADIR%%/public/img/icons/unicons/card-atm.svg
2956
%%DATADIR%%/public/img/icons/unicons/caret-right.svg
2957
%%DATADIR%%/public/img/icons/unicons/cell.svg
2958
%%DATADIR%%/public/img/icons/unicons/celsius.svg
2959
%%DATADIR%%/public/img/icons/unicons/channel-add.svg
2960
%%DATADIR%%/public/img/icons/unicons/channel.svg
2961
%%DATADIR%%/public/img/icons/unicons/chart-bar-alt.svg
2962
%%DATADIR%%/public/img/icons/unicons/chart-bar.svg
2963
%%DATADIR%%/public/img/icons/unicons/chart-down.svg
2964
%%DATADIR%%/public/img/icons/unicons/chart-growth-alt.svg
2965
%%DATADIR%%/public/img/icons/unicons/chart-growth.svg
2966
%%DATADIR%%/public/img/icons/unicons/chart-line.svg
2967
%%DATADIR%%/public/img/icons/unicons/chart-pie-alt.svg
2968
%%DATADIR%%/public/img/icons/unicons/chart-pie.svg
2969
%%DATADIR%%/public/img/icons/unicons/chart.svg
2970
%%DATADIR%%/public/img/icons/unicons/chat-bubble-user.svg
2971
%%DATADIR%%/public/img/icons/unicons/chat-info.svg
2972
%%DATADIR%%/public/img/icons/unicons/chat.svg
2973
%%DATADIR%%/public/img/icons/unicons/check-circle.svg
2974
%%DATADIR%%/public/img/icons/unicons/check-square.svg
2975
%%DATADIR%%/public/img/icons/unicons/check.svg
2976
%%DATADIR%%/public/img/icons/unicons/circle-layer.svg
2977
%%DATADIR%%/public/img/icons/unicons/circle.svg
2978
%%DATADIR%%/public/img/icons/unicons/circuit.svg
2979
%%DATADIR%%/public/img/icons/unicons/clapper-board.svg
2980
%%DATADIR%%/public/img/icons/unicons/clinic-medical.svg
2981
%%DATADIR%%/public/img/icons/unicons/clipboard-alt.svg
2982
%%DATADIR%%/public/img/icons/unicons/clipboard-blank.svg
2983
%%DATADIR%%/public/img/icons/unicons/clipboard-notes.svg
2984
%%DATADIR%%/public/img/icons/unicons/clipboard.svg
2985
%%DATADIR%%/public/img/icons/unicons/clock-eight.svg
2986
%%DATADIR%%/public/img/icons/unicons/clock-five.svg
2987
%%DATADIR%%/public/img/icons/unicons/clock-nine.svg
2988
%%DATADIR%%/public/img/icons/unicons/clock-seven.svg
2989
%%DATADIR%%/public/img/icons/unicons/clock-ten.svg
2990
%%DATADIR%%/public/img/icons/unicons/clock-three.svg
2991
%%DATADIR%%/public/img/icons/unicons/clock-two.svg
2992
%%DATADIR%%/public/img/icons/unicons/clock.svg
2993
%%DATADIR%%/public/img/icons/unicons/closed-captioning-slash.svg
2994
%%DATADIR%%/public/img/icons/unicons/closed-captioning.svg
2995
%%DATADIR%%/public/img/icons/unicons/cloud-block.svg
2996
%%DATADIR%%/public/img/icons/unicons/cloud-bookmark.svg
2997
%%DATADIR%%/public/img/icons/unicons/cloud-check.svg
2998
%%DATADIR%%/public/img/icons/unicons/cloud-computing.svg
2999
%%DATADIR%%/public/img/icons/unicons/cloud-data-connection.svg
3000
%%DATADIR%%/public/img/icons/unicons/cloud-database-tree.svg
3001
%%DATADIR%%/public/img/icons/unicons/cloud-download.svg
3002
%%DATADIR%%/public/img/icons/unicons/cloud-drizzle.svg
3003
%%DATADIR%%/public/img/icons/unicons/cloud-exclamation.svg
3004
%%DATADIR%%/public/img/icons/unicons/cloud-hail.svg
3005
%%DATADIR%%/public/img/icons/unicons/cloud-heart.svg
3006
%%DATADIR%%/public/img/icons/unicons/cloud-info.svg
3007
%%DATADIR%%/public/img/icons/unicons/cloud-lock.svg
3008
%%DATADIR%%/public/img/icons/unicons/cloud-meatball.svg
3009
%%DATADIR%%/public/img/icons/unicons/cloud-moon-hail.svg
3010
%%DATADIR%%/public/img/icons/unicons/cloud-moon-meatball.svg
3011
%%DATADIR%%/public/img/icons/unicons/cloud-moon-rain.svg
3012
%%DATADIR%%/public/img/icons/unicons/cloud-moon-showers.svg
3013
%%DATADIR%%/public/img/icons/unicons/cloud-moon.svg
3014
%%DATADIR%%/public/img/icons/unicons/cloud-question.svg
3015
%%DATADIR%%/public/img/icons/unicons/cloud-rain-sun.svg
3016
%%DATADIR%%/public/img/icons/unicons/cloud-rain.svg
3017
%%DATADIR%%/public/img/icons/unicons/cloud-redo.svg
3018
%%DATADIR%%/public/img/icons/unicons/cloud-share.svg
3019
%%DATADIR%%/public/img/icons/unicons/cloud-shield.svg
3020
%%DATADIR%%/public/img/icons/unicons/cloud-showers-alt.svg
3021
%%DATADIR%%/public/img/icons/unicons/cloud-showers-heavy.svg
3022
%%DATADIR%%/public/img/icons/unicons/cloud-showers.svg
3023
%%DATADIR%%/public/img/icons/unicons/cloud-slash.svg
3024
%%DATADIR%%/public/img/icons/unicons/cloud-sun-hail.svg
3025
%%DATADIR%%/public/img/icons/unicons/cloud-sun-meatball.svg
3026
%%DATADIR%%/public/img/icons/unicons/cloud-sun-rain-alt.svg
3027
%%DATADIR%%/public/img/icons/unicons/cloud-sun-rain.svg
3028
%%DATADIR%%/public/img/icons/unicons/cloud-sun-tear.svg
3029
%%DATADIR%%/public/img/icons/unicons/cloud-sun.svg
3030
%%DATADIR%%/public/img/icons/unicons/cloud-times.svg
3031
%%DATADIR%%/public/img/icons/unicons/cloud-unlock.svg
3032
%%DATADIR%%/public/img/icons/unicons/cloud-upload.svg
3033
%%DATADIR%%/public/img/icons/unicons/cloud-wifi.svg
3034
%%DATADIR%%/public/img/icons/unicons/cloud-wind.svg
3035
%%DATADIR%%/public/img/icons/unicons/cloud.svg
3036
%%DATADIR%%/public/img/icons/unicons/clouds.svg
3037
%%DATADIR%%/public/img/icons/unicons/club.svg
3038
%%DATADIR%%/public/img/icons/unicons/code-branch.svg
3039
%%DATADIR%%/public/img/icons/unicons/coffee.svg
3040
%%DATADIR%%/public/img/icons/unicons/cog.svg
3041
%%DATADIR%%/public/img/icons/unicons/coins.svg
3042
%%DATADIR%%/public/img/icons/unicons/columns.svg
3043
%%DATADIR%%/public/img/icons/unicons/comment-add.svg
3044
%%DATADIR%%/public/img/icons/unicons/comment-alt-block.svg
3045
%%DATADIR%%/public/img/icons/unicons/comment-alt-chart-lines.svg
3046
%%DATADIR%%/public/img/icons/unicons/comment-alt-check.svg
3047
%%DATADIR%%/public/img/icons/unicons/comment-alt-dots.svg
3048
%%DATADIR%%/public/img/icons/unicons/comment-alt-download.svg
3049
%%DATADIR%%/public/img/icons/unicons/comment-alt-edit.svg
3050
%%DATADIR%%/public/img/icons/unicons/comment-alt-exclamation.svg
3051
%%DATADIR%%/public/img/icons/unicons/comment-alt-heart.svg
3052
%%DATADIR%%/public/img/icons/unicons/comment-alt-image.svg
3053
%%DATADIR%%/public/img/icons/unicons/comment-alt-info.svg
3054
%%DATADIR%%/public/img/icons/unicons/comment-alt-lines.svg
3055
%%DATADIR%%/public/img/icons/unicons/comment-alt-lock.svg
3056
%%DATADIR%%/public/img/icons/unicons/comment-alt-medical.svg
3057
%%DATADIR%%/public/img/icons/unicons/comment-alt-message.svg
3058
%%DATADIR%%/public/img/icons/unicons/comment-alt-notes.svg
3059
%%DATADIR%%/public/img/icons/unicons/comment-alt-plus.svg
3060
%%DATADIR%%/public/img/icons/unicons/comment-alt-question.svg
3061
%%DATADIR%%/public/img/icons/unicons/comment-alt-redo.svg
3062
%%DATADIR%%/public/img/icons/unicons/comment-alt-search.svg
3063
%%DATADIR%%/public/img/icons/unicons/comment-alt-share.svg
3064
%%DATADIR%%/public/img/icons/unicons/comment-alt-shield.svg
3065
%%DATADIR%%/public/img/icons/unicons/comment-alt-slash.svg
3066
%%DATADIR%%/public/img/icons/unicons/comment-alt-upload.svg
3067
%%DATADIR%%/public/img/icons/unicons/comment-alt-verify.svg
3068
%%DATADIR%%/public/img/icons/unicons/comment-alt.svg
3069
%%DATADIR%%/public/img/icons/unicons/comment-block.svg
3070
%%DATADIR%%/public/img/icons/unicons/comment-chart-line.svg
3071
%%DATADIR%%/public/img/icons/unicons/comment-check.svg
3072
%%DATADIR%%/public/img/icons/unicons/comment-dots.svg
3073
%%DATADIR%%/public/img/icons/unicons/comment-download.svg
3074
%%DATADIR%%/public/img/icons/unicons/comment-edit.svg
3075
%%DATADIR%%/public/img/icons/unicons/comment-exclamation.svg
3076
%%DATADIR%%/public/img/icons/unicons/comment-heart.svg
3077
%%DATADIR%%/public/img/icons/unicons/comment-image.svg
3078
%%DATADIR%%/public/img/icons/unicons/comment-info-alt.svg
3079
%%DATADIR%%/public/img/icons/unicons/comment-info.svg
3080
%%DATADIR%%/public/img/icons/unicons/comment-lines.svg
3081
%%DATADIR%%/public/img/icons/unicons/comment-lock.svg
3082
%%DATADIR%%/public/img/icons/unicons/comment-medical.svg
3083
%%DATADIR%%/public/img/icons/unicons/comment-message.svg
3084
%%DATADIR%%/public/img/icons/unicons/comment-notes.svg
3085
%%DATADIR%%/public/img/icons/unicons/comment-plus.svg
3086
%%DATADIR%%/public/img/icons/unicons/comment-question.svg
3087
%%DATADIR%%/public/img/icons/unicons/comment-redo.svg
3088
%%DATADIR%%/public/img/icons/unicons/comment-search.svg
3089
%%DATADIR%%/public/img/icons/unicons/comment-share.svg
3090
%%DATADIR%%/public/img/icons/unicons/comment-shield.svg
3091
%%DATADIR%%/public/img/icons/unicons/comment-slash.svg
3092
%%DATADIR%%/public/img/icons/unicons/comment-upload.svg
3093
%%DATADIR%%/public/img/icons/unicons/comment-verify.svg
3094
%%DATADIR%%/public/img/icons/unicons/comment.svg
3095
%%DATADIR%%/public/img/icons/unicons/comments-alt.svg
3096
%%DATADIR%%/public/img/icons/unicons/comments.svg
3097
%%DATADIR%%/public/img/icons/unicons/compact-disc.svg
3098
%%DATADIR%%/public/img/icons/unicons/comparison.svg
3099
%%DATADIR%%/public/img/icons/unicons/compass.svg
3100
%%DATADIR%%/public/img/icons/unicons/compress-alt-left.svg
3101
%%DATADIR%%/public/img/icons/unicons/compress-alt.svg
3102
%%DATADIR%%/public/img/icons/unicons/compress-arrows.svg
3103
%%DATADIR%%/public/img/icons/unicons/compress-lines.svg
3104
%%DATADIR%%/public/img/icons/unicons/compress-point.svg
3105
%%DATADIR%%/public/img/icons/unicons/compress-v.svg
3106
%%DATADIR%%/public/img/icons/unicons/compress.svg
3107
%%DATADIR%%/public/img/icons/unicons/confused.svg
3108
%%DATADIR%%/public/img/icons/unicons/constructor.svg
3109
%%DATADIR%%/public/img/icons/unicons/copy-alt.svg
3110
%%DATADIR%%/public/img/icons/unicons/copy-landscape.svg
3111
%%DATADIR%%/public/img/icons/unicons/copy.svg
3112
%%DATADIR%%/public/img/icons/unicons/copyright.svg
3113
%%DATADIR%%/public/img/icons/unicons/corner-down-left.svg
3114
%%DATADIR%%/public/img/icons/unicons/corner-down-right-alt.svg
3115
%%DATADIR%%/public/img/icons/unicons/corner-down-right.svg
3116
%%DATADIR%%/public/img/icons/unicons/corner-left-down.svg
3117
%%DATADIR%%/public/img/icons/unicons/corner-right-down.svg
3118
%%DATADIR%%/public/img/icons/unicons/corner-up-left-alt.svg
3119
%%DATADIR%%/public/img/icons/unicons/corner-up-left.svg
3120
%%DATADIR%%/public/img/icons/unicons/corner-up-right-alt.svg
3121
%%DATADIR%%/public/img/icons/unicons/corner-up-right.svg
3122
%%DATADIR%%/public/img/icons/unicons/coronavirus.svg
3123
%%DATADIR%%/public/img/icons/unicons/create-dashboard.svg
3124
%%DATADIR%%/public/img/icons/unicons/creative-commons-pd.svg
3125
%%DATADIR%%/public/img/icons/unicons/credit-card-search.svg
3126
%%DATADIR%%/public/img/icons/unicons/credit-card.svg
3127
%%DATADIR%%/public/img/icons/unicons/crockery.svg
3128
%%DATADIR%%/public/img/icons/unicons/crop-alt-rotate-left.svg
3129
%%DATADIR%%/public/img/icons/unicons/crop-alt-rotate-right.svg
3130
%%DATADIR%%/public/img/icons/unicons/crop-alt.svg
3131
%%DATADIR%%/public/img/icons/unicons/crosshair-alt.svg
3132
%%DATADIR%%/public/img/icons/unicons/crosshair.svg
3133
%%DATADIR%%/public/img/icons/unicons/crosshairs.svg
3134
%%DATADIR%%/public/img/icons/unicons/css3-simple.svg
3135
%%DATADIR%%/public/img/icons/unicons/cube.svg
3136
%%DATADIR%%/public/img/icons/unicons/dashboard.svg
3137
%%DATADIR%%/public/img/icons/unicons/data-sharing.svg
3138
%%DATADIR%%/public/img/icons/unicons/database-alt.svg
3139
%%DATADIR%%/public/img/icons/unicons/database.svg
3140
%%DATADIR%%/public/img/icons/unicons/desert.svg
3141
%%DATADIR%%/public/img/icons/unicons/desktop-alt-slash.svg
3142
%%DATADIR%%/public/img/icons/unicons/desktop-alt.svg
3143
%%DATADIR%%/public/img/icons/unicons/desktop-cloud-alt.svg
3144
%%DATADIR%%/public/img/icons/unicons/desktop-slash.svg
3145
%%DATADIR%%/public/img/icons/unicons/desktop.svg
3146
%%DATADIR%%/public/img/icons/unicons/dialpad-alt.svg
3147
%%DATADIR%%/public/img/icons/unicons/dialpad.svg
3148
%%DATADIR%%/public/img/icons/unicons/diamond.svg
3149
%%DATADIR%%/public/img/icons/unicons/diary-alt.svg
3150
%%DATADIR%%/public/img/icons/unicons/diary.svg
3151
%%DATADIR%%/public/img/icons/unicons/dice-five.svg
3152
%%DATADIR%%/public/img/icons/unicons/dice-four.svg
3153
%%DATADIR%%/public/img/icons/unicons/dice-one.svg
3154
%%DATADIR%%/public/img/icons/unicons/dice-six.svg
3155
%%DATADIR%%/public/img/icons/unicons/dice-three.svg
3156
%%DATADIR%%/public/img/icons/unicons/dice-two.svg
3157
%%DATADIR%%/public/img/icons/unicons/direction.svg
3158
%%DATADIR%%/public/img/icons/unicons/directions.svg
3159
%%DATADIR%%/public/img/icons/unicons/discord.svg
3160
%%DATADIR%%/public/img/icons/unicons/dizzy-meh.svg
3161
%%DATADIR%%/public/img/icons/unicons/dna.svg
3162
%%DATADIR%%/public/img/icons/unicons/docker.svg
3163
%%DATADIR%%/public/img/icons/unicons/document-info.svg
3164
%%DATADIR%%/public/img/icons/unicons/document-layout-center.svg
3165
%%DATADIR%%/public/img/icons/unicons/document-layout-left.svg
3166
%%DATADIR%%/public/img/icons/unicons/document-layout-right.svg
3167
%%DATADIR%%/public/img/icons/unicons/dollar-alt.svg
3168
%%DATADIR%%/public/img/icons/unicons/dollar-sign-alt.svg
3169
%%DATADIR%%/public/img/icons/unicons/dollar-sign.svg
3170
%%DATADIR%%/public/img/icons/unicons/download-alt.svg
3171
%%DATADIR%%/public/img/icons/unicons/draggabledots.svg
3172
%%DATADIR%%/public/img/icons/unicons/dribbble.svg
3173
%%DATADIR%%/public/img/icons/unicons/drill.svg
3174
%%DATADIR%%/public/img/icons/unicons/dropbox.svg
3175
%%DATADIR%%/public/img/icons/unicons/dumbbell.svg
3176
%%DATADIR%%/public/img/icons/unicons/ear.svg
3177
%%DATADIR%%/public/img/icons/unicons/edit-alt.svg
3178
%%DATADIR%%/public/img/icons/unicons/edit.svg
3179
%%DATADIR%%/public/img/icons/unicons/elipsis-double-v-alt.svg
3180
%%DATADIR%%/public/img/icons/unicons/ellipsis-h.svg
3181
%%DATADIR%%/public/img/icons/unicons/ellipsis-v.svg
3182
%%DATADIR%%/public/img/icons/unicons/emoji.svg
3183
%%DATADIR%%/public/img/icons/unicons/english-to-chinese.svg
3184
%%DATADIR%%/public/img/icons/unicons/enter.svg
3185
%%DATADIR%%/public/img/icons/unicons/envelope-add.svg
3186
%%DATADIR%%/public/img/icons/unicons/envelope-alt.svg
3187
%%DATADIR%%/public/img/icons/unicons/envelope-block.svg
3188
%%DATADIR%%/public/img/icons/unicons/envelope-bookmark.svg
3189
%%DATADIR%%/public/img/icons/unicons/envelope-check.svg
3190
%%DATADIR%%/public/img/icons/unicons/envelope-download-alt.svg
3191
%%DATADIR%%/public/img/icons/unicons/envelope-download.svg
3192
%%DATADIR%%/public/img/icons/unicons/envelope-edit.svg
3193
%%DATADIR%%/public/img/icons/unicons/envelope-exclamation.svg
3194
%%DATADIR%%/public/img/icons/unicons/envelope-heart.svg
3195
%%DATADIR%%/public/img/icons/unicons/envelope-info.svg
3196
%%DATADIR%%/public/img/icons/unicons/envelope-lock.svg
3197
%%DATADIR%%/public/img/icons/unicons/envelope-minus.svg
3198
%%DATADIR%%/public/img/icons/unicons/envelope-open.svg
3199
%%DATADIR%%/public/img/icons/unicons/envelope-question.svg
3200
%%DATADIR%%/public/img/icons/unicons/envelope-receive.svg
3201
%%DATADIR%%/public/img/icons/unicons/envelope-redo.svg
3202
%%DATADIR%%/public/img/icons/unicons/envelope-search.svg
3203
%%DATADIR%%/public/img/icons/unicons/envelope-send.svg
3204
%%DATADIR%%/public/img/icons/unicons/envelope-share.svg
3205
%%DATADIR%%/public/img/icons/unicons/envelope-shield.svg
3206
%%DATADIR%%/public/img/icons/unicons/envelope-star.svg
3207
%%DATADIR%%/public/img/icons/unicons/envelope-times.svg
3208
%%DATADIR%%/public/img/icons/unicons/envelope-upload-alt.svg
3209
%%DATADIR%%/public/img/icons/unicons/envelope-upload.svg
3210
%%DATADIR%%/public/img/icons/unicons/envelope.svg
3211
%%DATADIR%%/public/img/icons/unicons/envelopes.svg
3212
%%DATADIR%%/public/img/icons/unicons/equal-circle.svg
3213
%%DATADIR%%/public/img/icons/unicons/estate.svg
3214
%%DATADIR%%/public/img/icons/unicons/euro-circle.svg
3215
%%DATADIR%%/public/img/icons/unicons/euro.svg
3216
%%DATADIR%%/public/img/icons/unicons/exchange-alt.svg
3217
%%DATADIR%%/public/img/icons/unicons/exchange.svg
3218
%%DATADIR%%/public/img/icons/unicons/exclamation-circle.svg
3219
%%DATADIR%%/public/img/icons/unicons/exclamation-octagon.svg
3220
%%DATADIR%%/public/img/icons/unicons/exclamation-triangle.svg
3221
%%DATADIR%%/public/img/icons/unicons/exclamation.svg
3222
%%DATADIR%%/public/img/icons/unicons/exclude.svg
3223
%%DATADIR%%/public/img/icons/unicons/exit.svg
3224
%%DATADIR%%/public/img/icons/unicons/expand-alt.svg
3225
%%DATADIR%%/public/img/icons/unicons/expand-arrows-alt.svg
3226
%%DATADIR%%/public/img/icons/unicons/expand-arrows.svg
3227
%%DATADIR%%/public/img/icons/unicons/expand-from-corner.svg
3228
%%DATADIR%%/public/img/icons/unicons/expand-left.svg
3229
%%DATADIR%%/public/img/icons/unicons/expand-right.svg
3230
%%DATADIR%%/public/img/icons/unicons/export.svg
3231
%%DATADIR%%/public/img/icons/unicons/exposure-alt.svg
3232
%%DATADIR%%/public/img/icons/unicons/exposure-increase.svg
3233
%%DATADIR%%/public/img/icons/unicons/external-link-alt.svg
3234
%%DATADIR%%/public/img/icons/unicons/eye-slash.svg
3235
%%DATADIR%%/public/img/icons/unicons/eye.svg
3236
%%DATADIR%%/public/img/icons/unicons/facebook-f.svg
3237
%%DATADIR%%/public/img/icons/unicons/facebook-messenger-alt.svg
3238
%%DATADIR%%/public/img/icons/unicons/facebook-messenger.svg
3239
%%DATADIR%%/public/img/icons/unicons/facebook.svg
3240
%%DATADIR%%/public/img/icons/unicons/fahrenheit.svg
3241
%%DATADIR%%/public/img/icons/unicons/fast-mail-alt.svg
3242
%%DATADIR%%/public/img/icons/unicons/fast-mail.svg
3243
%%DATADIR%%/public/img/icons/unicons/favorite.svg
3244
%%DATADIR%%/public/img/icons/unicons/feedback.svg
3245
%%DATADIR%%/public/img/icons/unicons/fidget-spinner.svg
3246
%%DATADIR%%/public/img/icons/unicons/file-alt.svg
3247
%%DATADIR%%/public/img/icons/unicons/file-blank.svg
3248
%%DATADIR%%/public/img/icons/unicons/file-block-alt.svg
3249
%%DATADIR%%/public/img/icons/unicons/file-bookmark-alt.svg
3250
%%DATADIR%%/public/img/icons/unicons/file-check-alt.svg
3251
%%DATADIR%%/public/img/icons/unicons/file-check.svg
3252
%%DATADIR%%/public/img/icons/unicons/file-contract-dollar.svg
3253
%%DATADIR%%/public/img/icons/unicons/file-contract.svg
3254
%%DATADIR%%/public/img/icons/unicons/file-copy-alt.svg
3255
%%DATADIR%%/public/img/icons/unicons/file-download-alt.svg
3256
%%DATADIR%%/public/img/icons/unicons/file-download.svg
3257
%%DATADIR%%/public/img/icons/unicons/file-edit-alt.svg
3258
%%DATADIR%%/public/img/icons/unicons/file-exclamation-alt.svg
3259
%%DATADIR%%/public/img/icons/unicons/file-exclamation.svg
3260
%%DATADIR%%/public/img/icons/unicons/file-export.svg
3261
%%DATADIR%%/public/img/icons/unicons/file-graph.svg
3262
%%DATADIR%%/public/img/icons/unicons/file-heart.svg
3263
%%DATADIR%%/public/img/icons/unicons/file-import.svg
3264
%%DATADIR%%/public/img/icons/unicons/file-info-alt.svg
3265
%%DATADIR%%/public/img/icons/unicons/file-landscape-alt.svg
3266
%%DATADIR%%/public/img/icons/unicons/file-landscape.svg
3267
%%DATADIR%%/public/img/icons/unicons/file-lanscape-slash.svg
3268
%%DATADIR%%/public/img/icons/unicons/file-lock-alt.svg
3269
%%DATADIR%%/public/img/icons/unicons/file-medical-alt.svg
3270
%%DATADIR%%/public/img/icons/unicons/file-medical.svg
3271
%%DATADIR%%/public/img/icons/unicons/file-minus-alt.svg
3272
%%DATADIR%%/public/img/icons/unicons/file-minus.svg
3273
%%DATADIR%%/public/img/icons/unicons/file-network.svg
3274
%%DATADIR%%/public/img/icons/unicons/file-plus-alt.svg
3275
%%DATADIR%%/public/img/icons/unicons/file-plus.svg
3276
%%DATADIR%%/public/img/icons/unicons/file-question-alt.svg
3277
%%DATADIR%%/public/img/icons/unicons/file-question.svg
3278
%%DATADIR%%/public/img/icons/unicons/file-redo-alt.svg
3279
%%DATADIR%%/public/img/icons/unicons/file-search-alt.svg
3280
%%DATADIR%%/public/img/icons/unicons/file-share-alt.svg
3281
%%DATADIR%%/public/img/icons/unicons/file-shield-alt.svg
3282
%%DATADIR%%/public/img/icons/unicons/file-slash.svg
3283
%%DATADIR%%/public/img/icons/unicons/file-times-alt.svg
3284
%%DATADIR%%/public/img/icons/unicons/file-times.svg
3285
%%DATADIR%%/public/img/icons/unicons/file-upload-alt.svg
3286
%%DATADIR%%/public/img/icons/unicons/file-upload.svg
3287
%%DATADIR%%/public/img/icons/unicons/file.svg
3288
%%DATADIR%%/public/img/icons/unicons/files-landscapes-alt.svg
3289
%%DATADIR%%/public/img/icons/unicons/files-landscapes.svg
3290
%%DATADIR%%/public/img/icons/unicons/film.svg
3291
%%DATADIR%%/public/img/icons/unicons/filter-slash.svg
3292
%%DATADIR%%/public/img/icons/unicons/filter.svg
3293
%%DATADIR%%/public/img/icons/unicons/fire.svg
3294
%%DATADIR%%/public/img/icons/unicons/flask-potion.svg
3295
%%DATADIR%%/public/img/icons/unicons/flask.svg
3296
%%DATADIR%%/public/img/icons/unicons/flip-h-alt.svg
3297
%%DATADIR%%/public/img/icons/unicons/flip-h.svg
3298
%%DATADIR%%/public/img/icons/unicons/flip-v-alt.svg
3299
%%DATADIR%%/public/img/icons/unicons/flip-v.svg
3300
%%DATADIR%%/public/img/icons/unicons/flower.svg
3301
%%DATADIR%%/public/img/icons/unicons/focus-add.svg
3302
%%DATADIR%%/public/img/icons/unicons/focus-target.svg
3303
%%DATADIR%%/public/img/icons/unicons/focus.svg
3304
%%DATADIR%%/public/img/icons/unicons/folder-check.svg
3305
%%DATADIR%%/public/img/icons/unicons/folder-download.svg
3306
%%DATADIR%%/public/img/icons/unicons/folder-exclamation.svg
3307
%%DATADIR%%/public/img/icons/unicons/folder-heart.svg
3308
%%DATADIR%%/public/img/icons/unicons/folder-info.svg
3309
%%DATADIR%%/public/img/icons/unicons/folder-lock.svg
3310
%%DATADIR%%/public/img/icons/unicons/folder-medical.svg
3311
%%DATADIR%%/public/img/icons/unicons/folder-minus.svg
3312
%%DATADIR%%/public/img/icons/unicons/folder-network.svg
3313
%%DATADIR%%/public/img/icons/unicons/folder-open.svg
3314
%%DATADIR%%/public/img/icons/unicons/folder-plus.svg
3315
%%DATADIR%%/public/img/icons/unicons/folder-question.svg
3316
%%DATADIR%%/public/img/icons/unicons/folder-slash.svg
3317
%%DATADIR%%/public/img/icons/unicons/folder-times.svg
3318
%%DATADIR%%/public/img/icons/unicons/folder-upload.svg
3319
%%DATADIR%%/public/img/icons/unicons/folder.svg
3320
%%DATADIR%%/public/img/icons/unicons/font.svg
3321
%%DATADIR%%/public/img/icons/unicons/football-american.svg
3322
%%DATADIR%%/public/img/icons/unicons/football-ball.svg
3323
%%DATADIR%%/public/img/icons/unicons/football.svg
3324
%%DATADIR%%/public/img/icons/unicons/forecastcloud-moon-tear.svg
3325
%%DATADIR%%/public/img/icons/unicons/forwaded-call.svg
3326
%%DATADIR%%/public/img/icons/unicons/forward.svg
3327
%%DATADIR%%/public/img/icons/unicons/frown.svg
3328
%%DATADIR%%/public/img/icons/unicons/game-structure.svg
3329
%%DATADIR%%/public/img/icons/unicons/gift.svg
3330
%%DATADIR%%/public/img/icons/unicons/github-alt.svg
3331
%%DATADIR%%/public/img/icons/unicons/github.svg
3332
%%DATADIR%%/public/img/icons/unicons/gitlab.svg
3333
%%DATADIR%%/public/img/icons/unicons/glass-martini-alt-slash.svg
3334
%%DATADIR%%/public/img/icons/unicons/glass-martini-alt.svg
3335
%%DATADIR%%/public/img/icons/unicons/glass-martini.svg
3336
%%DATADIR%%/public/img/icons/unicons/glass-tea.svg
3337
%%DATADIR%%/public/img/icons/unicons/glass.svg
3338
%%DATADIR%%/public/img/icons/unicons/globe.svg
3339
%%DATADIR%%/public/img/icons/unicons/gold.svg
3340
%%DATADIR%%/public/img/icons/unicons/golf-ball.svg
3341
%%DATADIR%%/public/img/icons/unicons/google-drive-alt.svg
3342
%%DATADIR%%/public/img/icons/unicons/google-drive.svg
3343
%%DATADIR%%/public/img/icons/unicons/google-hangouts-alt.svg
3344
%%DATADIR%%/public/img/icons/unicons/google-hangouts.svg
3345
%%DATADIR%%/public/img/icons/unicons/google-play.svg
3346
%%DATADIR%%/public/img/icons/unicons/google.svg
3347
%%DATADIR%%/public/img/icons/unicons/graduation-cap.svg
3348
%%DATADIR%%/public/img/icons/unicons/graph-bar.svg
3349
%%DATADIR%%/public/img/icons/unicons/grid.svg
3350
%%DATADIR%%/public/img/icons/unicons/grids.svg
3351
%%DATADIR%%/public/img/icons/unicons/grin-tongue-wink-alt.svg
3352
%%DATADIR%%/public/img/icons/unicons/grin-tongue-wink.svg
3353
%%DATADIR%%/public/img/icons/unicons/grin.svg
3354
%%DATADIR%%/public/img/icons/unicons/grip-horizontal-line.svg
3355
%%DATADIR%%/public/img/icons/unicons/hard-hat.svg
3356
%%DATADIR%%/public/img/icons/unicons/hdd.svg
3357
%%DATADIR%%/public/img/icons/unicons/head-side-cough.svg
3358
%%DATADIR%%/public/img/icons/unicons/head-side-mask.svg
3359
%%DATADIR%%/public/img/icons/unicons/head-side.svg
3360
%%DATADIR%%/public/img/icons/unicons/headphone-slash.svg
3361
%%DATADIR%%/public/img/icons/unicons/headphones-alt.svg
3362
%%DATADIR%%/public/img/icons/unicons/headphones.svg
3363
%%DATADIR%%/public/img/icons/unicons/heart-alt.svg
3364
%%DATADIR%%/public/img/icons/unicons/heart-break.svg
3365
%%DATADIR%%/public/img/icons/unicons/heart-medical.svg
3366
%%DATADIR%%/public/img/icons/unicons/heart-rate.svg
3367
%%DATADIR%%/public/img/icons/unicons/heart-sign.svg
3368
%%DATADIR%%/public/img/icons/unicons/heart.svg
3369
%%DATADIR%%/public/img/icons/unicons/heartbeat.svg
3370
%%DATADIR%%/public/img/icons/unicons/hindi-to-chinese.svg
3371
%%DATADIR%%/public/img/icons/unicons/hipchat.svg
3372
%%DATADIR%%/public/img/icons/unicons/history-alt.svg
3373
%%DATADIR%%/public/img/icons/unicons/history.svg
3374
%%DATADIR%%/public/img/icons/unicons/home-alt.svg
3375
%%DATADIR%%/public/img/icons/unicons/home.svg
3376
%%DATADIR%%/public/img/icons/unicons/horizontal-align-center.svg
3377
%%DATADIR%%/public/img/icons/unicons/horizontal-align-left.svg
3378
%%DATADIR%%/public/img/icons/unicons/horizontal-align-right.svg
3379
%%DATADIR%%/public/img/icons/unicons/horizontal-distribution-center.svg
3380
%%DATADIR%%/public/img/icons/unicons/horizontal-distribution-left.svg
3381
%%DATADIR%%/public/img/icons/unicons/horizontal-distribution-right.svg
3382
%%DATADIR%%/public/img/icons/unicons/hospital-square-sign.svg
3383
%%DATADIR%%/public/img/icons/unicons/hospital-symbol.svg
3384
%%DATADIR%%/public/img/icons/unicons/hospital.svg
3385
%%DATADIR%%/public/img/icons/unicons/hourglass.svg
3386
%%DATADIR%%/public/img/icons/unicons/house-user.svg
3387
%%DATADIR%%/public/img/icons/unicons/html3-alt.svg
3388
%%DATADIR%%/public/img/icons/unicons/html3.svg
3389
%%DATADIR%%/public/img/icons/unicons/html5-alt.svg
3390
%%DATADIR%%/public/img/icons/unicons/html5.svg
3391
%%DATADIR%%/public/img/icons/unicons/hunting.svg
3392
%%DATADIR%%/public/img/icons/unicons/icons.svg
3393
%%DATADIR%%/public/img/icons/unicons/illustration.svg
3394
%%DATADIR%%/public/img/icons/unicons/image-alt-slash.svg
3395
%%DATADIR%%/public/img/icons/unicons/image-block.svg
3396
%%DATADIR%%/public/img/icons/unicons/image-broken.svg
3397
%%DATADIR%%/public/img/icons/unicons/image-check.svg
3398
%%DATADIR%%/public/img/icons/unicons/image-download.svg
3399
%%DATADIR%%/public/img/icons/unicons/image-edit.svg
3400
%%DATADIR%%/public/img/icons/unicons/image-lock.svg
3401
%%DATADIR%%/public/img/icons/unicons/image-minus.svg
3402
%%DATADIR%%/public/img/icons/unicons/image-plus.svg
3403
%%DATADIR%%/public/img/icons/unicons/image-question.svg
3404
%%DATADIR%%/public/img/icons/unicons/image-redo.svg
3405
%%DATADIR%%/public/img/icons/unicons/image-resize-landscape.svg
3406
%%DATADIR%%/public/img/icons/unicons/image-resize-square.svg
3407
%%DATADIR%%/public/img/icons/unicons/image-search.svg
3408
%%DATADIR%%/public/img/icons/unicons/image-share.svg
3409
%%DATADIR%%/public/img/icons/unicons/image-shield.svg
3410
%%DATADIR%%/public/img/icons/unicons/image-slash.svg
3411
%%DATADIR%%/public/img/icons/unicons/image-times.svg
3412
%%DATADIR%%/public/img/icons/unicons/image-upload.svg
3413
%%DATADIR%%/public/img/icons/unicons/image-v.svg
3414
%%DATADIR%%/public/img/icons/unicons/image.svg
3415
%%DATADIR%%/public/img/icons/unicons/images.svg
3416
%%DATADIR%%/public/img/icons/unicons/import.svg
3417
%%DATADIR%%/public/img/icons/unicons/inbox.svg
3418
%%DATADIR%%/public/img/icons/unicons/incoming-call.svg
3419
%%DATADIR%%/public/img/icons/unicons/index.json
3420
%%DATADIR%%/public/img/icons/unicons/info-circle.svg
3421
%%DATADIR%%/public/img/icons/unicons/info.svg
3422
%%DATADIR%%/public/img/icons/unicons/instagram-alt.svg
3423
%%DATADIR%%/public/img/icons/unicons/instagram.svg
3424
%%DATADIR%%/public/img/icons/unicons/intercom-alt.svg
3425
%%DATADIR%%/public/img/icons/unicons/intercom.svg
3426
%%DATADIR%%/public/img/icons/unicons/invoice.svg
3427
%%DATADIR%%/public/img/icons/unicons/italic.svg
3428
%%DATADIR%%/public/img/icons/unicons/jackhammer.svg
3429
%%DATADIR%%/public/img/icons/unicons/java-script.svg
3430
%%DATADIR%%/public/img/icons/unicons/kayak.svg
3431
%%DATADIR%%/public/img/icons/unicons/key-skeleton-alt.svg
3432
%%DATADIR%%/public/img/icons/unicons/key-skeleton.svg
3433
%%DATADIR%%/public/img/icons/unicons/keyboard-alt.svg
3434
%%DATADIR%%/public/img/icons/unicons/keyboard-hide.svg
3435
%%DATADIR%%/public/img/icons/unicons/keyboard-show.svg
3436
%%DATADIR%%/public/img/icons/unicons/keyboard.svg
3437
%%DATADIR%%/public/img/icons/unicons/keyhole-circle.svg
3438
%%DATADIR%%/public/img/icons/unicons/keyhole-square-full.svg
3439
%%DATADIR%%/public/img/icons/unicons/keyhole-square.svg
3440
%%DATADIR%%/public/img/icons/unicons/kid.svg
3441
%%DATADIR%%/public/img/icons/unicons/label-alt.svg
3442
%%DATADIR%%/public/img/icons/unicons/label.svg
3443
%%DATADIR%%/public/img/icons/unicons/lamp.svg
3444
%%DATADIR%%/public/img/icons/unicons/language.svg
3445
%%DATADIR%%/public/img/icons/unicons/laptop-cloud.svg
3446
%%DATADIR%%/public/img/icons/unicons/laptop-connection.svg
3447
%%DATADIR%%/public/img/icons/unicons/laptop.svg
3448
%%DATADIR%%/public/img/icons/unicons/laughing.svg
3449
%%DATADIR%%/public/img/icons/unicons/layer-group-slash.svg
3450
%%DATADIR%%/public/img/icons/unicons/layer-group.svg
3451
%%DATADIR%%/public/img/icons/unicons/layers-alt.svg
3452
%%DATADIR%%/public/img/icons/unicons/layers-slash.svg
3453
%%DATADIR%%/public/img/icons/unicons/layers.svg
3454
%%DATADIR%%/public/img/icons/unicons/left-arrow-from-left.svg
3455
%%DATADIR%%/public/img/icons/unicons/left-arrow-to-left.svg
3456
%%DATADIR%%/public/img/icons/unicons/left-indent-alt.svg
3457
%%DATADIR%%/public/img/icons/unicons/left-indent.svg
3458
%%DATADIR%%/public/img/icons/unicons/left-to-right-text-direction.svg
3459
%%DATADIR%%/public/img/icons/unicons/letter-chinese-a.svg
3460
%%DATADIR%%/public/img/icons/unicons/letter-english-a.svg
3461
%%DATADIR%%/public/img/icons/unicons/letter-hindi-a.svg
3462
%%DATADIR%%/public/img/icons/unicons/letter-japanese-a.svg
3463
%%DATADIR%%/public/img/icons/unicons/life-ring.svg
3464
%%DATADIR%%/public/img/icons/unicons/lightbulb-alt.svg
3465
%%DATADIR%%/public/img/icons/unicons/lightbulb.svg
3466
%%DATADIR%%/public/img/icons/unicons/line-alt.svg
3467
%%DATADIR%%/public/img/icons/unicons/line-spacing.svg
3468
%%DATADIR%%/public/img/icons/unicons/line.svg
3469
%%DATADIR%%/public/img/icons/unicons/link-add.svg
3470
%%DATADIR%%/public/img/icons/unicons/link-alt.svg
3471
%%DATADIR%%/public/img/icons/unicons/link-broken.svg
3472
%%DATADIR%%/public/img/icons/unicons/link-h.svg
3473
%%DATADIR%%/public/img/icons/unicons/link.svg
3474
%%DATADIR%%/public/img/icons/unicons/linkedin-alt.svg
3475
%%DATADIR%%/public/img/icons/unicons/linkedin.svg
3476
%%DATADIR%%/public/img/icons/unicons/linux.svg
3477
%%DATADIR%%/public/img/icons/unicons/lira-sign.svg
3478
%%DATADIR%%/public/img/icons/unicons/list-ol-alt.svg
3479
%%DATADIR%%/public/img/icons/unicons/list-ol.svg
3480
%%DATADIR%%/public/img/icons/unicons/list-ui-alt.svg
3481
%%DATADIR%%/public/img/icons/unicons/list-ul.svg
3482
%%DATADIR%%/public/img/icons/unicons/location-arrow-alt.svg
3483
%%DATADIR%%/public/img/icons/unicons/location-arrow.svg
3484
%%DATADIR%%/public/img/icons/unicons/location-pin-alt.svg
3485
%%DATADIR%%/public/img/icons/unicons/location-point.svg
3486
%%DATADIR%%/public/img/icons/unicons/lock-access.svg
3487
%%DATADIR%%/public/img/icons/unicons/lock-alt.svg
3488
%%DATADIR%%/public/img/icons/unicons/lock-open-alt.svg
3489
%%DATADIR%%/public/img/icons/unicons/lock-slash.svg
3490
%%DATADIR%%/public/img/icons/unicons/lock.svg
3491
%%DATADIR%%/public/img/icons/unicons/lottiefiles-alt.svg
3492
%%DATADIR%%/public/img/icons/unicons/lottiefiles.svg
3493
%%DATADIR%%/public/img/icons/unicons/luggage-cart.svg
3494
%%DATADIR%%/public/img/icons/unicons/mailbox-alt.svg
3495
%%DATADIR%%/public/img/icons/unicons/mailbox.svg
3496
%%DATADIR%%/public/img/icons/unicons/map-marker-alt.svg
3497
%%DATADIR%%/public/img/icons/unicons/map-marker-edit.svg
3498
%%DATADIR%%/public/img/icons/unicons/map-marker-info.svg
3499
%%DATADIR%%/public/img/icons/unicons/map-marker-minus.svg
3500
%%DATADIR%%/public/img/icons/unicons/map-marker-plus.svg
3501
%%DATADIR%%/public/img/icons/unicons/map-marker-question.svg
3502
%%DATADIR%%/public/img/icons/unicons/map-marker-shield.svg
3503
%%DATADIR%%/public/img/icons/unicons/map-marker-slash.svg
3504
%%DATADIR%%/public/img/icons/unicons/map-marker.svg
3505
%%DATADIR%%/public/img/icons/unicons/map-pin-alt.svg
3506
%%DATADIR%%/public/img/icons/unicons/map-pin.svg
3507
%%DATADIR%%/public/img/icons/unicons/map.svg
3508
%%DATADIR%%/public/img/icons/unicons/mars.svg
3509
%%DATADIR%%/public/img/icons/unicons/master-card.svg
3510
%%DATADIR%%/public/img/icons/unicons/maximize-left.svg
3511
%%DATADIR%%/public/img/icons/unicons/medal.svg
3512
%%DATADIR%%/public/img/icons/unicons/medical-drip.svg
3513
%%DATADIR%%/public/img/icons/unicons/medical-square-full.svg
3514
%%DATADIR%%/public/img/icons/unicons/medical-square.svg
3515
%%DATADIR%%/public/img/icons/unicons/medium-m.svg
3516
%%DATADIR%%/public/img/icons/unicons/medkit.svg
3517
%%DATADIR%%/public/img/icons/unicons/meeting-board.svg
3518
%%DATADIR%%/public/img/icons/unicons/megaphone.svg
3519
%%DATADIR%%/public/img/icons/unicons/meh-alt.svg
3520
%%DATADIR%%/public/img/icons/unicons/meh-closed-eye.svg
3521
%%DATADIR%%/public/img/icons/unicons/meh.svg
3522
%%DATADIR%%/public/img/icons/unicons/message.svg
3523
%%DATADIR%%/public/img/icons/unicons/metro.svg
3524
%%DATADIR%%/public/img/icons/unicons/microphone-slash.svg
3525
%%DATADIR%%/public/img/icons/unicons/microphone.svg
3526
%%DATADIR%%/public/img/icons/unicons/microscope.svg
3527
%%DATADIR%%/public/img/icons/unicons/microsoft.svg
3528
%%DATADIR%%/public/img/icons/unicons/minus-circle.svg
3529
%%DATADIR%%/public/img/icons/unicons/minus-path.svg
3530
%%DATADIR%%/public/img/icons/unicons/minus-square-full.svg
3531
%%DATADIR%%/public/img/icons/unicons/minus-square.svg
3532
%%DATADIR%%/public/img/icons/unicons/minus.svg
3533
%%DATADIR%%/public/img/icons/unicons/missed-call.svg
3534
%%DATADIR%%/public/img/icons/unicons/mobile-android-alt.svg
3535
%%DATADIR%%/public/img/icons/unicons/mobile-android.svg
3536
%%DATADIR%%/public/img/icons/unicons/mobile-vibrate.svg
3537
%%DATADIR%%/public/img/icons/unicons/modem.svg
3538
%%DATADIR%%/public/img/icons/unicons/money-bill-slash.svg
3539
%%DATADIR%%/public/img/icons/unicons/money-bill-stack.svg
3540
%%DATADIR%%/public/img/icons/unicons/money-bill.svg
3541
%%DATADIR%%/public/img/icons/unicons/money-insert.svg
3542
%%DATADIR%%/public/img/icons/unicons/money-stack.svg
3543
%%DATADIR%%/public/img/icons/unicons/money-withdraw.svg
3544
%%DATADIR%%/public/img/icons/unicons/money-withdrawal.svg
3545
%%DATADIR%%/public/img/icons/unicons/moneybag-alt.svg
3546
%%DATADIR%%/public/img/icons/unicons/moneybag.svg
3547
%%DATADIR%%/public/img/icons/unicons/monitor-heart-rate.svg
3548
%%DATADIR%%/public/img/icons/unicons/monitor.svg
3549
%%DATADIR%%/public/img/icons/unicons/moon-eclipse.svg
3550
%%DATADIR%%/public/img/icons/unicons/moon.svg
3551
%%DATADIR%%/public/img/icons/unicons/moonset.svg
3552
%%DATADIR%%/public/img/icons/unicons/mountains-sun.svg
3553
%%DATADIR%%/public/img/icons/unicons/mountains.svg
3554
%%DATADIR%%/public/img/icons/unicons/mouse-alt-2.svg
3555
%%DATADIR%%/public/img/icons/unicons/mouse-alt.svg
3556
%%DATADIR%%/public/img/icons/unicons/mouse.svg
3557
%%DATADIR%%/public/img/icons/unicons/multiply.svg
3558
%%DATADIR%%/public/img/icons/unicons/music-note.svg
3559
%%DATADIR%%/public/img/icons/unicons/music-tune-slash.svg
3560
%%DATADIR%%/public/img/icons/unicons/music.svg
3561
%%DATADIR%%/public/img/icons/unicons/n-a.svg
3562
%%DATADIR%%/public/img/icons/unicons/navigator.svg
3563
%%DATADIR%%/public/img/icons/unicons/nerd.svg
3564
%%DATADIR%%/public/img/icons/unicons/newspaper.svg
3565
%%DATADIR%%/public/img/icons/unicons/ninja.svg
3566
%%DATADIR%%/public/img/icons/unicons/no-entry.svg
3567
%%DATADIR%%/public/img/icons/unicons/notebooks.svg
3568
%%DATADIR%%/public/img/icons/unicons/notes.svg
3569
%%DATADIR%%/public/img/icons/unicons/object-group.svg
3570
%%DATADIR%%/public/img/icons/unicons/object-ungroup.svg
3571
%%DATADIR%%/public/img/icons/unicons/octagon.svg
3572
%%DATADIR%%/public/img/icons/unicons/okta.svg
3573
%%DATADIR%%/public/img/icons/unicons/opera-alt.svg
3574
%%DATADIR%%/public/img/icons/unicons/opera.svg
3575
%%DATADIR%%/public/img/icons/unicons/outgoing-call.svg
3576
%%DATADIR%%/public/img/icons/unicons/package.svg
3577
%%DATADIR%%/public/img/icons/unicons/padlock.svg
3578
%%DATADIR%%/public/img/icons/unicons/pagelines.svg
3579
%%DATADIR%%/public/img/icons/unicons/pagerduty.svg
3580
%%DATADIR%%/public/img/icons/unicons/paint-tool.svg
3581
%%DATADIR%%/public/img/icons/unicons/palette.svg
3582
%%DATADIR%%/public/img/icons/unicons/panel-add.svg
3583
%%DATADIR%%/public/img/icons/unicons/panorama-h-alt.svg
3584
%%DATADIR%%/public/img/icons/unicons/panorama-h.svg
3585
%%DATADIR%%/public/img/icons/unicons/panorama-v.svg
3586
%%DATADIR%%/public/img/icons/unicons/paperclip.svg
3587
%%DATADIR%%/public/img/icons/unicons/paragraph.svg
3588
%%DATADIR%%/public/img/icons/unicons/parcel.svg
3589
%%DATADIR%%/public/img/icons/unicons/parking-circle.svg
3590
%%DATADIR%%/public/img/icons/unicons/parking-square.svg
3591
%%DATADIR%%/public/img/icons/unicons/pathfinder-unite.svg
3592
%%DATADIR%%/public/img/icons/unicons/pathfinder.svg
3593
%%DATADIR%%/public/img/icons/unicons/pause-circle.svg
3594
%%DATADIR%%/public/img/icons/unicons/pause.svg
3595
%%DATADIR%%/public/img/icons/unicons/paypal.svg
3596
%%DATADIR%%/public/img/icons/unicons/pen.svg
3597
%%DATADIR%%/public/img/icons/unicons/pentagon.svg
3598
%%DATADIR%%/public/img/icons/unicons/percentage.svg
3599
%%DATADIR%%/public/img/icons/unicons/phone-alt.svg
3600
%%DATADIR%%/public/img/icons/unicons/phone-pause.svg
3601
%%DATADIR%%/public/img/icons/unicons/phone-slash.svg
3602
%%DATADIR%%/public/img/icons/unicons/phone-times.svg
3603
%%DATADIR%%/public/img/icons/unicons/phone-volume.svg
3604
%%DATADIR%%/public/img/icons/unicons/phone.svg
3605
%%DATADIR%%/public/img/icons/unicons/picture.svg
3606
%%DATADIR%%/public/img/icons/unicons/pizza-slice.svg
3607
%%DATADIR%%/public/img/icons/unicons/plane-arrival.svg
3608
%%DATADIR%%/public/img/icons/unicons/plane-departure.svg
3609
%%DATADIR%%/public/img/icons/unicons/plane-fly.svg
3610
%%DATADIR%%/public/img/icons/unicons/plane.svg
3611
%%DATADIR%%/public/img/icons/unicons/play-circle.svg
3612
%%DATADIR%%/public/img/icons/unicons/play.svg
3613
%%DATADIR%%/public/img/icons/unicons/plug.svg
3614
%%DATADIR%%/public/img/icons/unicons/plus-circle.svg
3615
%%DATADIR%%/public/img/icons/unicons/plus-square.svg
3616
%%DATADIR%%/public/img/icons/unicons/plus.svg
3617
%%DATADIR%%/public/img/icons/unicons/podium.svg
3618
%%DATADIR%%/public/img/icons/unicons/polygon.svg
3619
%%DATADIR%%/public/img/icons/unicons/post-stamp.svg
3620
%%DATADIR%%/public/img/icons/unicons/postcard.svg
3621
%%DATADIR%%/public/img/icons/unicons/pound-circle.svg
3622
%%DATADIR%%/public/img/icons/unicons/pound.svg
3623
%%DATADIR%%/public/img/icons/unicons/power.svg
3624
%%DATADIR%%/public/img/icons/unicons/prescription-bottle.svg
3625
%%DATADIR%%/public/img/icons/unicons/presentation-check.svg
3626
%%DATADIR%%/public/img/icons/unicons/presentation-edit.svg
3627
%%DATADIR%%/public/img/icons/unicons/presentation-line.svg
3628
%%DATADIR%%/public/img/icons/unicons/presentation-lines-alt.svg
3629
%%DATADIR%%/public/img/icons/unicons/presentation-minus.svg
3630
%%DATADIR%%/public/img/icons/unicons/presentation-play.svg
3631
%%DATADIR%%/public/img/icons/unicons/presentation-plus.svg
3632
%%DATADIR%%/public/img/icons/unicons/presentation-times.svg
3633
%%DATADIR%%/public/img/icons/unicons/presentation.svg
3634
%%DATADIR%%/public/img/icons/unicons/previous.svg
3635
%%DATADIR%%/public/img/icons/unicons/pricetag-alt.svg
3636
%%DATADIR%%/public/img/icons/unicons/print-slash.svg
3637
%%DATADIR%%/public/img/icons/unicons/print.svg
3638
%%DATADIR%%/public/img/icons/unicons/process.svg
3639
%%DATADIR%%/public/img/icons/unicons/processor.svg
3640
%%DATADIR%%/public/img/icons/unicons/programming-language.svg
3641
%%DATADIR%%/public/img/icons/unicons/pump.svg
3642
%%DATADIR%%/public/img/icons/unicons/puzzle-piece.svg
3643
%%DATADIR%%/public/img/icons/unicons/qrcode-scan.svg
3644
%%DATADIR%%/public/img/icons/unicons/question-circle.svg
3645
%%DATADIR%%/public/img/icons/unicons/question.svg
3646
%%DATADIR%%/public/img/icons/unicons/rainbow.svg
3647
%%DATADIR%%/public/img/icons/unicons/raindrops-alt.svg
3648
%%DATADIR%%/public/img/icons/unicons/raindrops.svg
3649
%%DATADIR%%/public/img/icons/unicons/react.svg
3650
%%DATADIR%%/public/img/icons/unicons/receipt-alt.svg
3651
%%DATADIR%%/public/img/icons/unicons/receipt.svg
3652
%%DATADIR%%/public/img/icons/unicons/record-audio.svg
3653
%%DATADIR%%/public/img/icons/unicons/reddit-alien-alt.svg
3654
%%DATADIR%%/public/img/icons/unicons/redo.svg
3655
%%DATADIR%%/public/img/icons/unicons/refresh.svg
3656
%%DATADIR%%/public/img/icons/unicons/registered.svg
3657
%%DATADIR%%/public/img/icons/unicons/repeat.svg
3658
%%DATADIR%%/public/img/icons/unicons/restaurant.svg
3659
%%DATADIR%%/public/img/icons/unicons/right-indent-alt.svg
3660
%%DATADIR%%/public/img/icons/unicons/right-to-left-text-direction.svg
3661
%%DATADIR%%/public/img/icons/unicons/robot.svg
3662
%%DATADIR%%/public/img/icons/unicons/rocket.svg
3663
%%DATADIR%%/public/img/icons/unicons/rope-way.svg
3664
%%DATADIR%%/public/img/icons/unicons/rotate-360.svg
3665
%%DATADIR%%/public/img/icons/unicons/rss-alt.svg
3666
%%DATADIR%%/public/img/icons/unicons/rss-interface.svg
3667
%%DATADIR%%/public/img/icons/unicons/rss.svg
3668
%%DATADIR%%/public/img/icons/unicons/ruler-combined.svg
3669
%%DATADIR%%/public/img/icons/unicons/ruler.svg
3670
%%DATADIR%%/public/img/icons/unicons/rupee-sign.svg
3671
%%DATADIR%%/public/img/icons/unicons/sad-cry.svg
3672
%%DATADIR%%/public/img/icons/unicons/sad-crying.svg
3673
%%DATADIR%%/public/img/icons/unicons/sad-dizzy.svg
3674
%%DATADIR%%/public/img/icons/unicons/sad-squint.svg
3675
%%DATADIR%%/public/img/icons/unicons/sad.svg
3676
%%DATADIR%%/public/img/icons/unicons/sanitizer-alt.svg
3677
%%DATADIR%%/public/img/icons/unicons/sanitizer.svg
3678
%%DATADIR%%/public/img/icons/unicons/save.svg
3679
%%DATADIR%%/public/img/icons/unicons/scaling-left.svg
3680
%%DATADIR%%/public/img/icons/unicons/scaling-right.svg
3681
%%DATADIR%%/public/img/icons/unicons/scenery.svg
3682
%%DATADIR%%/public/img/icons/unicons/schedule.svg
3683
%%DATADIR%%/public/img/icons/unicons/screw.svg
3684
%%DATADIR%%/public/img/icons/unicons/scroll-h.svg
3685
%%DATADIR%%/public/img/icons/unicons/scroll.svg
3686
%%DATADIR%%/public/img/icons/unicons/search-alt.svg
3687
%%DATADIR%%/public/img/icons/unicons/search-minus.svg
3688
%%DATADIR%%/public/img/icons/unicons/search-plus.svg
3689
%%DATADIR%%/public/img/icons/unicons/search.svg
3690
%%DATADIR%%/public/img/icons/unicons/selfie.svg
3691
%%DATADIR%%/public/img/icons/unicons/server-alt.svg
3692
%%DATADIR%%/public/img/icons/unicons/server-connection.svg
3693
%%DATADIR%%/public/img/icons/unicons/server-network-alt.svg
3694
%%DATADIR%%/public/img/icons/unicons/server-network.svg
3695
%%DATADIR%%/public/img/icons/unicons/server.svg
3696
%%DATADIR%%/public/img/icons/unicons/servers.svg
3697
%%DATADIR%%/public/img/icons/unicons/servicemark.svg
3698
%%DATADIR%%/public/img/icons/unicons/setting.svg
3699
%%DATADIR%%/public/img/icons/unicons/share-alt.svg
3700
%%DATADIR%%/public/img/icons/unicons/share.svg
3701
%%DATADIR%%/public/img/icons/unicons/shield-check.svg
3702
%%DATADIR%%/public/img/icons/unicons/shield-exclamation.svg
3703
%%DATADIR%%/public/img/icons/unicons/shield-plus.svg
3704
%%DATADIR%%/public/img/icons/unicons/shield-question.svg
3705
%%DATADIR%%/public/img/icons/unicons/shield-slash.svg
3706
%%DATADIR%%/public/img/icons/unicons/shield.svg
3707
%%DATADIR%%/public/img/icons/unicons/ship.svg
3708
%%DATADIR%%/public/img/icons/unicons/shop.svg
3709
%%DATADIR%%/public/img/icons/unicons/shopping-bag.svg
3710
%%DATADIR%%/public/img/icons/unicons/shopping-basket.svg
3711
%%DATADIR%%/public/img/icons/unicons/shopping-cart-alt.svg
3712
%%DATADIR%%/public/img/icons/unicons/shopping-cart.svg
3713
%%DATADIR%%/public/img/icons/unicons/shovel.svg
3714
%%DATADIR%%/public/img/icons/unicons/shrink.svg
3715
%%DATADIR%%/public/img/icons/unicons/shuffle.svg
3716
%%DATADIR%%/public/img/icons/unicons/shutter-alt.svg
3717
%%DATADIR%%/public/img/icons/unicons/shutter.svg
3718
%%DATADIR%%/public/img/icons/unicons/sick.svg
3719
%%DATADIR%%/public/img/icons/unicons/sigma.svg
3720
%%DATADIR%%/public/img/icons/unicons/sign-alt.svg
3721
%%DATADIR%%/public/img/icons/unicons/sign-in-alt.svg
3722
%%DATADIR%%/public/img/icons/unicons/sign-left.svg
3723
%%DATADIR%%/public/img/icons/unicons/sign-out-alt.svg
3724
%%DATADIR%%/public/img/icons/unicons/sign-right.svg
3725
%%DATADIR%%/public/img/icons/unicons/signal-alt-3.svg
3726
%%DATADIR%%/public/img/icons/unicons/signal-alt.svg
3727
%%DATADIR%%/public/img/icons/unicons/signal.svg
3728
%%DATADIR%%/public/img/icons/unicons/signin.svg
3729
%%DATADIR%%/public/img/icons/unicons/signout.svg
3730
%%DATADIR%%/public/img/icons/unicons/silence.svg
3731
%%DATADIR%%/public/img/icons/unicons/silent-squint.svg
3732
%%DATADIR%%/public/img/icons/unicons/sim-card.svg
3733
%%DATADIR%%/public/img/icons/unicons/sitemap.svg
3734
%%DATADIR%%/public/img/icons/unicons/skip-forward-alt.svg
3735
%%DATADIR%%/public/img/icons/unicons/skip-forward-circle.svg
3736
%%DATADIR%%/public/img/icons/unicons/skip-forward.svg
3737
%%DATADIR%%/public/img/icons/unicons/skype-alt.svg
3738
%%DATADIR%%/public/img/icons/unicons/skype.svg
3739
%%DATADIR%%/public/img/icons/unicons/slack-alt.svg
3740
%%DATADIR%%/public/img/icons/unicons/slack.svg
3741
%%DATADIR%%/public/img/icons/unicons/slider-h-range.svg
3742
%%DATADIR%%/public/img/icons/unicons/slider-h.svg
3743
%%DATADIR%%/public/img/icons/unicons/sliders-v-alt.svg
3744
%%DATADIR%%/public/img/icons/unicons/sliders-v.svg
3745
%%DATADIR%%/public/img/icons/unicons/smile-beam.svg
3746
%%DATADIR%%/public/img/icons/unicons/smile-dizzy.svg
3747
%%DATADIR%%/public/img/icons/unicons/smile-squint-wink-alt.svg
3748
%%DATADIR%%/public/img/icons/unicons/smile-squint-wink.svg
3749
%%DATADIR%%/public/img/icons/unicons/smile-wink-alt.svg
3750
%%DATADIR%%/public/img/icons/unicons/smile-wink.svg
3751
%%DATADIR%%/public/img/icons/unicons/smile.svg
3752
%%DATADIR%%/public/img/icons/unicons/snapchat-alt.svg
3753
%%DATADIR%%/public/img/icons/unicons/snapchat-ghost.svg
3754
%%DATADIR%%/public/img/icons/unicons/snapchat-square.svg
3755
%%DATADIR%%/public/img/icons/unicons/snow-flake.svg
3756
%%DATADIR%%/public/img/icons/unicons/snowflake-alt.svg
3757
%%DATADIR%%/public/img/icons/unicons/snowflake.svg
3758
%%DATADIR%%/public/img/icons/unicons/social-distancing.svg
3759
%%DATADIR%%/public/img/icons/unicons/sort-amount-down.svg
3760
%%DATADIR%%/public/img/icons/unicons/sort-amount-up.svg
3761
%%DATADIR%%/public/img/icons/unicons/sort.svg
3762
%%DATADIR%%/public/img/icons/unicons/sorting.svg
3763
%%DATADIR%%/public/img/icons/unicons/space-key.svg
3764
%%DATADIR%%/public/img/icons/unicons/spade.svg
3765
%%DATADIR%%/public/img/icons/unicons/sperms.svg
3766
%%DATADIR%%/public/img/icons/unicons/spin.svg
3767
%%DATADIR%%/public/img/icons/unicons/spinner-alt.svg
3768
%%DATADIR%%/public/img/icons/unicons/spinner.svg
3769
%%DATADIR%%/public/img/icons/unicons/square-full.svg
3770
%%DATADIR%%/public/img/icons/unicons/square-shape.svg
3771
%%DATADIR%%/public/img/icons/unicons/square.svg
3772
%%DATADIR%%/public/img/icons/unicons/squint.svg
3773
%%DATADIR%%/public/img/icons/unicons/star-half-alt.svg
3774
%%DATADIR%%/public/img/icons/unicons/star.svg
3775
%%DATADIR%%/public/img/icons/unicons/step-backward-alt.svg
3776
%%DATADIR%%/public/img/icons/unicons/step-backward-circle.svg
3777
%%DATADIR%%/public/img/icons/unicons/step-backward.svg
3778
%%DATADIR%%/public/img/icons/unicons/step-forward.svg
3779
%%DATADIR%%/public/img/icons/unicons/stethoscope-alt.svg
3780
%%DATADIR%%/public/img/icons/unicons/stethoscope.svg
3781
%%DATADIR%%/public/img/icons/unicons/stop-circle.svg
3782
%%DATADIR%%/public/img/icons/unicons/stopwatch-slash.svg
3783
%%DATADIR%%/public/img/icons/unicons/stopwatch.svg
3784
%%DATADIR%%/public/img/icons/unicons/store-alt.svg
3785
%%DATADIR%%/public/img/icons/unicons/store-slash.svg
3786
%%DATADIR%%/public/img/icons/unicons/store.svg
3787
%%DATADIR%%/public/img/icons/unicons/streering.svg
3788
%%DATADIR%%/public/img/icons/unicons/stretcher.svg
3789
%%DATADIR%%/public/img/icons/unicons/subject.svg
3790
%%DATADIR%%/public/img/icons/unicons/subway-alt.svg
3791
%%DATADIR%%/public/img/icons/unicons/subway.svg
3792
%%DATADIR%%/public/img/icons/unicons/suitcase-alt.svg
3793
%%DATADIR%%/public/img/icons/unicons/suitcase.svg
3794
%%DATADIR%%/public/img/icons/unicons/sun.svg
3795
%%DATADIR%%/public/img/icons/unicons/sunset.svg
3796
%%DATADIR%%/public/img/icons/unicons/surprise.svg
3797
%%DATADIR%%/public/img/icons/unicons/swatchbook.svg
3798
%%DATADIR%%/public/img/icons/unicons/swiggy.svg
3799
%%DATADIR%%/public/img/icons/unicons/swimmer.svg
3800
%%DATADIR%%/public/img/icons/unicons/sync-exclamation.svg
3801
%%DATADIR%%/public/img/icons/unicons/sync-slash.svg
3802
%%DATADIR%%/public/img/icons/unicons/sync.svg
3803
%%DATADIR%%/public/img/icons/unicons/syringe.svg
3804
%%DATADIR%%/public/img/icons/unicons/table-tennis.svg
3805
%%DATADIR%%/public/img/icons/unicons/table.svg
3806
%%DATADIR%%/public/img/icons/unicons/tablet.svg
3807
%%DATADIR%%/public/img/icons/unicons/tablets.svg
3808
%%DATADIR%%/public/img/icons/unicons/tachometer-fast-alt.svg
3809
%%DATADIR%%/public/img/icons/unicons/tachometer-fast.svg
3810
%%DATADIR%%/public/img/icons/unicons/tag-alt.svg
3811
%%DATADIR%%/public/img/icons/unicons/tag.svg
3812
%%DATADIR%%/public/img/icons/unicons/tape.svg
3813
%%DATADIR%%/public/img/icons/unicons/taxi.svg
3814
%%DATADIR%%/public/img/icons/unicons/tear.svg
3815
%%DATADIR%%/public/img/icons/unicons/telegram-alt.svg
3816
%%DATADIR%%/public/img/icons/unicons/telegram.svg
3817
%%DATADIR%%/public/img/icons/unicons/telescope.svg
3818
%%DATADIR%%/public/img/icons/unicons/temperature-empty.svg
3819
%%DATADIR%%/public/img/icons/unicons/temperature-half.svg
3820
%%DATADIR%%/public/img/icons/unicons/temperature-minus.svg
3821
%%DATADIR%%/public/img/icons/unicons/temperature-plus.svg
3822
%%DATADIR%%/public/img/icons/unicons/temperature-quarter.svg
3823
%%DATADIR%%/public/img/icons/unicons/temperature-three-quarter.svg
3824
%%DATADIR%%/public/img/icons/unicons/temperature.svg
3825
%%DATADIR%%/public/img/icons/unicons/tennis-ball.svg
3826
%%DATADIR%%/public/img/icons/unicons/text-fields.svg
3827
%%DATADIR%%/public/img/icons/unicons/text-size.svg
3828
%%DATADIR%%/public/img/icons/unicons/text-strike-through.svg
3829
%%DATADIR%%/public/img/icons/unicons/text.svg
3830
%%DATADIR%%/public/img/icons/unicons/th-large.svg
3831
%%DATADIR%%/public/img/icons/unicons/th-slash.svg
3832
%%DATADIR%%/public/img/icons/unicons/th.svg
3833
%%DATADIR%%/public/img/icons/unicons/thermometer.svg
3834
%%DATADIR%%/public/img/icons/unicons/thumbs-down.svg
3835
%%DATADIR%%/public/img/icons/unicons/thumbs-up.svg
3836
%%DATADIR%%/public/img/icons/unicons/thunderstorm-moon.svg
3837
%%DATADIR%%/public/img/icons/unicons/thunderstorm-sun.svg
3838
%%DATADIR%%/public/img/icons/unicons/thunderstorm.svg
3839
%%DATADIR%%/public/img/icons/unicons/ticket.svg
3840
%%DATADIR%%/public/img/icons/unicons/times-circle.svg
3841
%%DATADIR%%/public/img/icons/unicons/times-square.svg
3842
%%DATADIR%%/public/img/icons/unicons/times.svg
3843
%%DATADIR%%/public/img/icons/unicons/toggle-off.svg
3844
%%DATADIR%%/public/img/icons/unicons/toggle-on.svg
3845
%%DATADIR%%/public/img/icons/unicons/toilet-paper.svg
3846
%%DATADIR%%/public/img/icons/unicons/top-arrow-from-top.svg
3847
%%DATADIR%%/public/img/icons/unicons/top-arrow-to-top.svg
3848
%%DATADIR%%/public/img/icons/unicons/tornado.svg
3849
%%DATADIR%%/public/img/icons/unicons/trademark-circle.svg
3850
%%DATADIR%%/public/img/icons/unicons/trademark.svg
3851
%%DATADIR%%/public/img/icons/unicons/traffic-barrier.svg
3852
%%DATADIR%%/public/img/icons/unicons/traffic-light.svg
3853
%%DATADIR%%/public/img/icons/unicons/transaction.svg
3854
%%DATADIR%%/public/img/icons/unicons/trash-alt.svg
3855
%%DATADIR%%/public/img/icons/unicons/trash.svg
3856
%%DATADIR%%/public/img/icons/unicons/trees.svg
3857
%%DATADIR%%/public/img/icons/unicons/triangle.svg
3858
%%DATADIR%%/public/img/icons/unicons/trophy.svg
3859
%%DATADIR%%/public/img/icons/unicons/trowel.svg
3860
%%DATADIR%%/public/img/icons/unicons/truck-loading.svg
3861
%%DATADIR%%/public/img/icons/unicons/truck.svg
3862
%%DATADIR%%/public/img/icons/unicons/tumblr-alt.svg
3863
%%DATADIR%%/public/img/icons/unicons/tumblr-square.svg
3864
%%DATADIR%%/public/img/icons/unicons/tumblr.svg
3865
%%DATADIR%%/public/img/icons/unicons/tv-retro-slash.svg
3866
%%DATADIR%%/public/img/icons/unicons/tv-retro.svg
3867
%%DATADIR%%/public/img/icons/unicons/twitter-alt.svg
3868
%%DATADIR%%/public/img/icons/unicons/twitter.svg
3869
%%DATADIR%%/public/img/icons/unicons/umbrella.svg
3870
%%DATADIR%%/public/img/icons/unicons/unamused.svg
3871
%%DATADIR%%/public/img/icons/unicons/underline.svg
3872
%%DATADIR%%/public/img/icons/unicons/university.svg
3873
%%DATADIR%%/public/img/icons/unicons/unlock-alt.svg
3874
%%DATADIR%%/public/img/icons/unicons/unlock.svg
3875
%%DATADIR%%/public/img/icons/unicons/upload-alt.svg
3876
%%DATADIR%%/public/img/icons/unicons/upload.svg
3877
%%DATADIR%%/public/img/icons/unicons/usd-circle.svg
3878
%%DATADIR%%/public/img/icons/unicons/usd-square.svg
3879
%%DATADIR%%/public/img/icons/unicons/user-arrows.svg
3880
%%DATADIR%%/public/img/icons/unicons/user-check.svg
3881
%%DATADIR%%/public/img/icons/unicons/user-circle.svg
3882
%%DATADIR%%/public/img/icons/unicons/user-exclamation.svg
3883
%%DATADIR%%/public/img/icons/unicons/user-location.svg
3884
%%DATADIR%%/public/img/icons/unicons/user-md.svg
3885
%%DATADIR%%/public/img/icons/unicons/user-minus.svg
3886
%%DATADIR%%/public/img/icons/unicons/user-nurse.svg
3887
%%DATADIR%%/public/img/icons/unicons/user-plus.svg
3888
%%DATADIR%%/public/img/icons/unicons/user-square.svg
3889
%%DATADIR%%/public/img/icons/unicons/user-times.svg
3890
%%DATADIR%%/public/img/icons/unicons/user.svg
3891
%%DATADIR%%/public/img/icons/unicons/users-alt.svg
3892
%%DATADIR%%/public/img/icons/unicons/utensils-alt.svg
3893
%%DATADIR%%/public/img/icons/unicons/utensils.svg
3894
%%DATADIR%%/public/img/icons/unicons/vector-square-alt.svg
3895
%%DATADIR%%/public/img/icons/unicons/vector-square.svg
3896
%%DATADIR%%/public/img/icons/unicons/venus.svg
3897
%%DATADIR%%/public/img/icons/unicons/vertical-align-bottom.svg
3898
%%DATADIR%%/public/img/icons/unicons/vertical-align-center.svg
3899
%%DATADIR%%/public/img/icons/unicons/vertical-align-top.svg
3900
%%DATADIR%%/public/img/icons/unicons/vertical-distribute-bottom.svg
3901
%%DATADIR%%/public/img/icons/unicons/vertical-distribution-center.svg
3902
%%DATADIR%%/public/img/icons/unicons/vertical-distribution-top.svg
3903
%%DATADIR%%/public/img/icons/unicons/video-question.svg
3904
%%DATADIR%%/public/img/icons/unicons/video-slash.svg
3905
%%DATADIR%%/public/img/icons/unicons/video.svg
3906
%%DATADIR%%/public/img/icons/unicons/virus-slash.svg
3907
%%DATADIR%%/public/img/icons/unicons/visual-studio.svg
3908
%%DATADIR%%/public/img/icons/unicons/vk-alt.svg
3909
%%DATADIR%%/public/img/icons/unicons/vk.svg
3910
%%DATADIR%%/public/img/icons/unicons/voicemail-rectangle.svg
3911
%%DATADIR%%/public/img/icons/unicons/voicemail.svg
3912
%%DATADIR%%/public/img/icons/unicons/volleyball.svg
3913
%%DATADIR%%/public/img/icons/unicons/volume-down.svg
3914
%%DATADIR%%/public/img/icons/unicons/volume-mute.svg
3915
%%DATADIR%%/public/img/icons/unicons/volume-off.svg
3916
%%DATADIR%%/public/img/icons/unicons/volume-up.svg
3917
%%DATADIR%%/public/img/icons/unicons/volume.svg
3918
%%DATADIR%%/public/img/icons/unicons/vuejs-alt.svg
3919
%%DATADIR%%/public/img/icons/unicons/vuejs.svg
3920
%%DATADIR%%/public/img/icons/unicons/wall.svg
3921
%%DATADIR%%/public/img/icons/unicons/wallet.svg
3922
%%DATADIR%%/public/img/icons/unicons/watch-alt.svg
3923
%%DATADIR%%/public/img/icons/unicons/watch.svg
3924
%%DATADIR%%/public/img/icons/unicons/water-drop-slash.svg
3925
%%DATADIR%%/public/img/icons/unicons/water-glass.svg
3926
%%DATADIR%%/public/img/icons/unicons/water.svg
3927
%%DATADIR%%/public/img/icons/unicons/web-grid-alt.svg
3928
%%DATADIR%%/public/img/icons/unicons/web-grid.svg
3929
%%DATADIR%%/public/img/icons/unicons/web-section-alt.svg
3930
%%DATADIR%%/public/img/icons/unicons/web-section.svg
3931
%%DATADIR%%/public/img/icons/unicons/webcam.svg
3932
%%DATADIR%%/public/img/icons/unicons/weight.svg
3933
%%DATADIR%%/public/img/icons/unicons/whatsapp-alt.svg
3934
%%DATADIR%%/public/img/icons/unicons/whatsapp.svg
3935
%%DATADIR%%/public/img/icons/unicons/wheel-barrow.svg
3936
%%DATADIR%%/public/img/icons/unicons/wheelchair-alt.svg
3937
%%DATADIR%%/public/img/icons/unicons/wheelchair.svg
3938
%%DATADIR%%/public/img/icons/unicons/wifi-router.svg
3939
%%DATADIR%%/public/img/icons/unicons/wifi-slash.svg
3940
%%DATADIR%%/public/img/icons/unicons/wifi.svg
3941
%%DATADIR%%/public/img/icons/unicons/wind-moon.svg
3942
%%DATADIR%%/public/img/icons/unicons/wind-sun.svg
3943
%%DATADIR%%/public/img/icons/unicons/wind.svg
3944
%%DATADIR%%/public/img/icons/unicons/window-grid.svg
3945
%%DATADIR%%/public/img/icons/unicons/window-maximize.svg
3946
%%DATADIR%%/public/img/icons/unicons/window-section.svg
3947
%%DATADIR%%/public/img/icons/unicons/window.svg
3948
%%DATADIR%%/public/img/icons/unicons/windows.svg
3949
%%DATADIR%%/public/img/icons/unicons/windsock.svg
3950
%%DATADIR%%/public/img/icons/unicons/windy.svg
3951
%%DATADIR%%/public/img/icons/unicons/wordpress-simple.svg
3952
%%DATADIR%%/public/img/icons/unicons/wordpress.svg
3953
%%DATADIR%%/public/img/icons/unicons/wrap-text.svg
3954
%%DATADIR%%/public/img/icons/unicons/wrench.svg
3955
%%DATADIR%%/public/img/icons/unicons/x-add.svg
3956
%%DATADIR%%/public/img/icons/unicons/x.svg
3957
%%DATADIR%%/public/img/icons/unicons/yen-circle.svg
3958
%%DATADIR%%/public/img/icons/unicons/yen.svg
3959
%%DATADIR%%/public/img/icons/unicons/yin-yang.svg
3960
%%DATADIR%%/public/img/icons/unicons/youtube.svg
3961
%%DATADIR%%/public/img/icons_dark_theme/icon_add_annotation.svg
3962
%%DATADIR%%/public/img/icons_dark_theme/icon_add_annotation_alt.svg
3963
%%DATADIR%%/public/img/icons_dark_theme/icon_add_data_sources.svg
3964
%%DATADIR%%/public/img/icons_dark_theme/icon_add_folder.svg
3965
%%DATADIR%%/public/img/icons_dark_theme/icon_add_link.svg
3966
%%DATADIR%%/public/img/icons_dark_theme/icon_add_notification_channel.svg
3967
%%DATADIR%%/public/img/icons_dark_theme/icon_add_panel.svg
3968
%%DATADIR%%/public/img/icons_dark_theme/icon_add_team.svg
3969
%%DATADIR%%/public/img/icons_dark_theme/icon_add_user.svg
3970
%%DATADIR%%/public/img/icons_dark_theme/icon_add_variable.svg
3971
%%DATADIR%%/public/img/icons_dark_theme/icon_advanced.svg
3972
%%DATADIR%%/public/img/icons_dark_theme/icon_advanced_active.svg
3973
%%DATADIR%%/public/img/icons_dark_theme/icon_alert.svg
3974
%%DATADIR%%/public/img/icons_dark_theme/icon_alert_alt.svg
3975
%%DATADIR%%/public/img/icons_dark_theme/icon_alert_off.svg
3976
%%DATADIR%%/public/img/icons_dark_theme/icon_alert_rules.svg
3977
%%DATADIR%%/public/img/icons_dark_theme/icon_alerting.svg
3978
%%DATADIR%%/public/img/icons_dark_theme/icon_alerting_active.svg
3979
%%DATADIR%%/public/img/icons_dark_theme/icon_annotation.svg
3980
%%DATADIR%%/public/img/icons_dark_theme/icon_annotation_alt.svg
3981
%%DATADIR%%/public/img/icons_dark_theme/icon_apikeys.svg
3982
%%DATADIR%%/public/img/icons_dark_theme/icon_arrow_left.svg
3983
%%DATADIR%%/public/img/icons_dark_theme/icon_arrow_left_circle.svg
3984
%%DATADIR%%/public/img/icons_dark_theme/icon_cog.svg
3985
%%DATADIR%%/public/img/icons_dark_theme/icon_dashboard.svg
3986
%%DATADIR%%/public/img/icons_dark_theme/icon_dashboard_fav.svg
3987
%%DATADIR%%/public/img/icons_dark_theme/icon_dashboard_list.svg
3988
%%DATADIR%%/public/img/icons_dark_theme/icon_data_sources.svg
3989
%%DATADIR%%/public/img/icons_dark_theme/icon_editor.svg
3990
%%DATADIR%%/public/img/icons_dark_theme/icon_explore.svg
3991
%%DATADIR%%/public/img/icons_dark_theme/icon_home.svg
3992
%%DATADIR%%/public/img/icons_dark_theme/icon_import_dashboard.svg
3993
%%DATADIR%%/public/img/icons_dark_theme/icon_json.svg
3994
%%DATADIR%%/public/img/icons_dark_theme/icon_link.svg
3995
%%DATADIR%%/public/img/icons_dark_theme/icon_new_dashboard.svg
3996
%%DATADIR%%/public/img/icons_dark_theme/icon_notification_channels.svg
3997
%%DATADIR%%/public/img/icons_dark_theme/icon_org.svg
3998
%%DATADIR%%/public/img/icons_dark_theme/icon_playlist.svg
3999
%%DATADIR%%/public/img/icons_dark_theme/icon_plugins.svg
4000
%%DATADIR%%/public/img/icons_dark_theme/icon_preferences.svg
4001
%%DATADIR%%/public/img/icons_dark_theme/icon_query.svg
4002
%%DATADIR%%/public/img/icons_dark_theme/icon_query_active.svg
4003
%%DATADIR%%/public/img/icons_dark_theme/icon_question.svg
4004
%%DATADIR%%/public/img/icons_dark_theme/icon_remove.svg
4005
%%DATADIR%%/public/img/icons_dark_theme/icon_reports.svg
4006
%%DATADIR%%/public/img/icons_dark_theme/icon_shield.svg
4007
%%DATADIR%%/public/img/icons_dark_theme/icon_sitemap.svg
4008
%%DATADIR%%/public/img/icons_dark_theme/icon_snapshots.svg
4009
%%DATADIR%%/public/img/icons_dark_theme/icon_team.svg
4010
%%DATADIR%%/public/img/icons_dark_theme/icon_user.svg
4011
%%DATADIR%%/public/img/icons_dark_theme/icon_variable.svg
4012
%%DATADIR%%/public/img/icons_dark_theme/icon_viewer.svg
4013
%%DATADIR%%/public/img/icons_dark_theme/icon_visualize.svg
4014
%%DATADIR%%/public/img/icons_dark_theme/icon_visualize_active.svg
4015
%%DATADIR%%/public/img/icons_dark_theme/icon_zoom_out.svg
4016
%%DATADIR%%/public/img/icons_light_theme/icon_add_annotation.svg
4017
%%DATADIR%%/public/img/icons_light_theme/icon_add_annotation_alt.svg
4018
%%DATADIR%%/public/img/icons_light_theme/icon_add_data_sources.svg
4019
%%DATADIR%%/public/img/icons_light_theme/icon_add_folder.svg
4020
%%DATADIR%%/public/img/icons_light_theme/icon_add_link.svg
4021
%%DATADIR%%/public/img/icons_light_theme/icon_add_notification_channel.svg
4022
%%DATADIR%%/public/img/icons_light_theme/icon_add_panel.svg
4023
%%DATADIR%%/public/img/icons_light_theme/icon_add_team.svg
4024
%%DATADIR%%/public/img/icons_light_theme/icon_add_user.svg
4025
%%DATADIR%%/public/img/icons_light_theme/icon_add_variable.svg
4026
%%DATADIR%%/public/img/icons_light_theme/icon_advanced.svg
4027
%%DATADIR%%/public/img/icons_light_theme/icon_advanced_active.svg
4028
%%DATADIR%%/public/img/icons_light_theme/icon_alert.svg
4029
%%DATADIR%%/public/img/icons_light_theme/icon_alert_alt.svg
4030
%%DATADIR%%/public/img/icons_light_theme/icon_alert_off.svg
4031
%%DATADIR%%/public/img/icons_light_theme/icon_alert_rules.svg
4032
%%DATADIR%%/public/img/icons_light_theme/icon_alerting.svg
4033
%%DATADIR%%/public/img/icons_light_theme/icon_alerting_active.svg
4034
%%DATADIR%%/public/img/icons_light_theme/icon_annotation.svg
4035
%%DATADIR%%/public/img/icons_light_theme/icon_annotation_alt.svg
4036
%%DATADIR%%/public/img/icons_light_theme/icon_apikeys.svg
4037
%%DATADIR%%/public/img/icons_light_theme/icon_arrow_left.svg
4038
%%DATADIR%%/public/img/icons_light_theme/icon_arrow_left_circle.svg
4039
%%DATADIR%%/public/img/icons_light_theme/icon_cog.svg
4040
%%DATADIR%%/public/img/icons_light_theme/icon_dashboard.svg
4041
%%DATADIR%%/public/img/icons_light_theme/icon_dashboard_fav.svg
4042
%%DATADIR%%/public/img/icons_light_theme/icon_dashboard_list.svg
4043
%%DATADIR%%/public/img/icons_light_theme/icon_data_sources.svg
4044
%%DATADIR%%/public/img/icons_light_theme/icon_editor.svg
4045
%%DATADIR%%/public/img/icons_light_theme/icon_explore.svg
4046
%%DATADIR%%/public/img/icons_light_theme/icon_home.svg
4047
%%DATADIR%%/public/img/icons_light_theme/icon_import_dashboard.svg
4048
%%DATADIR%%/public/img/icons_light_theme/icon_json.svg
4049
%%DATADIR%%/public/img/icons_light_theme/icon_link.svg
4050
%%DATADIR%%/public/img/icons_light_theme/icon_new_dashboard.svg
4051
%%DATADIR%%/public/img/icons_light_theme/icon_notification_channels.svg
4052
%%DATADIR%%/public/img/icons_light_theme/icon_org.svg
4053
%%DATADIR%%/public/img/icons_light_theme/icon_playlist.svg
4054
%%DATADIR%%/public/img/icons_light_theme/icon_plugins.svg
4055
%%DATADIR%%/public/img/icons_light_theme/icon_preferences.svg
4056
%%DATADIR%%/public/img/icons_light_theme/icon_query.svg
4057
%%DATADIR%%/public/img/icons_light_theme/icon_query_active.svg
4058
%%DATADIR%%/public/img/icons_light_theme/icon_question.svg
4059
%%DATADIR%%/public/img/icons_light_theme/icon_remove.svg
4060
%%DATADIR%%/public/img/icons_light_theme/icon_reports.svg
4061
%%DATADIR%%/public/img/icons_light_theme/icon_shield.svg
4062
%%DATADIR%%/public/img/icons_light_theme/icon_sitemap.svg
4063
%%DATADIR%%/public/img/icons_light_theme/icon_snapshots.svg
4064
%%DATADIR%%/public/img/icons_light_theme/icon_team.svg
4065
%%DATADIR%%/public/img/icons_light_theme/icon_user.svg
4066
%%DATADIR%%/public/img/icons_light_theme/icon_variable.svg
4067
%%DATADIR%%/public/img/icons_light_theme/icon_viewer.svg
4068
%%DATADIR%%/public/img/icons_light_theme/icon_visualize.svg
4069
%%DATADIR%%/public/img/icons_light_theme/icon_visualize_active.svg
4070
%%DATADIR%%/public/img/icons_light_theme/icon_zoom_out.svg
4071
%%DATADIR%%/public/img/licensing/checkmark.svg
4072
%%DATADIR%%/public/img/licensing/customer_support.svg
4073
%%DATADIR%%/public/img/licensing/handinhand_support.svg
4074
%%DATADIR%%/public/img/licensing/header_dark.svg
4075
%%DATADIR%%/public/img/licensing/header_light.svg
4076
%%DATADIR%%/public/img/licensing/plugin_enterprise.svg
4077
%%DATADIR%%/public/img/licensing/sla.svg
4078
%%DATADIR%%/public/img/light.png
4079
%%DATADIR%%/public/img/load.gif
4080
%%DATADIR%%/public/img/load_big.gif
4081
%%DATADIR%%/public/img/loading-pulse.svg
4082
%%DATADIR%%/public/img/login_background_dark.svg
4083
%%DATADIR%%/public/img/login_background_light.svg
4084
%%DATADIR%%/public/img/logo_transparent_200x.png
4085
%%DATADIR%%/public/img/logo_transparent_200x75.png
4086
%%DATADIR%%/public/img/logo_transparent_400x.png
4087
%%DATADIR%%/public/img/microsoft_auth_icon.svg
4088
%%DATADIR%%/public/img/mixed_styles.png
4089
%%DATADIR%%/public/img/mstile-150x150.png
4090
%%DATADIR%%/public/img/okta_logo_white.png
4091
%%DATADIR%%/public/img/online.svg
4092
%%DATADIR%%/public/img/page_header_line.png
4093
%%DATADIR%%/public/img/panel-tabs/alert-selected.svg
4094
%%DATADIR%%/public/img/panel-tabs/alert.svg
4095
%%DATADIR%%/public/img/panel-tabs/general-selected.svg
4096
%%DATADIR%%/public/img/panel-tabs/general.svg
4097
%%DATADIR%%/public/img/panel-tabs/queries-selected.svg
4098
%%DATADIR%%/public/img/panel-tabs/queries.svg
4099
%%DATADIR%%/public/img/panel-tabs/visualization-selected.svg
4100
%%DATADIR%%/public/img/panel-tabs/visualization.svg
4101
%%DATADIR%%/public/img/plugin-default-logo_dark.svg
4102
%%DATADIR%%/public/img/plugin-default-logo_light.svg
4103
%%DATADIR%%/public/img/plugins/appdynamics.svg
4104
%%DATADIR%%/public/img/plugins/datadog.png
4105
%%DATADIR%%/public/img/plugins/dynatrace.png
4106
%%DATADIR%%/public/img/plugins/mongodb.svg
4107
%%DATADIR%%/public/img/plugins/newrelic.svg
4108
%%DATADIR%%/public/img/plugins/oracle.png
4109
%%DATADIR%%/public/img/plugins/sap_hana.png
4110
%%DATADIR%%/public/img/plugins/servicenow.svg
4111
%%DATADIR%%/public/img/plugins/snowflake.svg
4112
%%DATADIR%%/public/img/plugins/splunk_logo_128.png
4113
%%DATADIR%%/public/img/plugins/wavefront.svg
4114
%%DATADIR%%/public/img/rendering_error.png
4115
%%DATADIR%%/public/img/rendering_limit.png
4116
%%DATADIR%%/public/img/rendering_plugin_not_installed.png
4117
%%DATADIR%%/public/img/rendering_timeout.png
4118
%%DATADIR%%/public/img/transparent.png
4119
%%DATADIR%%/public/img/user_profile.png
4120
%%DATADIR%%/public/img/warn-tiny.svg
4121
%%DATADIR%%/public/img/warn.svg
4122
%%DATADIR%%/public/lib/.gitignore
4123
%%DATADIR%%/public/lib/monaco-languages/index.ts
4124
%%DATADIR%%/public/lib/monaco-languages/kusto.ts
4125
%%DATADIR%%/public/lib/monaco/min/vs/base/browser/ui/codicons/codicon/codicon.ttf
4126
%%DATADIR%%/public/lib/monaco/min/vs/base/worker/workerMain.js
4127
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/abap/abap.js
4128
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/apex/apex.js
4129
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/azcli/azcli.js
4130
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/bat/bat.js
4131
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/cameligo/cameligo.js
4132
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/clojure/clojure.js
4133
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/coffee/coffee.js
4134
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/cpp/cpp.js
4135
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/csharp/csharp.js
4136
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/csp/csp.js
4137
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/css/css.js
4138
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/dart/dart.js
4139
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/dockerfile/dockerfile.js
4140
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/fsharp/fsharp.js
4141
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/go/go.js
4142
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/graphql/graphql.js
4143
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/handlebars/handlebars.js
4144
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/hcl/hcl.js
4145
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/html/html.js
4146
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/ini/ini.js
4147
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/java/java.js
4148
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/javascript/javascript.js
4149
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/julia/julia.js
4150
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/kotlin/kotlin.js
4151
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/less/less.js
4152
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/lexon/lexon.js
4153
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/lua/lua.js
4154
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/markdown/markdown.js
4155
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/mips/mips.js
4156
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/msdax/msdax.js
4157
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/mysql/mysql.js
4158
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/objective-c/objective-c.js
4159
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/pascal/pascal.js
4160
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/pascaligo/pascaligo.js
4161
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/perl/perl.js
4162
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/pgsql/pgsql.js
4163
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/php/php.js
4164
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/postiats/postiats.js
4165
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/powerquery/powerquery.js
4166
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/powershell/powershell.js
4167
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/pug/pug.js
4168
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/python/python.js
4169
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/r/r.js
4170
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/razor/razor.js
4171
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/redis/redis.js
4172
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/redshift/redshift.js
4173
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/restructuredtext/restructuredtext.js
4174
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/ruby/ruby.js
4175
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/rust/rust.js
4176
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/sb/sb.js
4177
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/scala/scala.js
4178
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/scheme/scheme.js
4179
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/scss/scss.js
4180
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/shell/shell.js
4181
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/solidity/solidity.js
4182
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/sophia/sophia.js
4183
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/sql/sql.js
4184
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/st/st.js
4185
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/swift/swift.js
4186
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/systemverilog/systemverilog.js
4187
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/tcl/tcl.js
4188
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/twig/twig.js
4189
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/typescript/typescript.js
4190
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/vb/vb.js
4191
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/xml/xml.js
4192
%%DATADIR%%/public/lib/monaco/min/vs/basic-languages/yaml/yaml.js
4193
%%DATADIR%%/public/lib/monaco/min/vs/editor/editor.main.css
4194
%%DATADIR%%/public/lib/monaco/min/vs/editor/editor.main.js
4195
%%DATADIR%%/public/lib/monaco/min/vs/editor/editor.main.nls.de.js
4196
%%DATADIR%%/public/lib/monaco/min/vs/editor/editor.main.nls.es.js
4197
%%DATADIR%%/public/lib/monaco/min/vs/editor/editor.main.nls.fr.js
4198
%%DATADIR%%/public/lib/monaco/min/vs/editor/editor.main.nls.it.js
4199
%%DATADIR%%/public/lib/monaco/min/vs/editor/editor.main.nls.ja.js
4200
%%DATADIR%%/public/lib/monaco/min/vs/editor/editor.main.nls.js
4201
%%DATADIR%%/public/lib/monaco/min/vs/editor/editor.main.nls.ko.js
4202
%%DATADIR%%/public/lib/monaco/min/vs/editor/editor.main.nls.ru.js
4203
%%DATADIR%%/public/lib/monaco/min/vs/editor/editor.main.nls.zh-cn.js
4204
%%DATADIR%%/public/lib/monaco/min/vs/editor/editor.main.nls.zh-tw.js
4205
%%DATADIR%%/public/lib/monaco/min/vs/language/css/cssMode.js
4206
%%DATADIR%%/public/lib/monaco/min/vs/language/css/cssWorker.js
4207
%%DATADIR%%/public/lib/monaco/min/vs/language/html/htmlMode.js
4208
%%DATADIR%%/public/lib/monaco/min/vs/language/html/htmlWorker.js
4209
%%DATADIR%%/public/lib/monaco/min/vs/language/json/jsonMode.js
4210
%%DATADIR%%/public/lib/monaco/min/vs/language/json/jsonWorker.js
4211
%%DATADIR%%/public/lib/monaco/min/vs/language/kusto/Kusto.Language.Bridge.min.js
4212
%%DATADIR%%/public/lib/monaco/min/vs/language/kusto/bridge.min.js
4213
%%DATADIR%%/public/lib/monaco/min/vs/language/kusto/kusto.javascript.client.min.js
4214
%%DATADIR%%/public/lib/monaco/min/vs/language/kusto/kustoMode.js
4215
%%DATADIR%%/public/lib/monaco/min/vs/language/kusto/kustoWorker.js
4216
%%DATADIR%%/public/lib/monaco/min/vs/language/kusto/monaco.contribution.d.ts
4217
%%DATADIR%%/public/lib/monaco/min/vs/language/kusto/monaco.contribution.js
4218
%%DATADIR%%/public/lib/monaco/min/vs/language/kusto/monaco.d.ts
4219
%%DATADIR%%/public/lib/monaco/min/vs/language/kusto/newtonsoft.json.min.js
4220
%%DATADIR%%/public/lib/monaco/min/vs/loader.js
4221
%%DATADIR%%/public/robots.txt
4222
%%DATADIR%%/public/sass/.sass-lint.yml
4223
%%DATADIR%%/public/sass/_grafana.scss
4224
%%DATADIR%%/public/sass/_old_responsive.scss
4225
%%DATADIR%%/public/sass/_variables.dark.generated.scss
4226
%%DATADIR%%/public/sass/_variables.generated.scss
4227
%%DATADIR%%/public/sass/_variables.light.generated.scss
4228
%%DATADIR%%/public/sass/base/_code.scss
4229
%%DATADIR%%/public/sass/base/_font_awesome.scss
4230
%%DATADIR%%/public/sass/base/_fonts.scss
4231
%%DATADIR%%/public/sass/base/_forms.scss
4232
%%DATADIR%%/public/sass/base/_grafana_icons.scss
4233
%%DATADIR%%/public/sass/base/_grid.scss
4234
%%DATADIR%%/public/sass/base/_icons.scss
4235
%%DATADIR%%/public/sass/base/_normalize.scss
4236
%%DATADIR%%/public/sass/base/_reboot.scss
4237
%%DATADIR%%/public/sass/base/_type.scss
4238
%%DATADIR%%/public/sass/base/font-awesome/_animated.scss
4239
%%DATADIR%%/public/sass/base/font-awesome/_bordered-pulled.scss
4240
%%DATADIR%%/public/sass/base/font-awesome/_core.scss
4241
%%DATADIR%%/public/sass/base/font-awesome/_fixed-width.scss
4242
%%DATADIR%%/public/sass/base/font-awesome/_icons.scss
4243
%%DATADIR%%/public/sass/base/font-awesome/_larger.scss
4244
%%DATADIR%%/public/sass/base/font-awesome/_list.scss
4245
%%DATADIR%%/public/sass/base/font-awesome/_mixins.scss
4246
%%DATADIR%%/public/sass/base/font-awesome/_path.scss
4247
%%DATADIR%%/public/sass/base/font-awesome/_rotated-flipped.scss
4248
%%DATADIR%%/public/sass/base/font-awesome/_screen-reader.scss
4249
%%DATADIR%%/public/sass/base/font-awesome/_stacked.scss
4250
%%DATADIR%%/public/sass/base/font-awesome/_variables.scss
4251
%%DATADIR%%/public/sass/components/_add_data_source.scss
4252
%%DATADIR%%/public/sass/components/_alerts.scss
4253
%%DATADIR%%/public/sass/components/_buttons.scss
4254
%%DATADIR%%/public/sass/components/_code_editor.scss
4255
%%DATADIR%%/public/sass/components/_dashboard_grid.scss
4256
%%DATADIR%%/public/sass/components/_dashboard_list.scss
4257
%%DATADIR%%/public/sass/components/_dashboard_settings.scss
4258
%%DATADIR%%/public/sass/components/_drop.scss
4259
%%DATADIR%%/public/sass/components/_dropdown.scss
4260
%%DATADIR%%/public/sass/components/_filter-controls.scss
4261
%%DATADIR%%/public/sass/components/_filter-list.scss
4262
%%DATADIR%%/public/sass/components/_filter-table.scss
4263
%%DATADIR%%/public/sass/components/_footer.scss
4264
%%DATADIR%%/public/sass/components/_gf-form.scss
4265
%%DATADIR%%/public/sass/components/_infobox.scss
4266
%%DATADIR%%/public/sass/components/_json_explorer.scss
4267
%%DATADIR%%/public/sass/components/_jsontree.scss
4268
%%DATADIR%%/public/sass/components/_modals.scss
4269
%%DATADIR%%/public/sass/components/_navbar.scss
4270
%%DATADIR%%/public/sass/components/_navs.scss
4271
%%DATADIR%%/public/sass/components/_old_stuff.scss
4272
%%DATADIR%%/public/sass/components/_page_header.scss
4273
%%DATADIR%%/public/sass/components/_page_loader.scss
4274
%%DATADIR%%/public/sass/components/_panel_alertlist.scss
4275
%%DATADIR%%/public/sass/components/_panel_dashlist.scss
4276
%%DATADIR%%/public/sass/components/_panel_editor.scss
4277
%%DATADIR%%/public/sass/components/_panel_gettingstarted.scss
4278
%%DATADIR%%/public/sass/components/_panel_graph.scss
4279
%%DATADIR%%/public/sass/components/_panel_header.scss
4280
%%DATADIR%%/public/sass/components/_panel_heatmap.scss
4281
%%DATADIR%%/public/sass/components/_panel_piechart.scss
4282
%%DATADIR%%/public/sass/components/_panel_pluginlist.scss
4283
%%DATADIR%%/public/sass/components/_panel_singlestat.scss
4284
%%DATADIR%%/public/sass/components/_panel_table.scss
4285
%%DATADIR%%/public/sass/components/_panel_text.scss
4286
%%DATADIR%%/public/sass/components/_popover-box.scss
4287
%%DATADIR%%/public/sass/components/_query_editor.scss
4288
%%DATADIR%%/public/sass/components/_query_part.scss
4289
%%DATADIR%%/public/sass/components/_row.scss
4290
%%DATADIR%%/public/sass/components/_scrollbar.scss
4291
%%DATADIR%%/public/sass/components/_search.scss
4292
%%DATADIR%%/public/sass/components/_sidemenu.scss
4293
%%DATADIR%%/public/sass/components/_slate_editor.scss
4294
%%DATADIR%%/public/sass/components/_submenu.scss
4295
%%DATADIR%%/public/sass/components/_switch.scss
4296
%%DATADIR%%/public/sass/components/_tabbed_view.scss
4297
%%DATADIR%%/public/sass/components/_tables_lists.scss
4298
%%DATADIR%%/public/sass/components/_tabs.scss
4299
%%DATADIR%%/public/sass/components/_tags.scss
4300
%%DATADIR%%/public/sass/components/_tagsinput.scss
4301
%%DATADIR%%/public/sass/components/_toggle_button_group.scss
4302
%%DATADIR%%/public/sass/components/_toolbar.scss
4303
%%DATADIR%%/public/sass/components/_tooltip.scss
4304
%%DATADIR%%/public/sass/components/_typeahead.scss
4305
%%DATADIR%%/public/sass/components/_view_states.scss
4306
%%DATADIR%%/public/sass/components/edit_sidemenu.scss
4307
%%DATADIR%%/public/sass/fonts.scss
4308
%%DATADIR%%/public/sass/grafana.dark.scss
4309
%%DATADIR%%/public/sass/grafana.light.scss
4310
%%DATADIR%%/public/sass/icons.json
4311
%%DATADIR%%/public/sass/layout/_lists.scss
4312
%%DATADIR%%/public/sass/mixins/_animations.scss
4313
%%DATADIR%%/public/sass/mixins/_breakpoints.scss
4314
%%DATADIR%%/public/sass/mixins/_buttons.scss
4315
%%DATADIR%%/public/sass/mixins/_drop_element.scss
4316
%%DATADIR%%/public/sass/mixins/_forms.scss
4317
%%DATADIR%%/public/sass/mixins/_grid-framework.scss
4318
%%DATADIR%%/public/sass/mixins/_grid.scss
4319
%%DATADIR%%/public/sass/mixins/_hover.scss
4320
%%DATADIR%%/public/sass/mixins/_mixins.scss
4321
%%DATADIR%%/public/sass/pages/_admin.scss
4322
%%DATADIR%%/public/sass/pages/_alerting.scss
4323
%%DATADIR%%/public/sass/pages/_dashboard.scss
4324
%%DATADIR%%/public/sass/pages/_errorpage.scss
4325
%%DATADIR%%/public/sass/pages/_explore.scss
4326
%%DATADIR%%/public/sass/pages/_history.scss
4327
%%DATADIR%%/public/sass/pages/_login.scss
4328
%%DATADIR%%/public/sass/pages/_playlist.scss
4329
%%DATADIR%%/public/sass/pages/_plugins.scss
4330
%%DATADIR%%/public/sass/pages/_signup.scss
4331
%%DATADIR%%/public/sass/utils/_angular.scss
4332
%%DATADIR%%/public/sass/utils/_flex.scss
4333
%%DATADIR%%/public/sass/utils/_hacks.scss
4334
%%DATADIR%%/public/sass/utils/_spacings.scss
4335
%%DATADIR%%/public/sass/utils/_utils.scss
4336
%%DATADIR%%/public/sass/utils/_validation.scss
4337
%%DATADIR%%/public/sass/utils/_widths.scss
4338
%%DATADIR%%/public/test/.jshintrc
4339
%%DATADIR%%/public/test/core/redux/mocks.ts
4340
%%DATADIR%%/public/test/core/redux/reducerTester.test.ts
4341
%%DATADIR%%/public/test/core/redux/reducerTester.ts
4342
%%DATADIR%%/public/test/core/redux/reduxTester.ts
4343
%%DATADIR%%/public/test/core/thunk/thunkTester.ts
4344
%%DATADIR%%/public/test/core/utils/silenceConsoleOutput.ts
4345
%%DATADIR%%/public/test/core/utils/version.test.ts
4346
%%DATADIR%%/public/test/helpers/convertToStoreState.ts
4347
%%DATADIR%%/public/test/helpers/createFetchResponse.ts
4348
%%DATADIR%%/public/test/helpers/fieldConfig.ts
4349
%%DATADIR%%/public/test/helpers/getDashboardModel.ts
4350
%%DATADIR%%/public/test/helpers/getQueryOptions.ts
4351
%%DATADIR%%/public/test/helpers/getTemplateSrvDependencies.ts
4352
%%DATADIR%%/public/test/helpers/initTemplateSrv.ts
4353
%%DATADIR%%/public/test/helpers/typeAsJestMock.ts
4354
%%DATADIR%%/public/test/jest-setup.ts
4355
%%DATADIR%%/public/test/jest-shim.ts
4356
%%DATADIR%%/public/test/lib/common.ts
4357
%%DATADIR%%/public/test/matchers/index.ts
4358
%%DATADIR%%/public/test/matchers/toEmitValues.test.ts
4359
%%DATADIR%%/public/test/matchers/toEmitValues.ts
4360
%%DATADIR%%/public/test/matchers/toEmitValuesWith.test.ts
4361
%%DATADIR%%/public/test/matchers/toEmitValuesWith.ts
4362
%%DATADIR%%/public/test/matchers/types.ts
4363
%%DATADIR%%/public/test/matchers/utils.ts
4364
%%DATADIR%%/public/test/mocks/angular.ts
4365
%%DATADIR%%/public/test/mocks/backend_srv.ts
4366
%%DATADIR%%/public/test/mocks/common.ts
4367
%%DATADIR%%/public/test/mocks/dashboard-mock.js
4368
%%DATADIR%%/public/test/mocks/datasource_srv.ts
4369
%%DATADIR%%/public/test/mocks/monaco.ts
4370
%%DATADIR%%/public/test/mocks/style.ts
4371
%%DATADIR%%/public/test/mocks/svg.ts
4372
%%DATADIR%%/public/test/setupTests.ts
4373
%%DATADIR%%/public/test/specs/helpers.ts
4374
%%DATADIR%%/public/testdata/browser_marketshare.csv
4375
%%DATADIR%%/public/testdata/gdp_per_capita.csv
4376
%%DATADIR%%/public/testdata/js_libraries.csv
4377
%%DATADIR%%/public/testdata/population_by_state.csv
4378
%%DATADIR%%/public/testdata/weight_height.csv
4379
%%DATADIR%%/public/vendor/angular-other/angular-strap.js
4380
%%DATADIR%%/public/vendor/angular-other/datepicker.js
4381
%%DATADIR%%/public/vendor/angular-other/timepicker.js
4382
%%DATADIR%%/public/vendor/bootstrap/bootstrap.js
4383
%%DATADIR%%/public/vendor/css/timepicker.css
4384
%%DATADIR%%/public/vendor/flot/jquery.flot.crosshair.js
4385
%%DATADIR%%/public/vendor/flot/jquery.flot.dashes.js
4386
%%DATADIR%%/public/vendor/flot/jquery.flot.fillbelow.js
4387
%%DATADIR%%/public/vendor/flot/jquery.flot.fillbetween.js
4388
%%DATADIR%%/public/vendor/flot/jquery.flot.gauge.js
4389
%%DATADIR%%/public/vendor/flot/jquery.flot.js
4390
%%DATADIR%%/public/vendor/flot/jquery.flot.selection.js
4391
%%DATADIR%%/public/vendor/flot/jquery.flot.stack.js
4392
%%DATADIR%%/public/vendor/flot/jquery.flot.stackpercent.js
4393
%%DATADIR%%/public/vendor/flot/jquery.flot.time.js
4394
%%DATADIR%%/public/vendor/plugin-css/css.js
4395
%%DATADIR%%/public/vendor/plugin-text/text.js
4396
%%DATADIR%%/public/vendor/tagsinput/bootstrap-tagsinput.js
4397
%%DATADIR%%/public/views/error-template.html
4398
%%DATADIR%%/public/views/error.html
4399
%%DATADIR%%/public/views/index-template.html
4400
%%DATADIR%%/public/views/index.html
4401
@owner %%GRAFANA_USER%%
4402
@group %%GRAFANA_GROUP%%
4403
@mode 750
4404
@dir %%GRAFANA_DATADIR%%
4405
@dir %%GRAFANA_PLUGINDIR%%
4406
@dir %%GRAFANA_PROVISIONINGDIR%%
4407
@dir %%GRAFANA_PROVISIONINGDIR%%/access-control
4408
@dir %%GRAFANA_PROVISIONINGDIR%%/dashboards
4409
@dir %%GRAFANA_PROVISIONINGDIR%%/datasources
4410
@dir %%GRAFANA_PROVISIONINGDIR%%/notifiers
4411
@dir %%GRAFANA_PROVISIONINGDIR%%/plugins
4412
@dir %%GRAFANA_LOGDIR%%
4413
@mode
4414
@group
4415
@owner

Return to bug 256479