remove assets from graph-explorer

Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
Christian Richter
2022-04-14 10:51:42 +02:00
parent cfd85f4f6c
commit f3e5e4d0fb
2 changed files with 0 additions and 181 deletions

View File

@@ -1,50 +0,0 @@
<!-- Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. -->
<!DOCTYPE html>
<html>
<head>
<!-- Graph explorer depends on ACE editor -->
<!-- Must be inclued separetely -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.2.0/ace.js"></script>
<!--hello.js-->
<script src="node_modules/hellojs/dist/hello.all.js"></script>
<!--Fabric-->
<link rel="stylesheet" href="https://static2.sharepointonline.com/files/fabric/office-ui-fabric-js/1.4.0/css/fabric.min.css">
<link rel="stylesheet" href="https://static2.sharepointonline.com/files/fabric/office-ui-fabric-js/1.4.0/css/fabric.components.min.css">
<script src="https://static2.sharepointonline.com/files/fabric/office-ui-fabric-js/1.4.0/js/fabric.min.js"></script>
<!-- MWF -->
<link rel="stylesheet"
href="https://www.microsoft.com/mwf/css/bundle/1.57.4/west-european/default/mwf-main.min.css?apiVersion=1.0">
<script src="https://mwf-service.akamaized.net/mwf/js/bundle/1.57.4/mwf-auto-init-main.var.min.js"></script>
<link rel="stylesheet" href="src/custom.css" />
<!-- moment js -->
<script src="node_modules/moment/min/moment-with-locales.min.js"></script>
<!-- jQuery -->
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<!-- clientId, scopes, redirectUrl -->
<script src="secrets.js"></script>
<script src="config.js"></script>
<!-- Polyfill(s) for older browsers -->
<script src="node_modules/core-js/client/shim.min.js"></script>
<script src="node_modules/zone.js/dist/zone.js"></script>
<script src="node_modules/systemjs/dist/system.src.js"></script>
</head>
<body>
<api-explorer></api-explorer>
<script src="dist/explorer.js"></script>
</body>
</html>

View File

@@ -1,131 +0,0 @@
/* ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------*/
.ace_editor {
box-shadow: none !important;
position: relative;
}
#response-viewer-labels {
margin-top: 10px;
}
.ms-Pivot-link:focus {
outline: none;
}
#jsonViewer, #response-header-viewer {
height: 50vh;
border: 1px solid #ccc;
}
.ace_link_marker {
position: absolute;
border-bottom: 1px solid blue;
}
.ace-tm .ace_invalid {
color: inherit;
background-color: inherit;
}
#graph-version-select #-Other {
display: none;
}
api-explorer button {
min-width: initial;
}
.ms-Spinner-circle {
background-color: white !important;
}
api-explorer .c-select-menu>a:after, api-explorer .c-select-menu>button:after {
position: absolute;
font-size: 8px;
color: rgba(0,0,0,.8);
font-weight: 700;
background: white;
height: 100%;
padding-right: 5px;
right: 0px;
top: 0px;
padding-top: 14px;
padding-left: 5px;
}
#httpMethodSelect button {
color: white;
width: 85px;
text-align: center;
}
#httpMethodSelect.GET .c-select-menu.f-border button {
background-color: #000fdf;
}
#httpMethodSelect.POST .c-select-menu.f-border button {
background-color: #008412;
}
#httpMethodSelect.PATCH .c-select-menu.f-border button {
background-color: #be8b00;
}
#httpMethodSelect.DELETE .c-select-menu.f-border button {
background-color: #a10000;
}
#httpMethodSelect.PUT .c-select-menu.f-border button {
background-color: #5C005C;
}
.m-auto-suggest .c-menu-item strong {
font-weight: normal;
}
/*override mwf*/
.fixed-with-mwf-menu ul.c-menu {
width: 100px !important;
}
/* frontdoor */
.ms-PanelHost {
z-index: 3000002;
}
#deltaUi {
display: none;
}
.ms-Overlay.is-visible {
z-index: 990;
}
.c-menu-item {
margin-bottom: 0px;
}
.ms-Panel.is-open {
z-index: 999;
}
.c-search input[type=search] {
padding: 7px;
max-height: 32px;
padding-right: 0px;
}
.ms-Dialog {
z-index: 999;
}
*:focus {
outline: 2px solid #4fc3f7;
}
.link {
color: #006cd8 !important;
}