Merge branch '13022-tmp-cleanup'
[arvados.git] / apps / workbench / app / views / search / index.html
1 <!-- Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 -->
4
5 <script type="text/javascript">
6     $(document).on('ready', function() {
7         var db = new SessionDB()
8         db.autoRedirectToHomeCluster('/search')
9     })
10 </script>
11
12 <div data-mount-mithril="Search"></div>