You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.