File tree 3 files changed +4
-14
lines changed
3 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 11
11
<TargetLatestRuntimePatch >true</TargetLatestRuntimePatch >
12
12
<AssemblyName >AttackSurfaceAnalyzer-GUI</AssemblyName >
13
13
<ReleaseVersion >2.0.0.0-pre-alpha</ReleaseVersion >
14
- <ApplicationInsightsResourceId >/subscriptions/743195b0-d049-4532-bb00-4abf3bc37af9/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/AttackSurfaceAnalyzerGui</ApplicationInsightsResourceId >
15
14
<ApplicationInsightsAnnotationResourceId >/subscriptions/743195b0-d049-4532-bb00-4abf3bc37af9/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/AttackSurfaceAnalyzerGui</ApplicationInsightsAnnotationResourceId >
15
+ <ApplicationInsightsResourceId >/subscriptions/743195b0-d049-4532-bb00-4abf3bc37af9/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/AttackSurfaceAnalyzerGui</ApplicationInsightsResourceId >
16
16
</PropertyGroup >
17
17
<ItemGroup >
18
18
<PackageReference Include =" ElectronNet.API" Version =" 0.0.11" />
Original file line number Diff line number Diff line change 1
- @using Microsoft .ApplicationInsights .Extensibility ;
2
- @inject Microsoft .ApplicationInsights .AspNetCore . JavaScriptSnippet JavaScriptSnippet
1
+ @inject Microsoft .ApplicationInsights .AspNetCore . JavaScriptSnippet JavaScriptSnippet
2
+ @using Microsoft .ApplicationInsights .Extensibility ;
3
3
<!DOCTYPE html>
4
4
<html lang =" en" >
5
5
<head >
15
15
}
16
16
}
17
17
<script defer src =" https://use.fontawesome.com/releases/v5.7.2/js/all.js" integrity =" sha384-0pzryjIRos8mFBWMzSSZApWtPl/5++eIfzYmTgBBmXYdhvxPc+XcFEk+zJwDgWbP" crossorigin =" anonymous" ></script >
18
+ @Html.Raw(JavaScriptSnippet.FullScript)
18
19
</head >
19
20
<body >
20
21
<nav class =" navbar navbar-expand-lg navbar-light bg-light fixed-top" >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments