kopia lustrzana https://github.com/dgtlmoon/changedetection.io
Add diff view option for JSON compare (comparing the fields defined on each. The order of fields, etc does not matter in this comparison.)
rodzic
bcf7417f63
commit
d7482c8d6a
|
@ -21,6 +21,9 @@
|
|||
|
||||
<label for="diffChars" class="pure-checkbox">
|
||||
<input type="radio" name="diff_type" id="diffChars" value="diffChars"/> Chars</label>
|
||||
<!-- @todo - when mimetype is JSON, select this by default? -->
|
||||
<label for="diffJson" class="pure-checkbox">
|
||||
<input type="radio" name="diff_type" id="diffJson" value="diffJson" /> JSON</label>
|
||||
|
||||
{% if versions|length >= 1 %}
|
||||
<label for="diff-version">Compare newest (<span id="current-v-date"></span>) with</label>
|
||||
|
|
Ładowanie…
Reference in New Issue