Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi @Jane Zhou
The screenshot looks like it's coming from a local server instance. The highlighted content appears to be an app that might be messing up the layout. If you control the app, you can try to fix it or alternatively uninstall it.
Jens
yeah this is a app i developed, but i don't know how to fix it
share my codes here
<web-panel name="remoteview" i18n-name-key="remoteview.name" key="remoteview" location="atl.jira.view.issue.left.context" weight="100">
<description key="remoteview.description">The remoteview Plugin</description>
<resource name="view" type="velocity" location="templates/remote-view.vm"/>
<label key="remoteview.title"/>
</web-panel>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>remote view</title>
</head>
<body>
<div class="frame">
<input id="link-submit" class="text" name="submit" value="">
## <button class="aui-button aui-button-primary" id="button-spin-1" onclick=doAjax() >Add</button>
<button class="aui-button aui-button-primary" id="button-spin-1" onclick=doAjax()>Add</button>
<table class="aui">
<thead class="table-dark">
<tr>
<th>Joint Name</th>
<th>Create Time</th>
<th>Creator</th>
<th>Manage</th>
</tr>
</table>
</div>
</body>
</html>
will appreciate it if it can be fixed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
##<!DOCTYPE html>
##<html lang="en">
##<head>
##<meta charset="UTF-8">
##<title>remote view</title>
##</head>
##<body>
<div class="frame">
<input id="link-submit" class="text" name="submit" value="">
## <button class="aui-button aui-button-primary" id="button-spin-1" onclick=doAjax() >Add</button>
<button class="aui-button aui-button-primary" id="button-spin-1" onclick=doAjax()>Add</button>
<table class="aui">
<thead class="table-dark">
<tr>
<th>Joint Name</th>
<th>Create Time</th>
<th>Creator</th>
<th>Manage</th>
</tr>
</table>
</div>
##</body>
##</html>
I changed the .vm into this and solved
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.