Fixes bootstrap js ref to 4.3.1 for API v1.15 (#16263)

A fix for the v1.15 API version was missed in the #14775 PR
because the dev-1.15 branch was forked from the master branch
before the fix and has been merged back to the master after it.
pull/16298/head
Andrew Hlynskyi 2019-09-10 22:46:55 +03:00 committed by Kubernetes Prow Robot
parent b76689388b
commit 6533b7f028
1 changed files with 1 additions and 1 deletions

View File

@ -55697,7 +55697,7 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
</DIV>
<SCRIPT src="/js/jquery-3.2.1.min.js"></SCRIPT>
<SCRIPT src="jquery.scrollTo.min.js"></SCRIPT>
<SCRIPT src="/js/bootstrap-3.3.7.min.js"></SCRIPT>
<SCRIPT src="/js/bootstrap-4.3.1.min.js"></SCRIPT>
<SCRIPT src="navData.js"></SCRIPT>
<SCRIPT src="scroll.js"></SCRIPT>
</BODY>