mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 21:52:43 +08:00
Chore: Removing editor.html from angular patterns (#88845)
Removing editor.html from angular patterns
This commit is contained in:
@ -69,7 +69,6 @@ var defaultDetectors = []angulardetector.AngularDetector{
|
||||
&angulardetector.ContainsBytesDetector{Pattern: []byte("ConfigCtrl")},
|
||||
&angulardetector.ContainsBytesDetector{Pattern: []byte("app/plugins/sdk")},
|
||||
&angulardetector.ContainsBytesDetector{Pattern: []byte("angular.isNumber(")},
|
||||
&angulardetector.ContainsBytesDetector{Pattern: []byte("editor.html")},
|
||||
&angulardetector.ContainsBytesDetector{Pattern: []byte("ctrl.annotation")},
|
||||
|
||||
&angulardetector.RegexDetector{Regex: regexp.MustCompile(`["']QueryCtrl["']`)},
|
||||
|
Reference in New Issue
Block a user