Skip to content

Commit

Permalink
#55: Updated build page with new parameter classes
Browse files Browse the repository at this point in the history
  • Loading branch information
njbrunner committed May 16, 2024
1 parent 504abf7 commit 9fe1526
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 1,339 deletions.
6 changes: 5 additions & 1 deletion anms-ui/public/app/components/management/agents/Agents.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
:showModal="showManageModal"
:agents="selectedAgents"></agents-manage-modal>

<footer>
<footer class="footer">
<p>Amp Version: {{ info }}</p>
</footer>
</div>
Expand Down Expand Up @@ -225,4 +225,8 @@ export default {
.table-hover tbody tr:hover {
cursor: pointer;
}
.footer {
position: absolute;
bottom: 0;
}
</style>
1 change: 0 additions & 1 deletion anms-ui/public/app/components/management/builder/Build.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export default {
vSelect,
ParameterView,
},
props: {},
data() {
return {
ariKey: undefined,
Expand Down
295 changes: 0 additions & 295 deletions anms-ui/public/app/components/management/builder/ariParamter.vue

This file was deleted.

Loading

0 comments on commit 9fe1526

Please sign in to comment.