mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-197: Clean up HTML and translations, remove unnecessary CSS files.
This commit is contained in:
@@ -88,18 +88,6 @@
|
||||
<webappSourceDir>${basedir}/src/main/resources</webappSourceDir>
|
||||
<webappTargetDir>${project.build.directory}/classes</webappTargetDir>
|
||||
|
||||
<cssSourceDir>/</cssSourceDir>
|
||||
<cssTargetDir>/</cssTargetDir>
|
||||
<cssFinalFile>radius.css</cssFinalFile>
|
||||
|
||||
<cssSourceFiles>
|
||||
<cssSourceFile>license.txt</cssSourceFile>
|
||||
</cssSourceFiles>
|
||||
|
||||
<cssSourceIncludes>
|
||||
<cssSourceInclude>**/*.css</cssSourceInclude>
|
||||
</cssSourceIncludes>
|
||||
|
||||
<jsSourceDir>/</jsSourceDir>
|
||||
<jsTargetDir>/</jsTargetDir>
|
||||
<jsFinalFile>radius.js</jsFinalFile>
|
||||
|
@@ -17,10 +17,6 @@
|
||||
"radius.min.js"
|
||||
],
|
||||
|
||||
"css" : [
|
||||
"radius.min.css"
|
||||
],
|
||||
|
||||
"resources" : {
|
||||
"templates/radiusChallengeResponseField.html" : "text/html"
|
||||
}
|
||||
|
@@ -1,39 +0,0 @@
|
||||
/*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
|
||||
.radius-challenge-response-field-container {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
display: table;
|
||||
background: white;
|
||||
}
|
||||
|
||||
.radius-challenge-response-field {
|
||||
width: 100%;
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.radius-challenge-response-field input[type="submit"] {
|
||||
display: none !important;
|
||||
}
|
@@ -1 +1 @@
|
||||
<input type=hidden ng-model="model" />
|
||||
<input type="hidden" ng-model="model" />
|
||||
|
@@ -7,8 +7,6 @@
|
||||
"LOGIN" : {
|
||||
"FIELD_HEADER_GUAC_RADIUS_CHALLENGE_RESPONSE" : "",
|
||||
"FIELD_HEADER_GUAC_RADIUS_STATE" : "",
|
||||
"INFO_RADIUS_RESPONSE_INCORRECT" : "RADIUS response incorrect.",
|
||||
"INFO_RADIUS_AUTH_REQUIRED" : "Please authenticate with RADIUS to continue.",
|
||||
"INFO_RADIUS_ADDL_REQUIRED" : "Please supply additional credentials"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user