Skip to content

Commit

Permalink
Little cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Nov 14, 2021
1 parent a724bf2 commit 875b781
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
4 changes: 2 additions & 2 deletions core/src/main/resources/hudson/PluginManager/advanced.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ THE SOFTWARE.
${%deploytext}
</div>
<f:entry title="${%File}">
<input type="file" name="name" class="setting-input" accept=".hpi,.jpi"/>
<input type="file" name="name" class="jenkins-input" accept=".hpi,.jpi"/>
</f:entry>
<p>${%Or}</p>
<f:entry title="${%URL}">
<f:textbox name="pluginUrl"
class="setting-input validated" checkUrl="'checkPluginUrl?value='+this.value" />
class="jenkins-input validated" checkUrl="'checkPluginUrl?value='+this.value" />
</f:entry>
<f:submit value="${%Deploy}"/>
</f:form>
Expand Down
2 changes: 0 additions & 2 deletions core/src/main/resources/hudson/model/Job/configure.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ THE SOFTWARE.
</f:entry>
</div>

<!-- TODO REMEMBER TO DELETE THIS LINE-->

<f:descriptorList field="properties" descriptors="${h.getJobPropertyDescriptors(it)}" forceRowSet="true"/>

<!-- additional entries from derived classes -->
Expand Down
16 changes: 0 additions & 16 deletions war/src/main/less/modules/form.less
Original file line number Diff line number Diff line change
Expand Up @@ -612,19 +612,3 @@
}
}
}

.jenkins-server-tcp-port {
background: red;
display: flex;
align-items: center;

.jenkins-radio {
margin-bottom: 0;
margin-right: 1rem;
}

.jenkins-input {
max-width: 300px;
margin-right: 1rem;
}
}

0 comments on commit 875b781

Please sign in to comment.