Skip to content

Commit c27bc64

Browse files
authored
Update permalink.html with a frienly text (#1081)
### Changed - added text to display while loading the content. ### Reason Currently on bigger projects it takes considerable amount of time to load the location of the selected ID. During that time currently there is a blank page shown to the user. This change will display a static text: `Searching, Please Wait...`
1 parent 150bcd6 commit c27bc64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sphinx_needs/templates/permalink.html

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
</head>
6464

6565
<body>
66+
<h1>Searching, Please Wait...</h1>
6667
</body>
6768

6869
</html>

0 commit comments

Comments
 (0)